summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-09 15:55:43 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-09 15:55:43 -0500
commit35324ae43f845f4ce8346ef05fdf1bed8bed1e28 (patch)
treedabf8686a82a434c210e97681ff5922b6d97376d /wram.asm
parent6d7043c0c65161ad8ee97fa66b94beba86761d25 (diff)
parent3b119687f3bba17bf289271d4d2af695a2e8dd0b (diff)
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
https://github.com/kanzure/pokecrystal/pull/198
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index f755680ee..6b302f31c 100644
--- a/wram.asm
+++ b/wram.asm
@@ -477,7 +477,10 @@ BattleMonType1: ; c64a
BattleMonType2: ; c64b
ds 1
- ds 23
+ ds 10
+
+OTName: ; c656
+ ds 13
CurOTMon: ; c663
ds 1