Fix func_8008C168 definition to take an argument now

This commit is contained in:
Ryan Myers
2022-02-08 13:32:26 -05:00
parent 63fa63e086
commit d2d4c4a037
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4056,7 +4056,7 @@ s32 menu_game_select_loop(s32 arg0) {
s32 playerYDir;
s32 charSelectScene;
func_8008C168();
func_8008C168(arg0);
D_801263BC = (D_801263BC + arg0) & 0x3F;
+1 -1
View File
@@ -798,6 +798,6 @@ void menu_track_select_init(void);
void menu_trophy_race_rankings_init(void);
void func_8009E3D0(void);
s32 func_800C3564(void);
void func_8008C168(void);
void func_8008C168(s32);
#endif