summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/intro.c b/src/intro.c
index 818c4ec54..f1904f86e 100644
--- a/src/intro.c
+++ b/src/intro.c
@@ -1046,7 +1046,7 @@ static void Task_IntroScrollDownAndShowEon(u8 taskId)
{
u8 spriteId = CreateSprite(&gSpriteTemplate_840AFF0, 200, 160, 10);
- gSprites[spriteId].invisible = 1;
+ gSprites[spriteId].invisible = TRUE;
}
}
else
@@ -1403,10 +1403,10 @@ static void Task_IntroPokemonBattle(u8 taskId)
gSprites[gTasks[taskId].data[4]].data[0] = 3;
gSprites[gTasks[taskId].data[5]].data[0] = 3;
spriteId = CreateSprite(&gSpriteTemplate_840B1F4, 0x78, 0x50, 15);
- gSprites[spriteId].invisible = 1;
+ gSprites[spriteId].invisible = TRUE;
}
if (gIntroFrameCounter == 800)
- PlaySE(SE_OP_BASYU);
+ PlaySE(SE_INTRO_BLAST);
if (gIntroFrameCounter == 850)
BeginNormalPaletteFade(0xFFFFFFFF, 4, 0, 16, FADE_COLOR_WHITE);
if (gIntroFrameCounter == 946)
@@ -2207,7 +2207,7 @@ static void sub_813DE70(struct Sprite *sprite)
case 3:
if (sprite->pos1.y > 160)
{
- sprite->invisible = 1;
+ sprite->invisible = TRUE;
sprite->data[0] = 1;
}
else