diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-23 15:55:01 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-23 15:55:01 +0200 |
commit | 4f36e317f9d2489e7c192f2a70c44a087e7d1998 (patch) | |
tree | 8ddd231f77fbe38d61a655aba8bd3f3718cc7c1c /src/intro.c | |
parent | 20594938e275bd3d6ec6f38b42400eaac79fa86e (diff) |
name labels
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.c b/src/intro.c index a43e0356c..dd7cc858c 100644 --- a/src/intro.c +++ b/src/intro.c @@ -1785,7 +1785,7 @@ static u16 sub_813CE88(u16 species, s16 x, s16 y, u16 d, u8 front) LoadSpecialPokePic(&gMonFrontPicTable[species], gMonFrontPicCoords[species].coords, gMonFrontPicCoords[species].y_offset, 0x2000000, gUnknown_0840B5A0[d], species, 0, 1); else LoadSpecialPokePic(&gMonBackPicTable[species], gMonBackPicCoords[species].coords, gMonBackPicCoords[species].y_offset, 0x2000000, gUnknown_0840B5A0[d], species, 0, 0); - lzPaletteData = species_and_otid_get_pal(species, 0, 0xFFFF); + lzPaletteData = GetMonSpritePalFromOtIdPersonality(species, 0, 0xFFFF); LoadCompressedPalette(lzPaletteData, 0x100 + d * 0x10, 0x20); sub_8143648(d, d); spriteId = CreateSprite(&gUnknown_02024E8C, x, y, (d + 1) * 4); |