summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/intro_credits_graphics.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/intro_credits_graphics.c b/src/intro_credits_graphics.c
index 58e40da91..6d50581d2 100755
--- a/src/intro_credits_graphics.c
+++ b/src/intro_credits_graphics.c
@@ -374,7 +374,8 @@ void sub_8149020(u8 mode)
case 0:
default:
/* stuff */
- if(gMain.vblankCounter1 & 3 || gPaletteFade.active) break;
+ if (gMain.vblankCounter1 & 3 || gPaletteFade.active)
+ break;
if(gMain.vblankCounter1 & 4)
{
var1 = gPlttBufferUnfaded[9];
@@ -528,4 +529,4 @@ u8 intro_create_latias_sprite(s16 a, s16 b)
StartSpriteAnim(&gSprites[latios], 1);
gSprites[latios].callback = &sub_81493C4;
return sprite;
-} \ No newline at end of file
+}