diff options
Diffstat (limited to 'engine/events/field_moves.asm')
-rwxr-xr-x | engine/events/field_moves.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/events/field_moves.asm b/engine/events/field_moves.asm index 0f12338e0..2fc30d25c 100755 --- a/engine/events/field_moves.asm +++ b/engine/events/field_moves.asm @@ -7,15 +7,15 @@ PlayWhirlpoolSound: ; 8c7d4 ; 8c7e1 BlindingFlash: ; 8c7e1 - farcall Special_FadeOutPalettes + farcall FadeOutPalettes ld hl, wStatusFlags - set 2, [hl] ; Flash + set STATUSFLAGS_FLASH_F, [hl] farcall ReplaceTimeOfDayPals farcall UpdateTimeOfDayPal ld b, SCGB_MAPPALS call GetSGBLayout farcall LoadOW_BGPal7 - farcall Special_FadeInPalettes + farcall FadeInPalettes ret ; 8c80a @@ -398,7 +398,7 @@ FlyToAnim: ; 8cb33 ld c, 4 .OAMloop ld [hli], a ; tile id -rept SPRITEOAMSTRUCT_LENGTH +- 1 +rept SPRITEOAMSTRUCT_LENGTH + -1 inc hl endr inc a |