summaryrefslogtreecommitdiff
path: root/engine/town_map.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-25 11:21:48 -0700
committeryenatch <yenatch@gmail.com>2014-05-25 11:21:48 -0700
commitbba84059925c25e04fdcef5e4f3e2192176faf2d (patch)
tree31dad8410ee610e6dcc1ceb2216ef22a433941c1 /engine/town_map.asm
parent031e33957dfaf9a5e29fb67aaf600ec809b8e35f (diff)
Rename GetJoypadState -> Joypad.
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-xengine/town_map.asm4
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