diff options
author | U-Maria-PC\Maria <throwawaygolem@gmail.com> | 2017-08-13 18:04:58 -0400 |
---|---|---|
committer | U-Maria-PC\Maria <throwawaygolem@gmail.com> | 2017-08-13 18:04:58 -0400 |
commit | 1f16c437658db8348e87d8c5db48ef9f79c4371d (patch) | |
tree | 650559563baa724e6127aa1868b9e3c8391a102b /src/intro_credits_graphics.c | |
parent | dc0ca156582f6195b09cef9475aa9e491546c290 (diff) |
fixed it up a little
Diffstat (limited to 'src/intro_credits_graphics.c')
-rwxr-xr-x | src/intro_credits_graphics.c | 5 |
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 +} |