diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-03 11:02:02 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-03 11:02:02 -0500 |
commit | aed9c28dc30b5da30186844d78cf74162409486e (patch) | |
tree | 803e4456ddf9818d7ff2665036ab8b35ef145f1c /include/event_object_80688E4.h | |
parent | 2b5b95693613c92a89917ae2fbeffa44554ae1f0 (diff) |
Document rfu_union_tool
Diffstat (limited to 'include/event_object_80688E4.h')
-rw-r--r-- | include/event_object_80688E4.h | 10 |
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 |