Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kasenbackup committed Aug 5, 2024
1 parent b770d98 commit 50e5fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/object_events/movement_action_func_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ u8 (*const *const gMovementActionFuncs[])(struct ObjectEvent *, struct Sprite *)
[MOVEMENT_ACTION_DELAY_1] = gMovementActionFuncs_Delay1,
[MOVEMENT_ACTION_DELAY_2] = gMovementActionFuncs_Delay2,
[MOVEMENT_ACTION_DELAY_4] = gMovementActionFuncs_Delay4,
[MOVEMENT_ACTION_DELAY_8] = gMovementActionFuncs_Delay8,
[MOVEMENT_ACTION_DELAY_8] = gMovementActionFuncs_Delay8,
[MOVEMENT_ACTION_DELAY_16] = gMovementActionFuncs_Delay16,
[MOVEMENT_ACTION_WALK_FAST_DOWN] = gMovementActionFuncs_WalkFastDown,
[MOVEMENT_ACTION_WALK_FAST_UP] = gMovementActionFuncs_WalkFastUp,
Expand Down

0 comments on commit 50e5fab

Please sign in to comment.