summaryrefslogtreecommitdiff
path: root/misc/unused_title.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-24 19:49:19 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-24 19:49:19 -0400
commit4d17f6e1f6d41b91f5a5de71984a7c6f2bd0041c (patch)
treef0e965465c782622f47a9394a03f25836c76f71a /misc/unused_title.asm
parent69ee070021bfbc36cf30df446c802f3648b3d5fe (diff)
Address comments on PR 322
Diffstat (limited to 'misc/unused_title.asm')
-rw-r--r--misc/unused_title.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unused_title.asm b/misc/unused_title.asm
index 8d35fb13f..e151deb14 100644
--- a/misc/unused_title.asm
+++ b/misc/unused_title.asm
@@ -9,7 +9,7 @@ UnusedTitleScreen: ; 10c000
xor a
ld [hBGMapMode], a
- ld hl, wJumptableEntryIndexBuffer
+ ld hl, wJumptableIndex
rept 3
ld [hli], a
endr