mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
17 lines
593 B
C
17 lines
593 B
C
#ifndef POKEPLATINUM_UNK_02071B10_H
|
|
#define POKEPLATINUM_UNK_02071B10_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
void sub_02071B10(FieldSystem * fieldSystem);
|
|
void sub_02071B30(FieldSystem * fieldSystem);
|
|
void sub_02071B6C(FieldSystem * fieldSystem, const u8 param1);
|
|
void sub_02071BD0(FieldSystem * fieldSystem);
|
|
void sub_02071BF8(FieldSystem * fieldSystem);
|
|
void sub_02071C18(FieldSystem * fieldSystem);
|
|
void sub_02071C34(FieldSystem * fieldSystem);
|
|
void sub_02071C5C(FieldSystem * fieldSystem);
|
|
BOOL sub_02071CB4(FieldSystem * fieldSystem, int param1);
|
|
|
|
#endif // POKEPLATINUM_UNK_02071B10_H
|