mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 05:35:23 -05:00
15 lines
304 B
C
15 lines
304 B
C
#ifndef GUARD_MAP_OBJ_LOCK_H
|
|
#define GUARD_MAP_OBJ_LOCK_H
|
|
|
|
#include "global.h"
|
|
|
|
bool8 sub_8069590(void);
|
|
void ScriptFreezeMapObjects(void);
|
|
bool8 sub_8069648(void);
|
|
void LockSelectedMapObject(void);
|
|
void sub_8098630(void);
|
|
bool8 sub_8098734(void);
|
|
void sub_80696C0(void);
|
|
|
|
#endif // GUARD_MAP_OBJ_LOCK_H
|