summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-12-17 23:00:08 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-12-17 23:00:08 +0100
commit9ffd0c73829e5a0aded23518887007da9c3fc44c (patch)
tree7f9f83c9e4e99ef04351f4ccfcc3289cd9bcec7c /src/egg_hatch.c
parentaae36b5653537a063560dc2c7df261cc7b950a4c (diff)
3.5 asm left
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index 9c1d6fdd8..561987315 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -442,7 +442,7 @@ static u8 EggHatchCreateMonSprite(u8 a0, u8 switchID, u8 pokeID, u16* speciesLoc
HandleLoadSpecialPokePic_DontHandleDeoxys(&gMonFrontPicTable[species],
gMonSpritesGfxPtr->sprites[(a0 * 2) + 1],
species, pid);
- LoadCompressedObjectPalette(GetMonSpritePalStruct(mon));
+ LoadCompressedSpritePalette(GetMonSpritePalStruct(mon));
*speciesLoc = species;
}
break;