Standardize Event Object to Object Event

This commit is contained in:
GriffinR
2019-11-20 22:55:44 -05:00
parent 215bb31d67
commit ec3e86f1d2
606 changed files with 10080 additions and 10080 deletions

View File

@@ -2,12 +2,12 @@
#define GUARD_EVENT_OBJ_LOCK_H
bool8 sub_80983C4(void);
void ScriptFreezeEventObjects(void);
void ScriptFreezeObjectEvents(void);
bool8 sub_809847C(void);
void LockSelectedEventObject(void);
void LockSelectedObjectEvent(void);
void sub_8098630(void);
bool8 sub_8098734(void);
void ScriptUnfreezeEventObjects(void);
void ScriptUnfreezeObjectEvents(void);
void sub_8098524(void);
#endif // GUARD_EVENT_OBJ_LOCK_H