mirror of
https://github.com/n64decomp/mk64
synced 2026-07-01 02:50:09 -04:00
Document render/update objects (#565)
* Document objects related code. * Including render/update objects code * Various renamings
This commit is contained in:
+10
-10
@@ -11,7 +11,7 @@ extern u32 _course_mario_raceway_dl_mio0SegmentRomStart[];
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ s32 type; // id maybe?
|
||||
/* 0x04 */ s32 unk4; // sound mode, maybe some other stuff
|
||||
/* 0x04 */ s32 cursor; // sound mode, maybe some other stuff
|
||||
/* 0x08 */ s32 unk8; // This is used but I can't tell what for
|
||||
/* 0x0C */ s32 column;
|
||||
/* 0x10 */ s32 row;
|
||||
@@ -90,8 +90,8 @@ void func_80091EE4(void);
|
||||
void func_80091FA4(void);
|
||||
void func_80092148(void);
|
||||
void func_800921B4(void);
|
||||
void func_800921C0(s32, s32, s32);
|
||||
void func_80092224(s32, s32, s32);
|
||||
void text_rainbow_effect(s32, s32, s32);
|
||||
void set_text_color_rainbow_if_selected(s32, s32, s32);
|
||||
void func_80092258(void);
|
||||
void func_80092290(s32, s32*, s32*);
|
||||
void func_80092500(void);
|
||||
@@ -193,7 +193,7 @@ void func_8009B998(void);
|
||||
Gfx *func_8009B9D0(Gfx*, MkTexture*);
|
||||
Gfx *func_8009BA74(Gfx*, MkTexture*, s32, s32);
|
||||
Gfx *func_8009BC9C(Gfx*, MkTexture*, s32, s32, s32, s32);
|
||||
Gfx *func_8009BEF0(Gfx*, MkTexture*, f32, f32, s32, f32,f32);
|
||||
Gfx *print_letter(Gfx*, MkTexture*, f32, f32, s32, f32,f32);
|
||||
Gfx *func_8009C204(Gfx*, MkTexture*, s32, s32, s32);
|
||||
Gfx *func_8009C434(Gfx*, struct_8018DEE0_entry*, s32, s32, s32);
|
||||
Gfx *func_8009C708(Gfx*, struct_8018DEE0_entry *, s32, s32, s32, s32);
|
||||
@@ -266,11 +266,11 @@ 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 func_800A4B38(struct_8018D9E0_entry*);
|
||||
void func_800A4BC8(struct_8018D9E0_entry*);
|
||||
void func_800A4EF8(struct_8018D9E0_entry*);
|
||||
void func_800A5084(struct_8018D9E0_entry*);
|
||||
void func_800A5360(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_800A54EC(void);
|
||||
void func_800A5738(struct_8018D9E0_entry*);
|
||||
void func_800A6034(struct_8018D9E0_entry*);
|
||||
@@ -498,7 +498,7 @@ extern char *D_800E7728[];
|
||||
extern char *D_800E7730;
|
||||
extern char *D_800E7734[];
|
||||
extern char *D_800E7744[];
|
||||
extern char *D_800E775C[];
|
||||
extern char *gTextPauseButton[];
|
||||
extern char *D_800E7778[];
|
||||
extern char D_800E7780[];
|
||||
extern char *D_800E77A0[];
|
||||
|
||||
Reference in New Issue
Block a user