summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 306fe70..5807f90 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1301,6 +1301,7 @@ wPlayAreaCursorPosition:: ; ce52
wPlayAreaInputTablePointer:: ; ce53
ds $2
+wce55:: ; ce55
ds $2
; it's used for restore the position of cursor
@@ -1498,8 +1499,13 @@ wcfda:: ; cfda
ds $7
+; it's a flag variable being used in play-area view.
+; need analysis.
wcfe3:: ; cfe3
- ds $4
+ ds $1
+
+wcfe4:: ; cfe4
+ ds $3
; a name buffer in the naming screen.
wNamingScreenBuffer:: ; cfe7