summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-29 17:15:05 -0700
committerYamaArashi <shadow962@live.com>2015-08-29 17:15:05 -0700
commitb6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3 (patch)
treeaf1bac71243d59c9479898fa0c86ba37d742aacf /scripts
parent1a987d1e1ab96ca9553d4253c72858057332a03a (diff)
documented flags and misc. fixes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/halloffameroom.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/halloffameroom.asm b/scripts/halloffameroom.asm
index 1da6d3f5..de3cd779 100755
--- a/scripts/halloffameroom.asm
+++ b/scripts/halloffameroom.asm
@@ -47,11 +47,11 @@ HallofFameRoomScript2: ; 5a4bb (16:64bb)
ld [wLastBlackoutMap], a
callba SaveSAVtoSRAM
ld b, 5
-.asm_5a4ff
+.delayLoop
ld c, 600 / 5
call DelayFrames
dec b
- jr nz, .asm_5a4ff
+ jr nz, .delayLoop
call WaitForTextScrollButtonPress
jp Init