diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-11 22:03:52 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-11 22:03:52 +0100 |
commit | c9c998baa4757a231903aa5127b6bc11b49489f0 (patch) | |
tree | 4ed3433bd4098d444b1f19dddbac772b11b5a447 /src/wram.asm | |
parent | fdbe48673e9df2068c70453debca1234e48c82c5 (diff) |
Label wPrizeCardCursorPosition
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 505587f..8708005 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1291,9 +1291,12 @@ wTurnHolder1:: ; ce50 wTurnHolder2:: ; ce51 ds $1 +; holds the position of the cursor +; when selecting a prize card +wPrizeCardCursorPosition:: ds $1 -wce53:: ; ce51 +wce53:: ; ce53 ds $2 ; same as wDuelInitialPrizes but |