summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorjidoc01 <jidoc01@naver.com>2019-06-24 01:59:53 +0900
committerjidoc01 <jidoc01@naver.com>2019-06-24 01:59:53 +0900
commit1fa680668c51fac0181d7493971e5f1a7ff1d29e (patch)
tree9950423dc78d554c1772633afcb2e5bd3a330683 /src/wram.asm
parentaba4d05c6215ac1b594955e09a9540c1f328bf46 (diff)
Disassembled bank 6 and added wram constants.
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 5d22c69..7039f14 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1459,9 +1459,15 @@ wcfda:: ; cfda
ds $7
wcfe3:: ; cfe3
- ds $1
+ ds $4
- ds $1c
+; name buffer in naming screen
+wNameBuffer:: ; cfe7
+ ds $18
+
+; current name length in naming screen
+wNameLength:: ; cfff
+ ds $1
SECTION "WRAM1", WRAMX