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 /engine/menus | |
| 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 'engine/menus')
| -rw-r--r-- | engine/menus/main_menu.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/menus/main_menu.asm b/engine/menus/main_menu.asm index d94c65eb..024def28 100644 --- a/engine/menus/main_menu.asm +++ b/engine/menus/main_menu.asm @@ -309,6 +309,7 @@ LinkCanceledText: StartNewGame: ld hl, wd732 res 1, [hl] + ; fallthrough StartNewGameDebug: call OakSpeech ld c, 20 |
