diff options
author | JimB16 <f1@jimb.de> | 2015-08-26 01:40:34 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-08-26 01:40:34 +0200 |
commit | 2f4a0179feb846ac2eba945ba5365d0ebf6a6179 (patch) | |
tree | 43fd7cff652398dca6ad34daf2450534568b845d /wram.asm | |
parent | b9c1d1b61e529ccda59cafda037c54964af544f3 (diff) |
changed constants to SRAMLabels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2795,9 +2795,10 @@ sbe47:: ds 1 ; The 7 trainers of the BattleTower are saved here, so nobody appears more than once sBTTrainers:: ; sbe48 ds 7 -sbe4f:: ds 2 +sbe4f:: ds 1 +sbe50:: ds 1 ; Pkmn of previous trainer -sBTPkmnOfTrainers:: +sBTPkmnOfTrainers:: ; 0xbe51 sBTPkmnPrevTrainer1:: ds 1 sBTPkmnPrevTrainer2:: ds 1 |