mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
12 lines
420 B
C
12 lines
420 B
C
#ifndef POKEPLATINUM_OV5_021EE7D4_H
|
|
#define POKEPLATINUM_OV5_021EE7D4_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
u8 ov5_021EE920(FieldSystem *fieldSystem, u16 param1);
|
|
void ov5_021EE9BC(FieldSystem *fieldSystem, u16 param1);
|
|
void ov5_021EEA54(FieldSystem *fieldSystem, u8 param1, u8 param2, u16 param3);
|
|
void ov5_021EEA84(FieldSystem *fieldSystem, u8 param1, u8 param2, u16 param3);
|
|
|
|
#endif // POKEPLATINUM_OV5_021EE7D4_H
|