mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
16 lines
542 B
C
16 lines
542 B
C
#ifndef POKEPLATINUM_OV5_021EA714_H
|
|
#define POKEPLATINUM_OV5_021EA714_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
#include "overlay025/poketch_system.h"
|
|
|
|
void ov5_021EA714(FieldSystem *fieldSystem, enum PoketchEventID eventID, u32 dummy);
|
|
void ov5_021EA728(FieldSystem *fieldSystem);
|
|
void ov5_021EA790(FieldSystem *fieldSystem);
|
|
u8 ov5_021EA7CC(FieldSystem *fieldSystem);
|
|
void ov5_021EA830(FieldSystem *fieldSystem);
|
|
void ov5_021EA848(FieldSystem *fieldSystem);
|
|
BOOL ov5_021EA854(FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_OV5_021EA714_H
|