about summary refs log tree commit diff stats
path: root/gba/source/serialize.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-09-23 10:21:57 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-09-23 10:21:57 -0400
commit6437a6cd49404b5e2e83bf940d8ac2284eb1e6bf (patch)
tree99bc9420d2817f78e3ca7f91db12ab085d5b051c /gba/source/serialize.h
parenteeaa6c5fd4957b6719fcb9f76cef5f9931237891 (diff)
downloadgen3uploader-6437a6cd49404b5e2e83bf940d8ac2284eb1e6bf.tar.gz
gen3uploader-6437a6cd49404b5e2e83bf940d8ac2284eb1e6bf.tar.bz2
gen3uploader-6437a6cd49404b5e2e83bf940d8ac2284eb1e6bf.zip
Fixed shininess determination
Shininess is determined with the ID of the OT, not the game the Pokémon
is currently in.
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