diff options
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-x | engine/town_map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |