diff options
author | scnorton <scnorton@biociphers.org> | 2017-12-18 14:55:28 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-12-18 14:55:28 -0500 |
commit | 408f3cf295e76b61f2c1a442c80d1036bbaa9d28 (patch) | |
tree | 1038a42b98763c14dc47cafa3144b0675ad6e780 /src/scene/intro.c | |
parent | 16935c054850b4c8a339aba68ce6d7acec73a96a (diff) |
Decompile data: intro_credits_graphics
Diffstat (limited to 'src/scene/intro.c')
-rw-r--r-- | src/scene/intro.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scene/intro.c b/src/scene/intro.c index 9e334d06b..4dc6cc91c 100644 --- a/src/scene/intro.c +++ b/src/scene/intro.c @@ -1087,14 +1087,14 @@ static void Task_IntroStartBikeRide(u8 taskId) u8 spriteId; if (gUnknown_02039318 == 0) - LoadCompressedObjectPic(&gIntro2BrendanSpriteSheet); + LoadCompressedObjectPic(gIntro2BrendanSpriteSheet); else - LoadCompressedObjectPic(&gIntro2MaySpriteSheet); - LoadCompressedObjectPic(&gIntro2BicycleSpriteSheet); + LoadCompressedObjectPic(gIntro2MaySpriteSheet); + LoadCompressedObjectPic(gIntro2BicycleSpriteSheet); #ifdef SAPPHIRE - LoadCompressedObjectPic(&gIntro2LatiasSpriteSheet); + LoadCompressedObjectPic(gIntro2LatiasSpriteSheet); #else - LoadCompressedObjectPic(&gIntro2LatiosSpriteSheet); + LoadCompressedObjectPic(gIntro2LatiosSpriteSheet); #endif LoadSpritePalettes(gIntro2SpritePalettes); if (gUnknown_02039318 == 0) |