summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm8
1 files changed, 6 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index bedc1712..f0dcd58b 100644
--- a/home.asm
+++ b/home.asm
@@ -113,10 +113,14 @@ Start::
jp Init
-ReadJoypad:
+ReadJoypad: ; 01c8 (0:01c8)
ld a,[H_LOADEDROMBANK]
push af
- call
+ call BankswitchCommon
+ call ReadJoypad_
+ pop af
+ jp BankswitchCommon
+
INCLUDE "data/map_header_pointers.asm"
INCLUDE "home/overworld.asm"