From 9739c26ed7fa89492cbc8609445d292ced48ee65 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Thu, 9 Apr 2015 13:05:57 +0200 Subject: money won and trainer pic constants --- wram.asm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 8e1c8e48..91b864d9 100755 --- a/wram.asm +++ b/wram.asm @@ -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 -- cgit v1.3.1-sl0p