mirror of
https://github.com/n64decomp/mk64
synced 2026-09-02 01:28:54 -04:00
More matching in code_800AF9B0 (#131)
* Name variables related to selecting a game from the main menu * Match a couple functions requiring jumptable * Match func_800B4728 * Match func_800B536C, func_800B5888, func_800B5AAC, and func_800B5AD8 * Name functions related to loading and validating SaveData * Match func_800B4CB4 * Update selected player defines * Match func_800B5404 * Match func_800B6088
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#glabel gCreditsCourseId
|
||||
#.hword 0x0008, 0x0000
|
||||
|
||||
#glabel D_800DC648
|
||||
#glabel gPlaceItemBoxes
|
||||
#.hword 0x0001, 0x0000
|
||||
|
||||
#glabel D_800DC64C
|
||||
|
||||
@@ -2291,13 +2291,13 @@ glabel D_800E86A9
|
||||
.byte 0x01
|
||||
glabel D_800E86AA
|
||||
.byte 0x02
|
||||
glabel D_800E86AB
|
||||
glabel gGameModeRowSelectionForNumPlayers
|
||||
.byte 0x03
|
||||
|
||||
glabel D_800E86AC
|
||||
.byte 0x00
|
||||
|
||||
glabel D_800E86AD
|
||||
glabel gGameModeSubMenuRowSelectionForNumPlayers
|
||||
.byte 0x00, 0x00, 0x00
|
||||
|
||||
glabel D_800E86B0
|
||||
|
||||
@@ -4067,7 +4067,7 @@ glabel D_800F2B61
|
||||
glabel D_800F2B6D
|
||||
.byte 0x02, 0x00, 0x00
|
||||
|
||||
glabel D_800F2B70
|
||||
glabel gGameModeFromNumPlayersAndRowSelection
|
||||
.byte 0x03, 0x01, 0x00, 0x03, 0x03, 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02
|
||||
.byte 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00
|
||||
|
||||
Reference in New Issue
Block a user