diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-24 19:49:19 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-24 19:49:19 -0400 |
commit | 4d17f6e1f6d41b91f5a5de71984a7c6f2bd0041c (patch) | |
tree | f0e965465c782622f47a9394a03f25836c76f71a /misc/unused_title.asm | |
parent | 69ee070021bfbc36cf30df446c802f3648b3d5fe (diff) |
Address comments on PR 322
Diffstat (limited to 'misc/unused_title.asm')
-rw-r--r-- | misc/unused_title.asm | 2 |
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 |