diff options
Diffstat (limited to 'gba/source/serialize.h')
-rw-r--r-- | gba/source/serialize.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gba/source/serialize.h b/gba/source/serialize.h index 38a4d6b..7fcae0f 100644 --- a/gba/source/serialize.h +++ b/gba/source/serialize.h | |||
@@ -17,8 +17,7 @@ void PokemonIntermediateInit( | |||
17 | struct PokemonIntermediate* pki, | 17 | struct PokemonIntermediate* pki, |
18 | struct BoxPokemon* bpkm, | 18 | struct BoxPokemon* bpkm, |
19 | u16 trainerId, | 19 | u16 trainerId, |
20 | u16 secretId, | 20 | u16 secretId); |
21 | const struct GameData* gameData); | ||
22 | 21 | ||
23 | void PokemonIntermediateStream(struct PokemonIntermediate* pki); | 22 | void PokemonIntermediateStream(struct PokemonIntermediate* pki); |
24 | 23 | ||