mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
15 lines
573 B
C
15 lines
573 B
C
#ifndef POKEPLATINUM_UNK_02071D40_H
|
|
#define POKEPLATINUM_UNK_02071D40_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
#include "struct_defs/struct_02072014.h"
|
|
|
|
void sub_02071D40(const u8 param0, const u8 param1, const u8 param2, const u8 param3, FieldSystem * param4, TrainerCard * param5);
|
|
TrainerCard * sub_02071F04(const u16 param0);
|
|
void sub_02071F20(TrainerCard * param0);
|
|
u8 sub_02071F28(FieldSystem * fieldSystem);
|
|
void sub_020721D4(FieldSystem * fieldSystem, const TrainerCard * param1);
|
|
void sub_02072204(FieldSystem * fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_UNK_02071D40_H
|