diff options
author | JimB16 <f1@jimb.de> | 2015-09-04 22:30:40 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-09-04 22:30:40 +0200 |
commit | c76a3c6ecd36d650a1715c0f5520c2336bd27f9c (patch) | |
tree | 33d6ca89e8050d6a691a2092b02414441480a75b /wram.asm | |
parent | d6a4dada406f8ee010f08a16d24907bde50e1d6c (diff) |
changed more labels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1279,7 +1279,13 @@ GameTimerPause:: ; cfbc ds 1 wcfbe:: ds 2 -wcfc0:: ds 2 + +InBattleTowerBattle:: ; cfc0 +; 0 not in BattleTower-Battle +; 1 BattleTower-Battle + ds 1 + + ds 1 FXAnimID:: FXAnimIDLo:: ; cfc2 @@ -2618,6 +2624,7 @@ w2_d188:: ds 1 SECTION "WRAM 3", WRAMX, BANK [3] +w3_d000:: ; d000 ds $100 BT_OTrainer:: @@ -2640,9 +2647,11 @@ BT_OTPkmn3Item:: ds $3b-1 ds $24 -BT_OTrainerEnd:: +BT_OTrainerEnd:: ; we_d1e0 + + ds $20 - ds $620 + ds $600 wBTChoiceOfLvlGroup:: w3_d800:: ds 1 |