summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorsurskitty <surskitty@gmail.com>2017-09-09 23:44:31 -0400
committersurskitty <surskitty@gmail.com>2017-09-09 23:44:31 -0400
commit4800861b6f84d073bba79c00156eee51c62f1314 (patch)
tree4f16808e7c377fcb1f7c853e47a34522baea4a6b /wram.asm
parentbc61a0ca05427efef48b4cd8030464f8790be7de (diff)
parent7c6932fbae357f0e514516a8f3468783efa93c65 (diff)
Merge https://github.com/pret/pokecrystal
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index 663f57893..9e30d0beb 100644
--- a/wram.asm
+++ b/wram.asm
@@ -379,9 +379,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