mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 07:23:16 -04:00
Merge pull request #345 from octorock/object97
This commit is contained in:
@@ -171,4 +171,5 @@ extern void sub_08000148(u32, u32, u32);
|
||||
extern void sub_0805457C(Entity*, s32);
|
||||
extern Entity* sub_080A2A3C(Entity*, u32, u32, u32);
|
||||
extern void sub_0806FCF4(Entity*, s32, s32, s32);
|
||||
extern u32 sub_080041DC(Entity*, u32, u32);
|
||||
#endif
|
||||
|
||||
+2
-2
@@ -181,7 +181,7 @@ typedef enum {
|
||||
WIND_TRIBE_FLAG,
|
||||
BIRD,
|
||||
OBJECT_96,
|
||||
OBJECT_97,
|
||||
KEY_STEALING_TAKKURI,
|
||||
OBJECT_98,
|
||||
OBJECT_99,
|
||||
HUGE_ACORN,
|
||||
@@ -377,7 +377,7 @@ void Lamp(Entity*);
|
||||
void WindTribeFlag(Entity*);
|
||||
void Bird(Entity*);
|
||||
void Object96(Entity*);
|
||||
void Object97(Entity*);
|
||||
void KeyStealingTakkuri();
|
||||
void Object98(Entity*);
|
||||
void Object99(Entity*);
|
||||
void MacroAcorn(Entity*);
|
||||
|
||||
Reference in New Issue
Block a user