MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #440)

This commit is contained in:
Rangi
2018-01-23 16:08:43 -05:00
parent 8f2878c37e
commit ead103d2c6
76 changed files with 774 additions and 774 deletions

View File

@@ -520,10 +520,10 @@ yesorno: MACRO
db yesorno_command
ENDM
enum loadmenudata_command ; $4f
loadmenudata: MACRO
db loadmenudata_command
dw \1 ; data
enum loadmenuheader_command ; $4f
loadmenuheader: MACRO
db loadmenuheader_command
dw \1 ; menu_header
ENDM
enum closewindow_command ; $50