From 0996a964bdb597b9cd0c087fde5926980eac900a Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 14 Mar 2015 15:25:21 -0700 Subject: commented trade amim functions --- wram.asm | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 9ffbc8b8..a08aae74 100755 --- a/wram.asm +++ b/wram.asm @@ -658,9 +658,17 @@ wTradedEnemyMonOTID:: ; cd59 wcd5b:: ds 1 wcd5c:: ds 1 -wcd5d:: ds 1 -wcd5e:: ds 1 -wcd5f:: ds 1 + +wMonPartySpriteSpecies:: ; cd5d + ds 1 + +wLeftGBMonSpecies:: ; cd5e +; in the trade animation, the mon that leaves the left gameboy + ds 1 + +wRightGBMonSpecies:: ; cd5f +; in the trade animation, the mon that leaves the right gameboy + ds 1 wFlags_0xcd60:: ; cd60 ; bit 0: is player engaged by trainer (to avoid being engaged by multiple trainers simultaneously) @@ -1114,6 +1122,9 @@ W_NUMFBTILES:: ; d089 ; number of tiles in current battle animation frame block ds 1 +wTradedMonMovingRight:: ; d08a +; $01 if mon is moving from left gameboy to right gameboy; $00 if vice versa + wd08a:: ds 1 wTownMapSpriteBlinkingCounter:: ; d08b -- cgit v1.2.3