mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
130 B
C
8 lines
130 B
C
|
#ifndef GUARD_FIELDMAPOBJHELP_H
|
||
|
#define GUARD_FIELDMAPOBJHELP_H
|
||
|
|
||
|
void UnfreezeMapObjects(void);
|
||
|
void sub_8097B78(u8, u8);
|
||
|
|
||
|
#endif
|