Age | Commit message (Expand) | Author | Files | Lines |
2014-04-02 | Image extensions in battle animation graphics. | yenatch | 1 | -39/+39 |
2014-03-06 | Text macros in move and item descriptions. | yenatch | 1 | -251/+1002 |
2014-03-05 | Growth rate data. | yenatch | 1 | -2/+2 |
2014-03-05 | Label more graphics in bank 3e. | yenatch | 1 | -6/+6 |
2014-02-23 | OTPartyMon1HP instead of PartyMon1HP - PartyMon1 + OtPartyMon1 | yenatch | 1 | -1/+1 |
2014-02-23 | Partymon structs for opponent and player parties. | yenatch | 3 | -25/+25 |
2014-02-01 | Use :: to export labels between objects. | yenatch | 3 | -5/+5 |
2014-01-20 | use constants for berserk gene, kings rock, scope lens effects | yenatch | 2 | -17/+23 |
2014-01-05 | explicitly define type categories | yenatch | 2 | -19/+36 |
2014-01-05 | recomment hidden power calculation | yenatch | 2 | -26/+30 |
2014-01-05 | even more battle labels | yenatch | 3 | -53/+58 |
2014-01-01 | comment and relabel more battle functions | yenatch | 11 | -253/+295 |
2013-12-31 | rename Function0x{} labels to Function{} for consistency | yenatch | 13 | -417/+417 |
2013-12-31 | clean up some labels in battle asm | yenatch | 2 | -71/+69 |
2013-12-31 | rename CallBankF -> CallBattleCore | yenatch | 3 | -36/+38 |
2013-12-30 | comment move priority functions | yenatch | 2 | -14/+24 |
2013-12-30 | label more pointers to Moves | yenatch | 1 | -6/+6 |
2013-12-30 | move the Moves label into battle/moves/moves.asm | yenatch | 1 | -0/+2 |
2013-12-30 | use a macro to define move structs for percentage values | yenatch | 1 | -251/+261 |
2013-12-30 | shorten SP_ATTACK and SP_DEFENSE move effect constants | yenatch | 2 | -6/+6 |
2013-12-24 | fleemons are global | yenatch | 1 | -9/+11 |
2013-12-23 | Merge remote-tracking branch 'kanzure/master' into more-objects | yenatch | 1 | -1/+1 |
2013-12-20 | null pointers back in object gfx | yenatch | 1 | -6/+2 |
2013-12-20 | finish off object gfx pointers and dont use BANK() for null pointers | yenatch | 1 | -2/+10 |
2013-12-19 | dump the battle animations | yenatch | 1 | -1/+5308 |
2013-12-19 | battle animation constants | yenatch | 1 | -4/+4 |
2013-12-18 | split out battle anim object gfx | yenatch | 1 | -0/+42 |
2013-12-18 | anim object graphics pointers | yenatch | 1 | -3/+54 |
2013-12-18 | move some labels into included files | yenatch | 1 | -1/+4 |
2013-12-18 | split out the battle engine into battle/core.asm | yenatch | 1 | -0/+9479 |
2013-12-17 | split out battle animation asm (bg effects, objects, commands) | yenatch | 4 | -0/+9527 |
2013-12-09 | more battle anim labels | yenatch | 1 | -1/+1 |
2013-12-04 | comment some battle animation asm | yenatch | 1 | -3/+3 |
2013-12-02 | more 3pt macro labels; shorten 3pt macros to take just a label | yenatch | 1 | -7/+7 |
2013-12-01 | split out some more move effects | yenatch | 9 | -445/+489 |
2013-10-25 | Merge commit '0ead58cd' into merge-mrwint | yenatch | 5 | -211/+211 |
2013-10-11 | fix labels for and rename GetBattleVarPair to GetBattleVar | yenatch | 5 | -211/+211 |
2013-10-02 | * even more callab/callba macros | Mr Wint | 1 | -15/+5 |
2013-10-02 | * more callab/callba macros | Mr Wint | 1 | -87/+31 |
2013-10-01 | move effect command 'wait' is now 'movedelay' | yenatch | 2 | -2/+2 |
2013-09-09 | split spikes effect into effects/spikes.asm | yenatch | 2 | -28/+29 |
2013-09-09 | comment spikes move effect | yenatch | 1 | -3/+9 |
2013-09-09 | add a note to endure.asm | yenatch | 1 | -0/+2 |
2013-09-09 | split protect and endure effects into battle/effects/ | yenatch | 3 | -97/+99 |
2013-09-09 | comment protect and endure move effects | yenatch | 1 | -22/+35 |
2013-09-09 | split curse effect into battle/effects/curse.asm | yenatch | 2 | -97/+99 |
2013-09-08 | ItemIsMail and comment thief move effect | yenatch | 1 | -23/+53 |
2013-09-08 | comment arena trap move effect asm | yenatch | 1 | -5/+15 |
2013-09-08 | comment nightmare move effect asm | yenatch | 1 | -8/+23 |
2013-09-08 | comment defrost move effect asm | yenatch | 1 | -8/+16 |