diff options
author | xCrystal <rgr.crystal@gmail.com> | 2015-04-09 13:05:57 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2015-04-09 13:05:57 +0200 |
commit | 9739c26ed7fa89492cbc8609445d292ced48ee65 (patch) | |
tree | b304682416ef55ddb763759cab6d03aeb1af5f55 /wram.asm | |
parent | 9c93ef3bff67f0f3ded2856b612ec632f22b2d46 (diff) |
money won and trainer pic constants
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -949,8 +949,9 @@ W_TRAINERCLASS:: ; d031 ds 1 -wd033:: ds 1 -wd034:: ds 2 +wTrainerPicPointer:: ; wd033 + ds 2 + ds 1 wd036:: ds 16 wd046:: ds 1 wd047:: ds 1 @@ -1103,15 +1104,16 @@ wPlayerBideAccumulatedDamage:: ; d074 wUnknownSerialCounter2:: ; d075 ; 2 bytes -ds 4 + ds 4 wEscapedFromBattle:: ; non-zero when an item or move that allows escape from battle was used ds 1 -wd079:: ds 1 +wd079:: +wAmountMoneyWon:: ds 1 ; wd079 - wd07b wd07a:: ds 1 -wd07b:: ds 1 + ds 1 W_ANIMATIONID:: ; d07c ; ID number of the current battle animation |