mirror of
https://github.com/n64decomp/mk64
synced 2026-08-11 11:22:41 -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:
+1
-1
@@ -57,7 +57,7 @@ void func_802818BC(void) {
|
||||
s32 sp1C;
|
||||
s32 temp_v0_2;
|
||||
|
||||
if (D_8018EDF3 != 2) {
|
||||
if (D_8018EDF3 != TWO_PLAYERS_SELECTED) {
|
||||
D_802874D8.unk_1D = func_80281880(0);
|
||||
D_802874D8.unk_1E = gCharacterSelections[0];
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user