diff options
author | jidoc01 <jidoc01@naver.com> | 2019-07-07 23:55:07 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-07-07 23:56:03 +0900 |
commit | 3001cecb682d8ebdc39a100ded32bdf8f2d480d2 (patch) | |
tree | b724aca638b5e2d049a03bf9e10f9732ab6c3696 /src/wram.asm | |
parent | 45195f6c65300f712fef37e5e97eb0605b6476bf (diff) |
Analyze HandlePlayAreaView more
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 7a7f0ad..306fe70 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1411,7 +1411,11 @@ wcea1:: ; cea1 ds $1 -wcea3:: ; cea3 +; it's used when the player enters check command menu, and its sub-menus. +; 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 ds $1 wNamingScreenCursorY:: ; cea4 |