summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-05-25 09:30:24 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-05-29 17:43:11 -0500
commitbc97185452e4dd38a808afeac7b6c774d4ab1163 (patch)
treecce8625b11a840a19219b5af051c6ebe83c3d95f /data
parent4d92810ad64d6b01701de7f4796467c402542420 (diff)
Label all movement type functions and their callbacks
Diffstat (limited to 'data')
-rw-r--r--data/scripts/maps/LavaridgeTown.inc2
-rw-r--r--data/specials.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/LavaridgeTown.inc b/data/scripts/maps/LavaridgeTown.inc
index a7f71baf6..05ea54cf7 100644
--- a/data/scripts/maps/LavaridgeTown.inc
+++ b/data/scripts/maps/LavaridgeTown.inc
@@ -235,7 +235,7 @@ LavaridgeTown_Movement_14E70E:: @ 814E70E
step_end
LavaridgeTown_EventScript_14E710:: @ 814E710
- specialvar RESULT, player_get_direction_lower_nybble
+ specialvar RESULT, GetPlayerFacingDirection
compare RESULT, 1
goto_if_eq LavaridgeTown_EventScript_14E721
end
diff --git a/data/specials.inc b/data/specials.inc
index bb2065429..f83470d85 100644
--- a/data/specials.inc
+++ b/data/specials.inc
@@ -295,7 +295,7 @@ gSpecials::
def_special WaitWeather
def_special BufferEReaderTrainerName
def_special GetSlotMachineId
- def_special player_get_direction_lower_nybble
+ def_special GetPlayerFacingDirection
def_special FoundAbandonedShipRoom1Key
def_special FoundAbandonedShipRoom2Key
def_special FoundAbandonedShipRoom4Key