diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-05 00:10:11 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-05 00:10:11 +0100 |
commit | f26a3e2b4dbfae41a908e7819f7b0a650c277517 (patch) | |
tree | 2e42c6db011dbe321593cdcafef28776041022d2 /src/wram.asm | |
parent | ced986e050b539e94a087fb7ad3834fb4c77b1d1 (diff) |
Identify duel cursor position
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index bcc3714..02a013d 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1407,10 +1407,10 @@ wceaa:: ; ceaa wceab:: ; ceab ds $4 -wceaf:: ; ceaf +wCursorDuelXPosition:: ; ceaf ds $1 -wceb0:: ; ceb0 +wCursorDuelYPosition:: ; ceb0 ds $1 wceb1:: ; ceb1 |