diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-19 19:51:33 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-19 19:51:33 +0100 |
commit | 53ad70b112d47ffa2536ee179fd136df900018a3 (patch) | |
tree | 94c3e2375ff69163739a8270ccea711c092dd947 /src/wram.asm | |
parent | cd3ec421cb23b6414ed3976c6bca394dec8d84c2 (diff) |
Apply corrections
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm index 8708005..3ded6e7 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1322,7 +1322,7 @@ wce5e:: ; ce5e ; this is used to store last cursor position ; in the Your Play Area screen -wLastCursorPosition_YourPlayArea:: ; ce5f +wLastCursorPosition_YourOrOppPlayArea:: ; ce5f ds $1 wce60:: ; ce60 @@ -1413,7 +1413,7 @@ wcea1:: ; cea1 ds $1 ; used to blink the cursor in duel menu -wDuelCursorBlinkCounter:: ; cea3 +wCheckMenuCursorBlinkCounter:: ; cea3 ds $1 wNamingScreenCursorY:: ; cea4 @@ -1431,10 +1431,10 @@ wceaa:: ; ceaa wceab:: ; ceab ds $4 -wCursorDuelXPosition:: ; ceaf +wCheckMenuCursorXPosition:: ; ceaf ds $1 -wCursorDuelYPosition:: ; ceb0 +wCheckMenuCursorYPosition:: ; ceb0 ds $1 wceb1:: ; ceb1 |