diff options
author | yenatch <yenatch@gmail.com> | 2013-07-02 23:01:34 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-10 19:17:03 -0400 |
commit | 24daef7afb9f64ae4df3608c3163457a4a515fd2 (patch) | |
tree | d449454e889e19d8b9dbbe82b5091b1a719a563b /wram.asm | |
parent | dca6fd37cd16d12b1f35174bcf278d41138903d5 (diff) |
SelectMenu
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1665,19 +1665,26 @@ TMsHMs: ; d859 NumItems: ; d892 ds 1 Items: ; d893 - ds 69 + ds 41 NumKeyItems: ; d8bc ds 1 KeyItems: ; d8bd - ds 13 - + ds 26 + NumBalls: ; d8d7 ds 1 Balls: ; d8d8 ds 25 -SECTION "overworld",BSS[$d95d] +SECTION "overworld",BSS[$d95b] +WhichRegisteredItem: ; d95b +REGISTERED_POCKET EQU %11000000 +REGISTERED_NUMBER EQU %00111111 + ds 1 +RegisteredItem: ; d95c + ds 1 + PlayerState: ; d95d PLAYER_NORMAL EQU 0 PLAYER_BIKE EQU 1 |