diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-12 22:49:08 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-12 22:49:08 -0500 |
commit | a6275b4d7fe2f2d115a6336dc8cbc668008456ab (patch) | |
tree | d451c6e87cc08f99f551e64a9ba5190e485b7406 /src | |
parent | bd0191d8ca99501214253b2f5165e70a9128a01c (diff) |
whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/pokedex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 4cd52b2e5..3f1bcf14f 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -4024,7 +4024,7 @@ void sub_80918B0(u16 a, u8 b) u16 sub_80918EC(u16 num, s16 b, s16 c, u16 d) { u8 spriteId; - + num = NationalPokedexNumToSpecies(num); switch (num) { @@ -4070,7 +4070,7 @@ u16 sub_80918EC(u16 num, s16 b, s16 c, u16 d) u8 sub_8091A4C(u16 gender, u16 b, u16 c, u16 d) { u8 spriteId; - + DecompressPicFromTable_2( &gTrainerFrontPicTable[gender], gTrainerFrontPicCoords[gender].coords, |