From b2e73cc90ac92a7d08d39bbf6d320f990bd7e031 Mon Sep 17 00:00:00 2001 From: jidoc01 Date: Sat, 6 Jul 2019 23:56:02 +0900 Subject: Add wram constants related to play-area-view --- src/wram.asm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3