From c20afa450103d40f5f4d52e4ecf763a01a16cae3 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sat, 10 Feb 2018 00:40:27 +0100 Subject: More menu engine labeling and documenting --- src/wram.asm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/wram.asm') 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 -- cgit v1.2.3