mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-16 10:07:12 -05:00
13 lines
302 B
C
13 lines
302 B
C
#ifndef POKEPLATINUM_UNK_0207A274_H
|
|
#define POKEPLATINUM_UNK_0207A274_H
|
|
|
|
#include "struct_decls/pokedexdata_decl.h"
|
|
|
|
#include "savedata.h"
|
|
|
|
u32 sub_0207A274(SaveData *param0);
|
|
u32 sub_0207A280(const PokedexData *param0);
|
|
u32 sub_0207A294(u32 param0, u32 param1);
|
|
|
|
#endif // POKEPLATINUM_UNK_0207A274_H
|