mirror of https://github.com/pret/pokeemerald.git
14 lines
341 B
C
14 lines
341 B
C
#ifndef GUARD_EVENT_OBJECT_LOCK_H
|
|
#define GUARD_EVENT_OBJECT_LOCK_H
|
|
|
|
bool8 sub_80983C4(void);
|
|
void ScriptFreezeObjectEvents(void);
|
|
bool8 sub_809847C(void);
|
|
void LockSelectedObjectEvent(void);
|
|
void sub_8098630(void);
|
|
bool8 sub_8098734(void);
|
|
void ScriptUnfreezeObjectEvents(void);
|
|
void sub_8098524(void);
|
|
|
|
#endif // GUARD_EVENT_OBJECT_LOCK_H
|