summaryrefslogtreecommitdiff
path: root/home/start_menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/start_menu.asm')
-rwxr-xr-xhome/start_menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/start_menu.asm b/home/start_menu.asm
index 38333644..a692f007 100755
--- a/home/start_menu.asm
+++ b/home/start_menu.asm
@@ -1,6 +1,6 @@
DisplayStartMenu::
ld a, BANK(StartMenu_Pokedex)
- ld [hLoadedROMBank], a
+ ldh [hLoadedROMBank], a
ld [MBC1RomBank], a
ld a, [wWalkBikeSurfState] ; walking/biking/surfing
ld [wWalkBikeSurfStateCopy], a
@@ -78,7 +78,7 @@ RedisplayStartMenu::
; EXIT falls through to here
CloseStartMenu::
call Joypad
- ld a, [hJoyPressed]
+ ldh a, [hJoyPressed]
bit 0, a ; was A button newly pressed?
jr nz, CloseStartMenu
call LoadTextBoxTilePatterns