mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
16 lines
546 B
C
16 lines
546 B
C
#ifndef POKEPLATINUM_OV6_022465FC_H
|
|
#define POKEPLATINUM_OV6_022465FC_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "string_template.h"
|
|
|
|
void ov6_022465FC(FieldSystem *fieldSystem);
|
|
int ov6_0224660C(FieldSystem *fieldSystem);
|
|
int ov6_022468B0(FieldSystem *fieldSystem, BOOL param1, BOOL param2);
|
|
int ov6_02246920(FieldSystem *fieldSystem);
|
|
int ov6_02246978(FieldSystem *fieldSystem, int param1);
|
|
BOOL ov6_022469E0(FieldSystem *fieldSystem, StringTemplate *param1, int param2, u16 *param3, u16 *param4);
|
|
|
|
#endif // POKEPLATINUM_OV6_022465FC_H
|