diff options
Diffstat (limited to 'home/list_menu.asm')
-rw-r--r-- | home/list_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/list_menu.asm b/home/list_menu.asm index 68335ed5..4ce973b2 100644 --- a/home/list_menu.asm +++ b/home/list_menu.asm @@ -454,7 +454,7 @@ PrintListMenuEntries:: ld [wLoadedMonLevel], a .skipCopyingLevel pop hl - ld bc, $001c + ld bc, $1c add hl, bc call PrintLevel pop af |