From 6437a6cd49404b5e2e83bf940d8ac2284eb1e6bf Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 23 Sep 2017 10:21:57 -0400 Subject: Fixed shininess determination MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shininess is determined with the ID of the OT, not the game the Pokémon is currently in. --- gba/source/serialize.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gba/source/serialize.h') 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; void PokemonIntermediateInit( struct PokemonIntermediate* pki, - struct BoxPokemon* bpkm, - u16 trainerId, - u16 secretId); + struct BoxPokemon* bpkm); void PokemonIntermediateStream(struct PokemonIntermediate* pki); -- cgit 1.4.1