aboutsummaryrefslogtreecommitdiffstats
path: root/home/init.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-04-25 19:52:12 -0500
committerdannye <33dannye@gmail.com>2023-04-25 19:52:12 -0500
commit667f1febbe59355b1ffea68619e5e5486fd3c408 (patch)
tree9a3ca97fea7cb54d1db9c23ac8c2a405a13f6f5c /home/init.asm
parentFix trainer parties' comments (#104) (diff)
parentUpdate `EndBug` to v9. (diff)
downloadpokeyellow-667f1febbe59355b1ffea68619e5e5486fd3c408.tar.gz
pokeyellow-667f1febbe59355b1ffea68619e5e5486fd3c408.tar.xz
pokeyellow-667f1febbe59355b1ffea68619e5e5486fd3c408.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm
index 989a86d5..58264dcf 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -118,7 +118,7 @@ DEF rLCDC_DEFAULT EQU %11100011
ld a, rLCDC_DEFAULT
ldh [rLCDC], a
- jp SetDefaultNamesBeforeTitlescreen
+ jp PrepareTitleScreen
ClearVram::
ld hl, VRAM_Begin