diff options
author | jidoc01 <jidoc01@naver.com> | 2019-07-24 23:55:40 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-07-24 23:55:40 +0900 |
commit | 63631c6c7950b63a94e4cf5c5e414ed0019c0e72 (patch) | |
tree | ec7c46eef089fbb802671feb7be54badab3a71a4 /src/wram.asm | |
parent | b0d87604071b972b1667b3d2a4697c12a4a79160 (diff) |
Changed namings related to InPlayArea
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wram.asm b/src/wram.asm index 5807f90..a3fcff1 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1293,12 +1293,12 @@ wce51:: ; ce51 ; in the display of play area. ; note that it's used in neither ; player's nor opponent's alone. -wPlayAreaCursorPosition:: ; ce52 +wInPlayAreaCursorPosition:: ; ce52 ds $1 ; pointer to the table which contains ; information for each key-press. -wPlayAreaInputTablePointer:: ; ce53 +wInPlayAreaInputTablePointer:: ; ce53 ds $2 wce55:: ; ce55 @@ -1307,12 +1307,12 @@ wce55:: ; ce55 ; it's used for restore the position of cursor ; when going into another view, and returning to ; the previous view. -wPlayAreaPreservedPosition:: ; ce57 +wInPlayAreaPreservedPosition:: ; ce57 ds $1 ; it's used for checking if the player changed ; the cursor in the play area view. -wPlayAreaPreservedPosition_2:: ; ce58 +wInPlayAreaTemporaryCursorPosition:: ; ce58 ds $1 wce59:: ; ce59 @@ -1416,7 +1416,7 @@ wcea1:: ; cea1 ; it increases from 0x00 to 0xff. ; the game makes its blinking cursor by this. ; note that the check command contains the pokemon glossary. -wCheckCommandCounter:: ; cea3 +wCheckMenuCursorBlinkCounter:: ; cea3 ds $1 wNamingScreenCursorY:: ; cea4 |