diff options
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -390,9 +390,7 @@ wEnemyTrainerItem1:: ds 1 ; c650 wEnemyTrainerItem2:: ds 1 ; c651 wEnemyTrainerBaseReward:: ds 1 ; c652 wEnemyTrainerAIFlags:: ds 3 ; c653 -OTClassName:: ds NAME_LENGTH ; c656 - - ds 2 +OTClassName:: ds TRAINER_CLASS_NAME_LENGTH ; c656 CurOTMon:: ; c663 ds 1 @@ -647,9 +645,9 @@ EnemyDisabledMove:: ; c6f6 wWhichMonFaintedFirst:: ds 1 ; exists so you can't counter on switch -LastEnemyCounterMove:: ; c6f8 +LastPlayerCounterMove:: ; c6f8 ds 1 -LastPlayerCounterMove:: ; c6f9 +LastEnemyCounterMove:: ; c6f9 ds 1 wEnemyMinimized:: ds 1 ; c6fa |