diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-06 23:11:29 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-06 23:11:29 +0100 |
commit | 38e9ccc28a9114fe2f496b17867c53c4c7b686b7 (patch) | |
tree | b44034464db3906722613125fd8b27f4c82e1e21 /src/wram.asm | |
parent | c8cb81d6f9a8721eab40a40f8ec50d3384bdeb65 (diff) |
More YourPlayArea functions
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wram.asm b/src/wram.asm index a9887c4..4d10b86 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1308,6 +1308,9 @@ wce59:: ; ce59 wce5e:: ; ce5e ds $1 +; this is used to store last cursor position +; in the Your Play Area screen +wLastCursorPosition_YourPlayArea:: ; ce5f ds $1 wce60:: ; ce60 |