mirror of
https://github.com/zeldaret/tmc
synced 2026-09-02 18:12:46 -04:00
Match sub_0801E49C (#638)
* Nuke sub_0801E49C.inc * Match sub_0801E49C * Fix data types * Match signature * Add typecast and referring function signature * Fix lint issue
This commit is contained in:
@@ -35,7 +35,7 @@ typedef struct {
|
||||
u16 unk_9;
|
||||
} struct_081215E8;
|
||||
|
||||
extern void sub_0801E49C(u32, u32, u32, u32);
|
||||
extern void sub_0801E49C(s32 baseX, s32 baseY, s32 radius, u32 baseAngle);
|
||||
extern bool32 gUnk_02036BB8;
|
||||
|
||||
void sub_0808C6D4(WhiteTriangleEffectEntity*);
|
||||
|
||||
Reference in New Issue
Block a user