mirror of
https://github.com/zeldaret/oot
synced 2026-06-17 15:16:59 -04:00
rename 800636C0 to gameinfo_init
This commit is contained in:
+1
-2
@@ -33,8 +33,7 @@ InputCombo inputCombos[REG_GROUPS] = {
|
||||
|
||||
char regChar[] = " SOPQMYDUIZCNKXcsiWAVHGmnBdkb";
|
||||
|
||||
// initialize GameInfo
|
||||
void func_800636C0(void) {
|
||||
void GameInfo_Init(void) {
|
||||
s32 i;
|
||||
|
||||
gGameInfo = (GameInfo*)SystemArena_MallocDebug(sizeof(GameInfo), "../z_debug.c", 260);
|
||||
|
||||
Reference in New Issue
Block a user