diff options
author | Sanky <gsanky@gmail.com> | 2012-12-20 22:19:30 +0100 |
---|---|---|
committer | Sanky <gsanky@gmail.com> | 2012-12-20 22:33:15 +0100 |
commit | cf91edd39fb4cbfd84fbcfc5f9e21b816859679e (patch) | |
tree | a7984e7fe5baabf6cb66b076ed1d9abe6f1b73c3 /constants.asm | |
parent | 17e8f21f466731fcb75218255ee8f886b511830d (diff) |
TrainerBattleVictory disasmed
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 9c5c8be7..14c66aab 100644 --- a/constants.asm +++ b/constants.asm @@ -251,6 +251,7 @@ W_BATTLETYPE EQU $D05A ; in normal battle, this is 0 ; in safari battle, this is 2 W_LONEATTACKNO EQU $D05C ; which entry in LoneAttacks to use +W_GYMLEADERNO EQU $D05C ; it's actually the same thing as ^ W_TRAINERNO EQU $D05D ; which instance of [youngster, lass, etc] is this? W_MOVEMISSED EQU $D05F |