diff options
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 |