diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-17 23:00:08 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-17 23:00:08 +0100 |
commit | 9ffd0c73829e5a0aded23518887007da9c3fc44c (patch) | |
tree | 7f9f83c9e4e99ef04351f4ccfcc3289cd9bcec7c /src/pokemon_icon.c | |
parent | aae36b5653537a063560dc2c7df261cc7b950a4c (diff) |
3.5 asm left
Diffstat (limited to 'src/pokemon_icon.c')
-rw-r--r-- | src/pokemon_icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_icon.c b/src/pokemon_icon.c index 6b7d8656f..9a69febcf 100644 --- a/src/pokemon_icon.c +++ b/src/pokemon_icon.c @@ -1219,7 +1219,7 @@ void sub_80D304C(u16 offset) } } -u8 sub_80D3080(u16 species) +u8 GetValidMonIconPalIndex(u16 species) { if (species > SPECIES_EGG) species = 260; |