diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-10 00:40:27 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-10 00:40:27 +0100 |
commit | c20afa450103d40f5f4d52e4ecf763a01a16cae3 (patch) | |
tree | cfa2f2a1f426153d9d41b442c404a34bae655e11 /src/wram.asm | |
parent | 91b7ddeb1aa01c115e5f5a6cbbea8c4b1b60612c (diff) |
More menu engine labeling and documenting
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 |