summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-07 22:47:58 -0400
committeryenatch <yenatch@gmail.com>2013-09-07 22:47:58 -0400
commit03a6cfc2d3af39ca32bc9dffea93026b46649b61 (patch)
tree0b7480e5506ac4cc78bd437acc3755fd13305e3e
parent353b4ac6da0800497d1fffa239628428342ddec1 (diff)
OTName wram label
-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