rename 800636C0 to gameinfo_init

This commit is contained in:
playerskel
2022-01-06 11:30:52 +01:00
parent d3426e225f
commit c74e255929
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -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);