Skip to content

Commit

Permalink
Events: Remove SmartMoveRoute/StepToward event and replace with Pathf…
Browse files Browse the repository at this point in the history
…inder event
  • Loading branch information
Ghabry committed Feb 23, 2025
1 parent baeabd5 commit f35d5a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions generator/csv/enums_easyrpg.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Structure,Entry,Value,Index
EventCommand,Code,EasyRpg_TriggerEventAt,2002
EventCommand,Code,EasyRpg_SmartMoveRoute,2003
EventCommand,Code,EasyRpg_SmartStepToward,2004
EventCommand,Code,EasyRpg_Pathfinder,2003
EventCommand,Code,EasyRpg_CallMovementAction,2050
EventCommand,Code,EasyRpg_WaitForSingleMovement,2051
EventCommand,Code,EasyRpg_AnimateVariable,2052
Expand Down
6 changes: 2 additions & 4 deletions src/generated/lcf/rpg/eventcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ namespace rpg {
ElseBranch_B = 23310,
EndBranch_B = 23311,
EasyRpg_TriggerEventAt = 2002,
EasyRpg_SmartMoveRoute = 2003,
EasyRpg_SmartStepToward = 2004,
EasyRpg_Pathfinder = 2003,
EasyRpg_CallMovementAction = 2050,
EasyRpg_WaitForSingleMovement = 2051,
EasyRpg_AnimateVariable = 2052,
Expand Down Expand Up @@ -325,8 +324,7 @@ namespace rpg {
Code::ElseBranch_B, "ElseBranch_B",
Code::EndBranch_B, "EndBranch_B",
Code::EasyRpg_TriggerEventAt, "EasyRpg_TriggerEventAt",
Code::EasyRpg_SmartMoveRoute, "EasyRpg_SmartMoveRoute",
Code::EasyRpg_SmartStepToward, "EasyRpg_SmartStepToward",
Code::EasyRpg_Pathfinder, "EasyRpg_Pathfinder",
Code::EasyRpg_CallMovementAction, "EasyRpg_CallMovementAction",
Code::EasyRpg_WaitForSingleMovement, "EasyRpg_WaitForSingleMovement",
Code::EasyRpg_AnimateVariable, "EasyRpg_AnimateVariable",
Expand Down

0 comments on commit f35d5a2

Please sign in to comment.