diff options
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index 8e06099..570bd04 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -691,12 +691,15 @@ wCursorTileNumber:: ; cd15 wTileBehindCursor:: ; cd16 ds $1 - ds $81 +wcd17:: ; cd17 + ds 2 -wcd98:: ; cd98 + ds $7f + +wLeftmostItemCursorX:: ; cd98 ds $1 -wcd99:: ; cd99 +wRefreshMenuCursorSFX:: ; cd99 ds $1 wcd9a:: ; cd9a |