I finally defeated every avoidable warning (#335)

* silver coin labels

* match obj_loop_log

* better

* match obj_loop_modechange

* nonmatching obj_loop_fireball_octoweapon

* fix racer.c warnings

* match obj_loop_fireball_octoweapon

* Update object_functions.c

* match obj_loop_lasergun

* unknown_0255E0.c warnings fixed

* asset_loading.c warnings too

* laser gun labels

* quick fixes

* match func_8003F0F8

* prelim

* match func_8000E4E8

* warnings are dead

* quick fixes

* Update math_util.c

* reee
This commit is contained in:
Fazana
2022-12-10 22:42:50 +00:00
committed by GitHub
parent a1db49eecf
commit 965aa1f33e
58 changed files with 724 additions and 806 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void print_debug_strings(Gfx **dList);
void set_render_printf_position(u16 xpos, u16 ypos); // Non Matching
s32 render_printf(const char *format, ...); // Non Matchingg
void func_800B3740(Object *, Gfx **, Matrix **, VertexList **, s32); // Non Matching
void func_800B3740(Object *, Gfx **, MatrixS **, Vertex **, s32); // Non Matching
s32 func_800B653C(Gfx**, s8*);
#endif