mirror of
https://github.com/zeldaret/tmc
synced 2026-08-18 13:43:31 -04:00
_EntUpdate
This commit is contained in:
+2
-3
@@ -46,13 +46,12 @@ typedef struct {
|
||||
|
||||
extern struct_03003DD0 gUnk_03003DD0;
|
||||
extern u32 _call_via_r0(u32*);
|
||||
extern u32 gUnk_03005F24;
|
||||
extern u32 _EntUpdate;
|
||||
extern void DeleteEntityAny(Entity*);
|
||||
|
||||
void DeleteThisEntity(void) {
|
||||
DeleteEntityAny(gUnk_03003DD0.field_0x8);
|
||||
_call_via_r0((u32*)&gUnk_03005F24);
|
||||
return;
|
||||
_call_via_r0((u32*)&_EntUpdate);
|
||||
}
|
||||
|
||||
void DeleteEntity(Entity*);
|
||||
|
||||
Reference in New Issue
Block a user