mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-27 10:32:44 -05:00
29 lines
904 B
C
29 lines
904 B
C
#ifndef POKEHEARTGOLD_OVERLAY_04_H
|
|
#define POKEHEARTGOLD_OVERLAY_04_H
|
|
|
|
#include "script.h"
|
|
|
|
void ov04_02254D84(FieldSystem *fsys);
|
|
void ov04_02256044(FieldSystem *fsys);
|
|
void ov04_022563B0(FieldSystem *fsys);
|
|
void ov04_02254710(FieldSystem *fsys);
|
|
void ov04_0225507C(FieldSystem *fsys);
|
|
void ov04_022566A0(FieldSystem *fsys);
|
|
void ov04_022566A0(FieldSystem *fsys);
|
|
void ov04_02256BA0(FieldSystem *fsys);
|
|
void ov04_02256EB0(FieldSystem *fsys);
|
|
|
|
void ov04_02254CBC(FieldSystem *fsys);
|
|
void ov04_02255FC0(FieldSystem *fsys);
|
|
void ov04_02256304(FieldSystem *fsys);
|
|
void ov04_02253E20(FieldSystem *fsys);
|
|
void ov04_02254190(FieldSystem *fsys);
|
|
void ov04_02254F8C(FieldSystem *fsys);
|
|
void ov04_02256650(FieldSystem *fsys);
|
|
void ov04_02256B64(FieldSystem *fsys);
|
|
void ov04_02256E60(FieldSystem *fsys);
|
|
|
|
BOOL ov04_022550D4(FieldSystem* fsys, u32 a1, u32 a2, u32 a3, u32 a4);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_04_H
|