diff options
Diffstat (limited to 'engine/events/halloffame.asm')
-rwxr-xr-x | engine/events/halloffame.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/events/halloffame.asm b/engine/events/halloffame.asm index 78b5cbe03..8b6f2a62e 100755 --- a/engine/events/halloffame.asm +++ b/engine/events/halloffame.asm @@ -12,7 +12,7 @@ HallOfFame:: ; 0x8640e ; Enable the Pokégear map to cycle through all of Kanto ld hl, wStatusFlags - set 6, [hl] ; hall of fame + set STATUSFLAGS_HALL_OF_FAME_F, [hl] farcall HallOfFame_InitSaveIfNeeded @@ -42,7 +42,7 @@ RedCredits:: ; 86455 ld [wMusicFadeID + 1], a ld a, 10 ld [wMusicFade], a - farcall Special_FadeOutPalettes + farcall FadeOutPalettes xor a ld [wVramState], a ld [hMapAnims], a @@ -65,7 +65,7 @@ HallOfFame_FadeOutMusic: ; 8648e ld [wMusicFadeID + 1], a ld a, 10 ld [wMusicFade], a - farcall Special_FadeOutPalettes + farcall FadeOutPalettes xor a ld [wVramState], a ld [hMapAnims], a |