diff options
Diffstat (limited to 'gba/source/serialize.h')
-rw-r--r-- | gba/source/serialize.h | 4 |
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 | ||
16 | void PokemonIntermediateInit( | 16 | void 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 | ||
22 | void PokemonIntermediateStream(struct PokemonIntermediate* pki); | 20 | void PokemonIntermediateStream(struct PokemonIntermediate* pki); |
23 | 21 | ||