diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2023-02-26 16:14:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 11:14:21 -0500 |
| commit | 5c4795d5bc19edd872adf7b17d0c6264eecd6459 (patch) | |
| tree | 5621adc173976098689944e0afa68f664413a44b /home | |
| parent | Add list assertion to TrainerNames (diff) | |
| download | pokeyellow-5c4795d5bc19edd872adf7b17d0c6264eecd6459.tar.gz pokeyellow-5c4795d5bc19edd872adf7b17d0c6264eecd6459.tar.xz pokeyellow-5c4795d5bc19edd872adf7b17d0c6264eecd6459.zip | |
Complete and improve debug name labels (#408)
Diffstat (limited to 'home')
| -rw-r--r-- | home/init.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm index 81e75586..db21efbc 100644 --- a/home/init.asm +++ b/home/init.asm @@ -116,7 +116,7 @@ DEF rLCDC_DEFAULT EQU %11100011 ld a, rLCDC_DEFAULT ldh [rLCDC], a - jp SetDefaultNamesBeforeTitlescreen + jp PrepareTitleScreen ClearVram:: ld hl, VRAM_Begin |
