diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-25 18:56:08 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-25 18:56:08 +0200 |
commit | fd07c608fc1c08294914c22833aeba2f077e6cf0 (patch) | |
tree | 0560218b31fff5d63bc8d33e4b398725bffd93df /src/contest.c | |
parent | 2bd5833833fbd9a10fb14adc586eca3114248e20 (diff) |
Decompile pokemon unk 6
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c index 869300a92..662a27060 100644 --- a/src/contest.c +++ b/src/contest.c @@ -2973,7 +2973,7 @@ static u8 sub_80DB174(u16 species, u32 otId, u32 personality, u32 index) else HandleLoadSpecialPokePic_DontHandleDeoxys(gMonBackPicTable + species, gMonSpritesGfxPtr->sprites[0], species, personality); - LoadCompressedPalette(GetFrontSpritePalFromSpeciesAndPersonality(species, otId, personality), 0x120, 0x20); + LoadCompressedPalette(GetMonSpritePalFromSpeciesAndPersonality(species, otId, personality), 0x120, 0x20); SetMultiuseSpriteTemplateToPokemon(species, 0); spriteId = CreateSprite(&gMultiuseSpriteTemplate, 0x70, GetBattlerSpriteFinal_Y(2, species, FALSE), 30); |