diff options
author | yenatch <yenatch@gmail.com> | 2017-06-15 21:57:45 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-15 21:57:45 -0400 |
commit | 61e65d1b8e266bfa8909ba0d010947dcbc70979c (patch) | |
tree | d832f92e52e4c470e9e8c7aa155a522c207c68f1 /src | |
parent | c6d0933a62ecdb5654d99069515dec19fe4c1542 (diff) |
0x134 -> SPECIES_SPINDA
Diffstat (limited to 'src')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 92db38da9..be6ef03a9 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -4507,7 +4507,7 @@ u16 sub_80918EC(u16 num, s16 x, s16 y, u16 paletteNum) gUnknown_083B5584[paletteNum], num); break; - case 0x134: + case SPECIES_SPINDA: LoadSpecialPokePic( &gMonFrontPicTable[num], gMonFrontPicCoords[num].coords, |