diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wram.asm | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index ff57b49..7a7f0ad 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1301,7 +1301,18 @@ wPlayAreaCursorPosition:: ; ce52 wPlayAreaInputTablePointer:: ; ce53 ds $2 - ds $4 + ds $2 + +; it's used for restore the position of cursor +; when going into another view, and returning to +; the previous view. +wPlayAreaPreservedPosition:: ; ce57 + ds $1 + +; it's used for checking if the player changed +; the cursor in the play area view. +wPlayAreaPreservedPosition_2:: ; ce58 + ds $1 wce59:: ; ce59 ds $1 |