mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
12 lines
259 B
C
12 lines
259 B
C
|
#ifndef GUARD_MAP_OBJ_LOCK_H
|
||
|
#define GUARD_MAP_OBJ_LOCK_H
|
||
|
|
||
|
bool8 sub_80983C4(void);
|
||
|
void ScriptFreezeMapObjects(void);
|
||
|
bool8 sub_809847C(void);
|
||
|
void LockSelectedMapObject(void);
|
||
|
void sub_8098630(void);
|
||
|
bool8 sub_8098734(void);
|
||
|
|
||
|
#endif // GUARD_MAP_OBJ_LOCK_H
|