diff options
author | jidoc01 <jidoc01@naver.com> | 2019-07-06 23:56:02 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-07-06 23:56:02 +0900 |
commit | b2e73cc90ac92a7d08d39bbf6d320f990bd7e031 (patch) | |
tree | 8fc907556f62d712ef9a9bee20067750df8d356c /src | |
parent | acf08c866fb78af3dfb82466646b78b149ea2485 (diff) |
Add wram constants related to play-area-view
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 |