summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorJimB16 <f1@jimb.de>2015-08-26 01:40:34 +0200
committerJimB16 <f1@jimb.de>2015-08-26 01:40:34 +0200
commit2f4a0179feb846ac2eba945ba5365d0ebf6a6179 (patch)
tree43fd7cff652398dca6ad34daf2450534568b845d /wram.asm
parentb9c1d1b61e529ccda59cafda037c54964af544f3 (diff)
changed constants to SRAMLabels
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 9a29cb950..82294c9da 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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