From ce4afb494e2ce5d53f2c9afbf12f5ebe98f9e483 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 10 May 2015 15:41:34 -0400 Subject: Change ReadJoypad. --- home.asm | 8 ++++++-- 1 file 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" -- cgit v1.3.1-sl0p