aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2014-08-08 22:39:13 -0700
committerYamaArashi <shadow962@live.com>2014-08-08 22:39:13 -0700
commit59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch)
tree331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/hall_of_fame.asm
parentCommented function (diff)
downloadpokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.gz
pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.xz
pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.zip
Labelled many functions/variables
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 f4384b91..dd988cf1 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 [$ffb0], a
+ ld [hVBlankWY], 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 [$ffb0], a
+ ld [hVBlankWY], a
ld hl, rLCDC ; $ff40
res 3, [hl]
ret