From b12cc6d02a759fa8696bfc3b740696cfa19cb389 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 29 Jun 2015 12:26:45 -0400 Subject: Some extra files. (wram.asm, charmap.asm) --- charmap.asm | 1 + wram.asm | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charmap.asm b/charmap.asm index 980c79a3..ba94a03e 100644 --- a/charmap.asm +++ b/charmap.asm @@ -147,6 +147,7 @@ charmap "ゅ", $E1 charmap "ょ", $E2 charmap "ー", $E3 +charmap "", $4a ; PkMn charmap "@", $50 charmap "#", $54 ;charmap "POKé", $54 diff --git a/wram.asm b/wram.asm index 6b84c8e4..6a5dcde2 100755 --- a/wram.asm +++ b/wram.asm @@ -1645,8 +1645,10 @@ wd436:: ds 1 wd44a:: ds 1 wd44b:: ds 1 - ds 39 + ds 37 +wd470:: ds 1 +wd471:: ds 1 wd472:: ds 1 wd473:: ds 1 @@ -1654,8 +1656,9 @@ wd473:: ds 1 wUnknownSerialFlag_d49a:: ds 1 ; d499 wUnknownSerialFlag_d49b:: ds 1 ; d49a +wd49c:: ds 1 ; d49b - ds 21 + ds 20 wd4b0:: ds 1 ; number of signs on the map wd4b1:: ds 32 ; starting address for sign coords -- cgit v1.2.3