summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-08-30 22:37:35 -0400
committerGitHub <noreply@github.com>2017-08-30 22:37:35 -0400
commitcef86fed5f570ca9d8e83f17aff9eb05d2ff16cf (patch)
tree0f5d3a51d0be38ea83b32310fa1629080d617821 /wram.asm
parent818272097951b4e703a28a6ad939aac68d03b7d4 (diff)
parent7b67e7296ad1d427672a7b0c29f0c7411d01d90f (diff)
Merge pull request #384 from i0brendan0/i0brendan0-patch-3
Correct constant to remove a bug
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