summaryrefslogtreecommitdiff
path: root/include/map_obj_80688E4.h
diff options
context:
space:
mode:
authorgarak <garakmon@gmail.com>2019-12-02 13:34:11 -0500
committergarak <garakmon@gmail.com>2019-12-17 15:05:23 -0500
commit36b2301fd262adc70fc89ecdd3a7a97549b5a6c9 (patch)
treed87eb50b90952efd02d027fd04fb0d05432a1b50 /include/map_obj_80688E4.h
parentebd3a1371757839c260256e2d8101fc6448b2915 (diff)
mostly standardize to object event to prep for disassembly
Diffstat (limited to 'include/map_obj_80688E4.h')
-rw-r--r--include/map_obj_80688E4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/map_obj_80688E4.h b/include/map_obj_80688E4.h
index bfd5dd3c7..7132d2aa8 100644
--- a/include/map_obj_80688E4.h
+++ b/include/map_obj_80688E4.h
@@ -4,7 +4,7 @@
#include "global.h"
void FreezeEventObjects(void);
-void FreezeMapObject(struct MapObject *);
-void FreezeMapObjectsExceptOne(u8 mapObjectId);
+void FreezeObjectEvent(struct ObjectEvent *);
+void FreezeObjectEventsExceptOne(u8 objEventId);
#endif //GUARD_MAP_OBJ_80688E4_H