summaryrefslogtreecommitdiff
path: root/include/event_object_80688E4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/event_object_80688E4.h')
-rw-r--r--include/event_object_80688E4.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/event_object_80688E4.h b/include/event_object_80688E4.h
index a3da168b4..241d48c3a 100644
--- a/include/event_object_80688E4.h
+++ b/include/event_object_80688E4.h
@@ -6,10 +6,10 @@
void FreezeObjectEvents(void);
bool8 FreezeObjectEvent(struct ObjectEvent *);
void FreezeObjectEventsExceptOne(u8 objEventId);
-void RfuUnionObjectToggleInvisibility(u8 a0, bool32 a1);
-u32 RfuUnionObjectIsInvisible(u8 a0);
-void RfuUnionObjectStartWarp(u8 a0, u8 a1);
-void RfuUnionObjectSetFacingDirection(u8 a0, u8 a1);
-bool32 RfuUnionObjectIsWarping(u8 a0);
+void RfuUnionObjectSetFacingDirection(u8 objectEventId, u8 direction);
+void RfuUnionObjectToggleInvisibility(u8 objectEventId, bool32 invisible);
+bool32 RfuUnionObjectIsInvisible(u8 objectEventId);
+void RfuUnionObjectStartWarp(u8 objectEventId, u8 animNo);
+bool32 RfuUnionObjectIsWarping(u8 objectEventId);
#endif // GUARD_EVENT_OBJECT_80688E4_H