summaryrefslogtreecommitdiff
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-xengine/hall_of_fame.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm
index 406fac01..4b7e66db 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -32,7 +32,7 @@ AnimateHallOfFame: ; 701a0 (1c:41a0)
inc [hl]
.asm_701eb
ld a, $90
- ld [hVBlankWY], a
+ ld [hWY], a
ld c, BANK(Music_HallOfFame)
ld a, MUSIC_HALL_OF_FAME
call PlayMusic
@@ -86,7 +86,7 @@ AnimateHallOfFame: ; 701a0 (1c:41a0)
call Func_70377
call Func_70423
xor a
- ld [hVBlankWY], a
+ ld [hWY], a
ld hl, rLCDC ; $ff40
res 3, [hl]
ret