mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
14 lines
332 B
C
14 lines
332 B
C
#ifndef GUARD_EVENT_OBJ_LOCK_H
|
|
#define GUARD_EVENT_OBJ_LOCK_H
|
|
|
|
bool8 sub_80983C4(void);
|
|
void ScriptFreezeEventObjects(void);
|
|
bool8 sub_809847C(void);
|
|
void LockSelectedEventObject(void);
|
|
void sub_8098630(void);
|
|
bool8 sub_8098734(void);
|
|
void ScriptUnfreezeEventObjects(void);
|
|
void sub_8098524(void);
|
|
|
|
#endif // GUARD_EVENT_OBJ_LOCK_H
|