mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-27 15:10:26 +00:00
ef830ff24c
Up to Battle Random functions start cleaning up encounter.c fix build fix build again remove two files from bad rebase switch fully to battle type constants rename TRAINER to Trainer few more funcs finish cleanup address some review comments de-capitalise std_script
20 lines
716 B
C
20 lines
716 B
C
#ifndef POKEHEARTGOLD_OVERLAY_01_021E90C0_H
|
|
#define POKEHEARTGOLD_OVERLAY_01_021E90C0_H
|
|
|
|
#include "script.h"
|
|
#include "task.h"
|
|
|
|
FieldEnvSubUnk18 *ov01_021E90C0();
|
|
BOOL ov01_021E98F0(FieldSystem *fieldSystem, FieldEnvSubUnk18 *a1, u8 direction);
|
|
void ov01_021E90D4(FieldEnvSubUnk18 *a0);
|
|
void *ov01_021E9C30();
|
|
BOOL ov01_021EA128(TaskManager *taskMan);
|
|
BOOL ov01_021E9EEC(TaskManager *taskMan);
|
|
BOOL ov01_021E9F78(TaskManager *taskMan);
|
|
BOOL ov01_021E9FF8(TaskManager *taskMan);
|
|
void ov01_021E90DC(u32 x, u32 y, FieldEnvSubUnk18 *a2);
|
|
BOOL ov01_021E90E4(FieldSystem *fieldSystem, FieldEnvSubUnk18 *a1);
|
|
BOOL ov01_021E9374(FieldSystem *fieldSystem, FieldEnvSubUnk18 *a1);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_01_021E90C0_H
|