mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
13 lines
363 B
C
13 lines
363 B
C
#ifndef POKEHEARTGOLD_OVERLAY_03_H
|
|
#define POKEHEARTGOLD_OVERLAY_03_H
|
|
|
|
#include "script.h"
|
|
|
|
void ov03_02255BB0(FieldSystem *fsys, u16 a1, u16 a2, u16 a3);
|
|
int ov03_02255BFC(void);
|
|
void ov03_02255C18(FieldSystem *fsys, u16 a1, u16 a2, u16 a3);
|
|
int ov03_02255C64(void);
|
|
void ov03_022566B0(TaskManager *taskManager, u16 *p_var);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_03_H
|