mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-16 21:37:47 -04:00
Match several functions in code_802B0210 (#216)
Several other functions are as matched as the can be, needing only the addition of some RODATA to fully match. Others are in a mostly-matched state, but have some incorrect register allocation. More investigation/work is needed to figure that out. Most of those leftover have had their m2c output regenerated. Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ void update_simple_objects();
|
||||
|
||||
// audio/external.c
|
||||
extern void func_800C98B8(Vec3f, Vec3f, u32);
|
||||
extern void func_800C9060(Player*, s32);
|
||||
extern void func_800C9060(u8, s32);
|
||||
extern void func_800C90F4(u8, uintptr_t);
|
||||
extern void func_800C99E0(Vec3f, s32);
|
||||
extern void func_800C9D80(Vec3f*, Vec3f*, u32);
|
||||
|
||||
Reference in New Issue
Block a user