about summary refs log tree commit diff stats
path: root/gba/source/serialize.h
diff options
context:
space:
mode:
Diffstat (limited to 'gba/source/serialize.h')
-rw-r--r--gba/source/serialize.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gba/source/serialize.h b/gba/source/serialize.h index 7fcae0f..a73d84b 100644 --- a/gba/source/serialize.h +++ b/gba/source/serialize.h
@@ -15,9 +15,7 @@ struct GameData;
15 15
16void PokemonIntermediateInit( 16void PokemonIntermediateInit(
17 struct PokemonIntermediate* pki, 17 struct PokemonIntermediate* pki,
18 struct BoxPokemon* bpkm, 18 struct BoxPokemon* bpkm);
19 u16 trainerId,
20 u16 secretId);
21 19
22void PokemonIntermediateStream(struct PokemonIntermediate* pki); 20void PokemonIntermediateStream(struct PokemonIntermediate* pki);
23 21