diff options
author | jidoc01 <jidoc01@naver.com> | 2019-07-05 22:35:40 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-07-05 22:35:40 +0900 |
commit | acf08c866fb78af3dfb82466646b78b149ea2485 (patch) | |
tree | 9b925fc023b9fa03ad465f5a04882d3fe42ab56c /src/wram.asm | |
parent | 2cae76bd6ad60040e5a442c129a0e8aee67e2e2d (diff) |
Analyze 6:40d5
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 3af5361..ff57b49 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1289,7 +1289,19 @@ wce50:: ; ce50 wce51:: ; ce51 ds $1 - ds $7 +; the position of cursor +; in the display of play area. +; note that it's used in neither +; player's nor opponent's alone. +wPlayAreaCursorPosition:: ; ce52 + ds $1 + +; pointer to the table which contains +; information for each key-press. +wPlayAreaInputTablePointer:: ; ce53 + ds $2 + + ds $4 wce59:: ; ce59 ds $1 @@ -1301,7 +1313,7 @@ wce5e:: ; ce5e ds $1 -wce60:: ; ce60 +wIsFromSelectButton:: ; ce60 ds $1 wce61:: ; ce61 |