summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm9
1 files changed, 3 insertions, 6 deletions
diff --git a/home.asm b/home.asm
index e2ba3476..cbbd2250 100644
--- a/home.asm
+++ b/home.asm
@@ -159,14 +159,11 @@ Start::
ld [hGBC], a
jp Init
+Joypad:: ; 01b9
+ homecall _Joypad
ReadJoypad: ; 01c8 (0:01c8)
- ld a,[H_LOADEDROMBANK]
- push af
- call BankswitchCommon
- call ReadJoypad_
- pop af
- jp BankswitchCommon
+ homecall ReadJoypad_
INCLUDE "data/map_header_pointers.asm"
INCLUDE "home/overworld.asm"