summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 84471696d..f9edd34d9 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1630,6 +1630,7 @@ wRequested1bppSize:: db
wRequested1bppSource:: dw
wRequested1bppDest:: dw
+wMenuMetadata::
wWindowStackPointer:: dw
wMenuJoypad:: db
wMenuSelection:: db
@@ -1637,8 +1638,8 @@ wMenuSelectionQuantity:: db
wWhichIndexSet:: db
wScrollingMenuCursorPosition:: db
wWindowStackSize:: db
-
ds 8
+wMenuMetadataEnd::
; menu header
wMenuHeader::
@@ -1686,6 +1687,7 @@ wMenuData_ScrollingMenuFunction3:: ds 3
ENDU
wMenuDataEnd::
+wMoreMenuData::
w2DMenuData::
w2DMenuCursorInitY:: db
w2DMenuCursorInitX:: db
@@ -1710,8 +1712,8 @@ wMenuCursorY:: db
wMenuCursorX:: db
wCursorOffCharacter:: db
wCursorCurrentTile:: dw
-
ds 3
+wMoreMenuDataEnd::
wOverworldDelay:: db
wTextDelayFrames:: db