mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-22 17:37:23 -05:00
10 lines
151 B
C
10 lines
151 B
C
#ifndef GUARD_FIELDMAPOBJHELP_H
|
|
#define GUARD_FIELDMAPOBJHELP_H
|
|
|
|
#include "global.h"
|
|
|
|
void UnfreezeMapObjects(void);
|
|
void sub_8069058(u8, u8);
|
|
|
|
#endif
|