From bba84059925c25e04fdcef5e4f3e2192176faf2d Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 25 May 2014 11:21:48 -0700 Subject: Rename GetJoypadState -> Joypad. --- engine/town_map.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/town_map.asm') diff --git a/engine/town_map.asm b/engine/town_map.asm index 6fbdeb2a..e759d503 100755 --- a/engine/town_map.asm +++ b/engine/town_map.asm @@ -67,7 +67,7 @@ Func_70e92: ; 70e92 (1c:4e92) call CopyData .asm_70ec8 call Func_716c6 - call GetJoypadStateLowSensitivity + call JoypadLowSensitivity ld a, [$ffb5] ld b, a and $c3 @@ -195,7 +195,7 @@ LoadTownMap_Fly: ; 70f90 (1c:4f90) .asm_71004 push hl call DelayFrame - call GetJoypadStateLowSensitivity + call JoypadLowSensitivity ld a, [$ffb5] ld b, a pop hl -- cgit v1.3.1-sl0p