mirror of
https://github.com/n64decomp/mk64
synced 2026-07-01 10:58:50 -04:00
continue rename and place const
This commit is contained in:
+501
-486
File diff suppressed because it is too large
Load Diff
+146
-139
@@ -10,7 +10,7 @@ extern u32 _course_mario_raceway_dl_mio0SegmentRomStart[];
|
||||
/* File specific types */
|
||||
|
||||
/*
|
||||
Known `types` for `struct_8018D9E0_entry`
|
||||
Known `types` for `MenuItem`
|
||||
0x53: "Mushroom Cup" box on the cup selection screen
|
||||
0x54: "Flower Cup" box on the cup selection screen
|
||||
0x55: "Star Cup" box on the cup selection screen
|
||||
@@ -37,7 +37,7 @@ typedef struct {
|
||||
/* 0x20 */ s32 unk20; // Multi use, hard to tell what for though. Sometimes a random number, sometimes GP points
|
||||
/* 0x24 */ f32 unk24; // Multi use, x scaling for some things, rotation multiplier for the question box in some
|
||||
// menus, probably some other things
|
||||
} struct_8018D9E0_entry; // size = 0x28
|
||||
} MenuItem; // size = 0x28
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ MkAnimation* textureSequence;
|
||||
@@ -105,6 +105,13 @@ enum D_8018D9E0_priority {
|
||||
D_8018D9E0_PRIORITY_C,
|
||||
};
|
||||
|
||||
enum CenterText {
|
||||
LEFT_TEXT = 1,
|
||||
CENTER_TEXT_MODE_1,
|
||||
RIGHT_TEXT,
|
||||
CENTER_TEXT_MODE_2,
|
||||
};
|
||||
|
||||
enum D_8018D9E0_type {
|
||||
D_8018D9E0_TYPE_NULL,
|
||||
D_8018D9E0_TYPE_001,
|
||||
@@ -346,10 +353,10 @@ void print_text0(s32, s32, char*, s32, f32, f32, s32);
|
||||
void print_text_mode_1(s32, s32, char*, s32, f32, f32);
|
||||
void print_text_mode_2(s32, s32, char*, s32, f32, f32);
|
||||
void print_text1(s32, s32, char*, s32, f32, f32, s32);
|
||||
void func_800936B8(s32, s32, char*, s32, f32, f32);
|
||||
void draw_text(s32, s32, char*, s32, f32, f32);
|
||||
void func_80093720(s32, s32, char*, s32, f32, f32);
|
||||
void func_80093754(s32, s32, char*, s32, f32, f32);
|
||||
void print_text1_left(s32, s32, char*, s32, f32, f32);
|
||||
void print_text1_center_mode_1(s32, s32, char*, s32, f32, f32);
|
||||
void print_text1_right(s32, s32, char*, s32, f32, f32);
|
||||
void print_text1_center_mode_2(s32, s32, char*, s32, f32, f32);
|
||||
void print_text2(s32, s32, char*, s32, f32, f32, s32);
|
||||
void func_800939C8(s32, s32, char*, s32, f32, f32);
|
||||
void text_draw(s32, s32, char*, s32, f32, f32);
|
||||
@@ -468,63 +475,63 @@ void func_8009E5BC(void);
|
||||
void func_8009E5FC(s32);
|
||||
void func_8009E620(void);
|
||||
void add_8018D9E0_entry(s32, s32, s32, s8);
|
||||
void func_8009F5E0(struct_8018D9E0_entry*);
|
||||
void func_8009F5E0(MenuItem*);
|
||||
void func_800A08D8(u8, s32, s32);
|
||||
s32 func_800A095C(char*, s32, s32, s32);
|
||||
void func_800A09E0(struct_8018D9E0_entry*);
|
||||
void func_800A0AD0(struct_8018D9E0_entry*);
|
||||
void func_800A0B80(struct_8018D9E0_entry*);
|
||||
void func_800A09E0(MenuItem*);
|
||||
void func_800A0AD0(MenuItem*);
|
||||
void func_800A0B80(MenuItem*);
|
||||
void func_800A0DFC(void);
|
||||
void func_800A0EB8(struct_8018D9E0_entry*, s32);
|
||||
void func_800A0FA4(struct_8018D9E0_entry*, s32);
|
||||
void func_800A10CC(struct_8018D9E0_entry*);
|
||||
void func_800A11D0(struct_8018D9E0_entry*, s32, s32);
|
||||
void func_800A12BC(struct_8018D9E0_entry*, MkTexture*);
|
||||
void func_800A1350(struct_8018D9E0_entry*);
|
||||
void func_800A143C(struct_8018D9E0_entry*, s32);
|
||||
void func_800A1500(struct_8018D9E0_entry*);
|
||||
void func_800A15EC(struct_8018D9E0_entry*);
|
||||
void func_800A1780(struct_8018D9E0_entry*);
|
||||
void func_800A1924(struct_8018D9E0_entry*);
|
||||
void func_800A1A20(struct_8018D9E0_entry*);
|
||||
void func_800A1BE0(struct_8018D9E0_entry*);
|
||||
void func_800A1DE0(struct_8018D9E0_entry*);
|
||||
void func_800A1F30(struct_8018D9E0_entry*);
|
||||
void func_800A1FB0(struct_8018D9E0_entry*);
|
||||
void func_800A2D1C(struct_8018D9E0_entry*);
|
||||
void func_800A2EB8(struct_8018D9E0_entry*);
|
||||
void func_800A0EB8(MenuItem*, s32);
|
||||
void func_800A0FA4(MenuItem*, s32);
|
||||
void func_800A10CC(MenuItem*);
|
||||
void func_800A11D0(MenuItem*, s32, s32);
|
||||
void func_800A12BC(MenuItem*, MkTexture*);
|
||||
void func_800A1350(MenuItem*);
|
||||
void func_800A143C(MenuItem*, s32);
|
||||
void func_800A1500(MenuItem*);
|
||||
void func_800A15EC(MenuItem*);
|
||||
void func_800A1780(MenuItem*);
|
||||
void func_800A1924(MenuItem*);
|
||||
void func_800A1A20(MenuItem*);
|
||||
void menu_item_course_data_render(MenuItem*);
|
||||
void func_800A1DE0(MenuItem*);
|
||||
void func_800A1F30(MenuItem*);
|
||||
void func_800A1FB0(MenuItem*);
|
||||
void func_800A2D1C(MenuItem*);
|
||||
void func_800A2EB8(MenuItem*);
|
||||
void func_800A32B4(s32, s32, s32, s32);
|
||||
void func_800A34A8(struct_8018D9E0_entry*);
|
||||
void func_800A34A8(MenuItem*);
|
||||
void func_800A3A10(s8*);
|
||||
void func_800A3ADC(struct_8018D9E0_entry*, s32, s32, s32, s32, s8*);
|
||||
void func_800A3C84(struct_8018D9E0_entry*);
|
||||
void func_800A3E60(struct_8018D9E0_entry*);
|
||||
void func_800A4550(s32, s32, s32);
|
||||
void func_800A474C(s32, s32, s32);
|
||||
void func_800A4A24(struct_8018D9E0_entry*);
|
||||
void render_pause_menu(struct_8018D9E0_entry*);
|
||||
void render_pause_menu_time_trials(struct_8018D9E0_entry*);
|
||||
void render_pause_menu_versus(struct_8018D9E0_entry*);
|
||||
void render_pause_grand_prix(struct_8018D9E0_entry*);
|
||||
void render_pause_battle(struct_8018D9E0_entry*);
|
||||
void func_800A3ADC(MenuItem*, s32, s32, s32, s32, s8*);
|
||||
void menu_item_end_time_trial_render(MenuItem*);
|
||||
void func_800A3E60(MenuItem*);
|
||||
void render_lap_time(s32, s32, s32);
|
||||
void render_player_time(s32, s32, s32);
|
||||
void func_800A4A24(MenuItem*);
|
||||
void render_pause_menu(MenuItem*);
|
||||
void render_pause_menu_time_trials(MenuItem*);
|
||||
void render_pause_menu_versus(MenuItem*);
|
||||
void render_pause_grand_prix(MenuItem*);
|
||||
void render_pause_battle(MenuItem*);
|
||||
void func_800A54EC(void);
|
||||
void func_800A5738(struct_8018D9E0_entry*);
|
||||
void func_800A6034(struct_8018D9E0_entry*);
|
||||
void func_800A6154(struct_8018D9E0_entry*);
|
||||
void func_800A638C(struct_8018D9E0_entry*);
|
||||
void func_800A66A8(struct_8018D9E0_entry*, Unk_D_800E70A0*);
|
||||
void func_800A69C8(struct_8018D9E0_entry*);
|
||||
void func_800A6BEC(struct_8018D9E0_entry*);
|
||||
void func_800A6CC0(struct_8018D9E0_entry*);
|
||||
void func_800A5738(MenuItem*);
|
||||
void func_800A6034(MenuItem*);
|
||||
void func_800A6154(MenuItem*);
|
||||
void func_800A638C(MenuItem*);
|
||||
void func_800A66A8(MenuItem*, Unk_D_800E70A0*);
|
||||
void func_800A69C8(MenuItem*);
|
||||
void func_800A6BEC(MenuItem*);
|
||||
void func_800A6CC0(MenuItem*);
|
||||
void func_800A6D94(s32, s32, u8*);
|
||||
void func_800A6E94(s32, s32, u8*);
|
||||
void func_800A70E8(struct_8018D9E0_entry*);
|
||||
void func_800A7258(struct_8018D9E0_entry*);
|
||||
void func_800A72FC(struct_8018D9E0_entry*);
|
||||
void func_800A7448(struct_8018D9E0_entry*);
|
||||
void func_800A75A0(struct_8018D9E0_entry*);
|
||||
void func_800A761C(struct_8018D9E0_entry*);
|
||||
void func_800A7790(struct_8018D9E0_entry*);
|
||||
void func_800A70E8(MenuItem*);
|
||||
void func_800A7258(MenuItem*);
|
||||
void func_800A72FC(MenuItem*);
|
||||
void func_800A7448(MenuItem*);
|
||||
void func_800A75A0(MenuItem*);
|
||||
void func_800A761C(MenuItem*);
|
||||
void menu_item_credit_render(MenuItem*);
|
||||
void convert_number_to_ascii(s32, char*);
|
||||
void write_dashes(char*);
|
||||
void get_time_record_minutes(s32, char*);
|
||||
@@ -534,88 +541,88 @@ void func_800A79F4(s32, char*);
|
||||
void func_800A7A4C(s32);
|
||||
void func_800A8230(void);
|
||||
void func_800A8250(void);
|
||||
void func_800A8270(s32, struct_8018D9E0_entry*);
|
||||
void func_800A8564(struct_8018D9E0_entry*);
|
||||
void func_800A86E8(struct_8018D9E0_entry*);
|
||||
void func_800A874C(struct_8018D9E0_entry*);
|
||||
void func_800A890C(s32, struct_8018D9E0_entry*);
|
||||
void func_800A8A98(struct_8018D9E0_entry*);
|
||||
void func_800A8CA4(struct_8018D9E0_entry*);
|
||||
void func_800A8E14(struct_8018D9E0_entry*);
|
||||
void func_800A8EC0(struct_8018D9E0_entry*);
|
||||
void func_800A8F48(struct_8018D9E0_entry*);
|
||||
void func_800A90D4(s32, struct_8018D9E0_entry*);
|
||||
void func_800A91D8(struct_8018D9E0_entry*, s32, s32);
|
||||
void func_800A9208(struct_8018D9E0_entry*, s32);
|
||||
void func_800A9278(struct_8018D9E0_entry*, s32);
|
||||
void func_800A92E8(struct_8018D9E0_entry*, s32);
|
||||
void func_800A939C(struct_8018D9E0_entry*, s32);
|
||||
void func_800A940C(struct_8018D9E0_entry*, s32);
|
||||
void func_800A94C8(struct_8018D9E0_entry*, s32, s32);
|
||||
void func_800A954C(struct_8018D9E0_entry*);
|
||||
void func_800A9710(struct_8018D9E0_entry*);
|
||||
void func_800A97BC(struct_8018D9E0_entry*);
|
||||
void func_800A9A98(struct_8018D9E0_entry*);
|
||||
void func_800A9B9C(struct_8018D9E0_entry*);
|
||||
void func_800A9C40(struct_8018D9E0_entry*);
|
||||
void func_800A9D5C(struct_8018D9E0_entry*);
|
||||
void func_800A9E58(struct_8018D9E0_entry*);
|
||||
void func_800AA280(struct_8018D9E0_entry*);
|
||||
void func_800AA2EC(struct_8018D9E0_entry*);
|
||||
void func_800AA5C8(struct_8018D9E0_entry*, s8);
|
||||
void func_800AA69C(struct_8018D9E0_entry*);
|
||||
void func_800AAA9C(struct_8018D9E0_entry*);
|
||||
void func_800AAB90(struct_8018D9E0_entry*);
|
||||
void func_800AAC18(struct_8018D9E0_entry*);
|
||||
void func_800AADD4(struct_8018D9E0_entry*);
|
||||
void func_800AAE18(struct_8018D9E0_entry*);
|
||||
struct_8018D9E0_entry* func_800AAE68(void);
|
||||
struct_8018D9E0_entry* func_800AAEB4(s32);
|
||||
struct_8018D9E0_entry* find_8018D9E0_entry_dupe(s32);
|
||||
struct_8018D9E0_entry* find_8018D9E0_entry(s32);
|
||||
void func_800A8270(s32, MenuItem*);
|
||||
void func_800A8564(MenuItem*);
|
||||
void func_800A86E8(MenuItem*);
|
||||
void func_800A874C(MenuItem*);
|
||||
void func_800A890C(s32, MenuItem*);
|
||||
void func_800A8A98(MenuItem*);
|
||||
void func_800A8CA4(MenuItem*);
|
||||
void func_800A8E14(MenuItem*);
|
||||
void func_800A8EC0(MenuItem*);
|
||||
void func_800A8F48(MenuItem*);
|
||||
void func_800A90D4(s32, MenuItem*);
|
||||
void func_800A91D8(MenuItem*, s32, s32);
|
||||
void func_800A9208(MenuItem*, s32);
|
||||
void func_800A9278(MenuItem*, s32);
|
||||
void func_800A92E8(MenuItem*, s32);
|
||||
void func_800A939C(MenuItem*, s32);
|
||||
void func_800A940C(MenuItem*, s32);
|
||||
void func_800A94C8(MenuItem*, s32, s32);
|
||||
void func_800A954C(MenuItem*);
|
||||
void func_800A9710(MenuItem*);
|
||||
void func_800A97BC(MenuItem*);
|
||||
void func_800A9A98(MenuItem*);
|
||||
void func_800A9B9C(MenuItem*);
|
||||
void func_800A9C40(MenuItem*);
|
||||
void func_800A9D5C(MenuItem*);
|
||||
void func_800A9E58(MenuItem*);
|
||||
void func_800AA280(MenuItem*);
|
||||
void func_800AA2EC(MenuItem*);
|
||||
void func_800AA5C8(MenuItem*, s8);
|
||||
void func_800AA69C(MenuItem*);
|
||||
void func_800AAA9C(MenuItem*);
|
||||
void func_800AAB90(MenuItem*);
|
||||
void func_800AAC18(MenuItem*);
|
||||
void func_800AADD4(MenuItem*);
|
||||
void func_800AAE18(MenuItem*);
|
||||
MenuItem* func_800AAE68(void);
|
||||
MenuItem* func_800AAEB4(s32);
|
||||
MenuItem* find_8018D9E0_entry_dupe(s32);
|
||||
MenuItem* find_8018D9E0_entry(s32);
|
||||
s32 func_800AAF70(s32);
|
||||
void func_800AAF94(struct_8018D9E0_entry*, s32);
|
||||
void func_800AAF94(MenuItem*, s32);
|
||||
s32 func_800AAFCC(s32);
|
||||
void func_800AB020(struct_8018D9E0_entry*);
|
||||
void func_800AB098(struct_8018D9E0_entry*);
|
||||
void func_800AB164(struct_8018D9E0_entry*);
|
||||
void func_800AB260(struct_8018D9E0_entry*);
|
||||
void func_800AB290(struct_8018D9E0_entry*);
|
||||
void func_800AB314(struct_8018D9E0_entry*);
|
||||
void func_800AB904(struct_8018D9E0_entry*);
|
||||
void func_800AB9B0(struct_8018D9E0_entry*);
|
||||
void func_800ABAE8(struct_8018D9E0_entry*);
|
||||
void func_800ABB24(struct_8018D9E0_entry*);
|
||||
void func_800ABBCC(struct_8018D9E0_entry*);
|
||||
void func_800ABC38(struct_8018D9E0_entry*);
|
||||
void func_800ABCF4(struct_8018D9E0_entry*);
|
||||
void func_800ABEAC(struct_8018D9E0_entry*);
|
||||
void func_800ABF68(struct_8018D9E0_entry*);
|
||||
void func_800AC128(struct_8018D9E0_entry*);
|
||||
void func_800AC300(struct_8018D9E0_entry*);
|
||||
void func_800AC324(struct_8018D9E0_entry*);
|
||||
void func_800AC458(struct_8018D9E0_entry*);
|
||||
void func_800AC978(struct_8018D9E0_entry*);
|
||||
void func_800ACA14(struct_8018D9E0_entry*);
|
||||
void func_800ACC50(struct_8018D9E0_entry*);
|
||||
void func_800ACF40(struct_8018D9E0_entry*);
|
||||
void func_800AD1A4(struct_8018D9E0_entry*);
|
||||
void func_800AD2E8(struct_8018D9E0_entry*);
|
||||
void func_800ADF48(struct_8018D9E0_entry*);
|
||||
void func_800AE218(struct_8018D9E0_entry*);
|
||||
void func_800AEC54(struct_8018D9E0_entry*);
|
||||
void func_800AEDBC(struct_8018D9E0_entry*);
|
||||
void func_800AEE90(struct_8018D9E0_entry*);
|
||||
void func_800AEEBC(struct_8018D9E0_entry*);
|
||||
void func_800AEEE8(struct_8018D9E0_entry*);
|
||||
void func_800AEF14(struct_8018D9E0_entry*);
|
||||
void func_800AEF74(struct_8018D9E0_entry*);
|
||||
void func_800AF004(struct_8018D9E0_entry*);
|
||||
void func_800AF1AC(struct_8018D9E0_entry*);
|
||||
void func_800AF270(struct_8018D9E0_entry*);
|
||||
void func_800AF480(struct_8018D9E0_entry*);
|
||||
void func_800AF4DC(struct_8018D9E0_entry*);
|
||||
void func_800AF740(struct_8018D9E0_entry*);
|
||||
void func_800AB020(MenuItem*);
|
||||
void func_800AB098(MenuItem*);
|
||||
void func_800AB164(MenuItem*);
|
||||
void func_800AB260(MenuItem*);
|
||||
void func_800AB290(MenuItem*);
|
||||
void func_800AB314(MenuItem*);
|
||||
void func_800AB904(MenuItem*);
|
||||
void func_800AB9B0(MenuItem*);
|
||||
void func_800ABAE8(MenuItem*);
|
||||
void func_800ABB24(MenuItem*);
|
||||
void func_800ABBCC(MenuItem*);
|
||||
void func_800ABC38(MenuItem*);
|
||||
void func_800ABCF4(MenuItem*);
|
||||
void func_800ABEAC(MenuItem*);
|
||||
void func_800ABF68(MenuItem*);
|
||||
void func_800AC128(MenuItem*);
|
||||
void func_800AC300(MenuItem*);
|
||||
void func_800AC324(MenuItem*);
|
||||
void func_800AC458(MenuItem*);
|
||||
void func_800AC978(MenuItem*);
|
||||
void func_800ACA14(MenuItem*);
|
||||
void func_800ACC50(MenuItem*);
|
||||
void func_800ACF40(MenuItem*);
|
||||
void func_800AD1A4(MenuItem*);
|
||||
void func_800AD2E8(MenuItem*);
|
||||
void func_800ADF48(MenuItem*);
|
||||
void func_800AE218(MenuItem*);
|
||||
void func_800AEC54(MenuItem*);
|
||||
void func_800AEDBC(MenuItem*);
|
||||
void func_800AEE90(MenuItem*);
|
||||
void func_800AEEBC(MenuItem*);
|
||||
void func_800AEEE8(MenuItem*);
|
||||
void func_800AEF14(MenuItem*);
|
||||
void func_800AEF74(MenuItem*);
|
||||
void func_800AF004(MenuItem*);
|
||||
void func_800AF1AC(MenuItem*);
|
||||
void func_800AF270(MenuItem*);
|
||||
void func_800AF480(MenuItem*);
|
||||
void func_800AF4DC(MenuItem*);
|
||||
void func_800AF740(MenuItem*);
|
||||
|
||||
// This really, really shouldn't be in this header file, but I don't know where else to put it
|
||||
void rmonPrintf(const char*, ...);
|
||||
@@ -646,7 +653,7 @@ extern s8 gGPPointsByCharacterId[8];
|
||||
extern s8 gCharacterIdByGPOverallRank[];
|
||||
extern s8 D_8018D9D8;
|
||||
extern s8 D_8018D9D9;
|
||||
extern struct_8018D9E0_entry D_8018D9E0[D_8018D9E0_SIZE];
|
||||
extern MenuItem D_8018D9E0[D_8018D9E0_SIZE];
|
||||
extern struct_8018DEE0_entry D_8018DEE0[D_8018DEE0_SIZE];
|
||||
extern struct_8018E060_entry D_8018E060[D_8018E060_SIZE];
|
||||
extern struct_8018E0E8_entry D_8018E0E8[D_8018E0E8_SIZE];
|
||||
@@ -731,14 +738,14 @@ extern char* D_800E7778[];
|
||||
extern char D_800E7780[];
|
||||
extern char* D_800E77A0[];
|
||||
extern char* D_800E77A8[];
|
||||
extern char D_800E77B4[];
|
||||
extern char gTextMenuData[];
|
||||
extern char D_800E77D8[];
|
||||
extern char* sCourseLengths[];
|
||||
extern char* D_800E7834[];
|
||||
extern char* gTextMenuDataCourse[];
|
||||
extern char* D_800E7840[];
|
||||
extern char* gEraseBestGhostText[];
|
||||
extern char* D_800E7860[];
|
||||
extern char* D_800E7868[];
|
||||
extern char* gTextOptionMenu[];
|
||||
extern char* D_800E7878[];
|
||||
extern char* D_800E7884[];
|
||||
extern char* D_800E7890[];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "credits.h"
|
||||
#include "defines.h"
|
||||
|
||||
struct_802850C0_entry D_802850C0[] = {
|
||||
CreditRenderInformation gTextCreaditRenderInformation[] = {
|
||||
{ 0.80f, -200, 38, 160, 30, SLIDE_RIGHT, TEXT_BLUE_GREEN_RED_CYCLE_1, 0 },
|
||||
{ 0.90f, 520, 200, 160, 200, SLIDE_LEFT, TEXT_BLUE, 0 },
|
||||
{ 0.80f, -200, 38, 160, 30, SLIDE_RIGHT, TEXT_BLUE_GREEN_RED_CYCLE_1, 0 },
|
||||
@@ -67,7 +67,7 @@ struct_802850C0_entry D_802850C0[] = {
|
||||
{ 0.90f, 520, 130, 160, 130, SLIDE_LEFT, TEXT_YELLOW, 0 },
|
||||
};
|
||||
|
||||
char* D_802854B0[] = {
|
||||
char* gTextCredit[] = {
|
||||
// English Credits
|
||||
"executive producer", "hiroshi yamauchi", "producer", "shigeru miyamoto", "director", "hideki konno",
|
||||
"assistant director", "yasuyuki oyagi", "programmer", "masato kimura", "kenji yamamoto", "yasuhiro kawaguchi",
|
||||
|
||||
@@ -19,9 +19,9 @@ typedef struct {
|
||||
/* 0x0C */ s8 slideDirection; // 0 for slide right, 1 for slide left. May have other uses/effects
|
||||
/* 0x0D */ s8 textColor;
|
||||
/* 0x0E */ s16 padding; // Always seems to be 0, never read (that I can see)
|
||||
} struct_802850C0_entry; // size = 0x10
|
||||
} CreditRenderInformation; // size = 0x10
|
||||
|
||||
extern struct_802850C0_entry D_802850C0[]; // D_802850C0
|
||||
extern char* D_802854B0[];
|
||||
extern CreditRenderInformation gTextCreaditRenderInformation[]; // gTextCreaditRenderInformation
|
||||
extern char* gTextCredit[];
|
||||
|
||||
#endif
|
||||
|
||||
+2
-2
@@ -213,7 +213,7 @@ void update_menus(void) {
|
||||
// navigation of the options menu
|
||||
void options_menu_act(struct Controller* controller, u16 arg1) {
|
||||
u16 btnAndStick; // sp3E
|
||||
struct_8018D9E0_entry* sp38;
|
||||
MenuItem* sp38;
|
||||
s32 res;
|
||||
struct_8018EE10_entry* sp30;
|
||||
bool sp2C; // cursorWasMoved or communicateStoredAction
|
||||
@@ -663,7 +663,7 @@ void data_menu_act(struct Controller* controller, UNUSED u16 arg1) {
|
||||
|
||||
void course_data_menu_act(struct Controller* controller, UNUSED u16 arg1) {
|
||||
u16 btnAndStick; // sp2E
|
||||
struct_8018D9E0_entry* sp28;
|
||||
MenuItem* sp28;
|
||||
CourseTimeTrialRecords* sp24;
|
||||
s32 res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user