diff options
author | yenatch <yenatch@gmail.com> | 2013-09-07 22:47:58 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-07 22:47:58 -0400 |
commit | 03a6cfc2d3af39ca32bc9dffea93026b46649b61 (patch) | |
tree | 0b7480e5506ac4cc78bd437acc3755fd13305e3e | |
parent | 353b4ac6da0800497d1fffa239628428342ddec1 (diff) |
OTName wram label
-rw-r--r-- | wram.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -477,7 +477,10 @@ BattleMonType1: ; c64a BattleMonType2: ; c64b ds 1 - ds 23 + ds 10 + +OTName: ; c656 + ds 13 CurOTMon: ; c663 ds 1 |