mirror of https://github.com/n64decomp/mk64.git
Match render_courses.c (#303)
* Update render_courses.c * Update render_courses.h * Delete func_8029122C.s * Update code_802AAA70.h
This commit is contained in:
parent
afb29a5a65
commit
1643909b34
File diff suppressed because it is too large
Load Diff
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
void nullify_displaylist(uintptr_t);
|
||||
void func_802AAAAC(UnkActorInner*);
|
||||
f32 func_802AAB4C(Player*);
|
||||
s8 func_802ABD10(u16);
|
||||
s16 func_802ABD40(u16);
|
||||
s16 func_802ABD7C(u16);
|
||||
|
|
|
|||
1014
src/render_courses.c
1014
src/render_courses.c
File diff suppressed because it is too large
Load Diff
|
|
@ -93,6 +93,11 @@ extern u8 kalimari_desert_dls[];
|
|||
extern u8 sherbet_land_dls[];
|
||||
extern Gfx wario_stadium_dls[];
|
||||
|
||||
extern Gfx D_06009228[];
|
||||
extern Gfx D_060164B8[];
|
||||
extern Gfx D_06019578[];
|
||||
extern Gfx D_090001D0[];
|
||||
|
||||
extern Gfx dks_jungle_parkway_dls[];
|
||||
extern Gfx D_060071B0[];
|
||||
extern Gfx D_060076A0[];
|
||||
|
|
|
|||
Loading…
Reference in New Issue