summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-06 10:32:59 -0400
committerGitHub <noreply@github.com>2021-11-06 10:32:59 -0400
commitf9e8c88eb5055300bdb145d0cfdb9ad89b1739eb (patch)
tree011cd7d153100da6f554d6e407430d85d550dd9f /asm/macros
parent27957b5c1fc7a5511e80271e71df8a978608b747 (diff)
parent32aaf6912feb59f48782f7e0f176de7c5391ae7b (diff)
Merge pull request #1543 from cbt6/move-fastest
Rename WalkFastest functions to WalkFaster
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/movement.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/asm/macros/movement.inc b/asm/macros/movement.inc
index e26a00d76..0220c11a9 100644
--- a/asm/macros/movement.inc
+++ b/asm/macros/movement.inc
@@ -43,18 +43,18 @@
create_movement_action walk_in_place_fast_up
create_movement_action walk_in_place_fast_left
create_movement_action walk_in_place_fast_right
- create_movement_action walk_in_place_fastest_down
- create_movement_action walk_in_place_fastest_up
- create_movement_action walk_in_place_fastest_left
- create_movement_action walk_in_place_fastest_right
+ create_movement_action walk_in_place_faster_down
+ create_movement_action walk_in_place_faster_up
+ create_movement_action walk_in_place_faster_left
+ create_movement_action walk_in_place_faster_right
create_movement_action ride_water_current_down
create_movement_action ride_water_current_up
create_movement_action ride_water_current_left
create_movement_action ride_water_current_right
- create_movement_action walk_fastest_down
- create_movement_action walk_fastest_up
- create_movement_action walk_fastest_left
- create_movement_action walk_fastest_right
+ create_movement_action walk_faster_down
+ create_movement_action walk_faster_up
+ create_movement_action walk_faster_left
+ create_movement_action walk_faster_right
create_movement_action slide_down
create_movement_action slide_up
create_movement_action slide_left