mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
40 lines
1.4 KiB
C
40 lines
1.4 KiB
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);
|
|
void ov04_02254D98(FieldSystem *fsys);
|
|
void ov04_02254DD0(FieldSystem *fsys);
|
|
void ov04_02254DE0(FieldSystem *fsys, int a1);
|
|
int ov04_02256058(FieldSystem *fsys);
|
|
void ov04_0225640C(FieldSystem *fsys, u8 lockno, u8 relock);
|
|
BOOL ov04_022563C4(FieldSystem *fsys, u8 canId);
|
|
void ov04_02253ED4(FieldSystem *fsys);
|
|
void Fsys_BeginAzaleaGymSpinarakRide(FieldSystem *fsys, u8 spinarakNo);
|
|
void Fsys_FlipAzaleaGymSwitch(FieldSystem *fsys, u8 switchNo);
|
|
|
|
BOOL ov04_022550D4(FieldSystem* fsys, u32 a1, u32 a2, u32 a3, u32 a4);
|
|
void ov04_02256ED8(FieldSystem *fsys);
|
|
void ov04_02256F00(FieldSystem *fsys, u8 a1);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_04_H
|