aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-09-23 15:02:03 -0700
committeryenatch <yenatch@gmail.com>2014-09-23 15:02:03 -0700
commita81487e9c6ee271f0ffeaacd681b929c0b4afaf0 (patch)
tree411e4d684f723edb152ca1631a215c12f980c44c /engine/hall_of_fame.asm
parentAdd comments for move ids. (diff)
downloadpokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.tar.gz
pokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.tar.xz
pokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.zip
Rename hVBlank* constants to h*.
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