summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pokedex.c4
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,