Skip to content

Commit f35d5a2

Browse files
committed
Events: Remove SmartMoveRoute/StepToward event and replace with Pathfinder event
1 parent baeabd5 commit f35d5a2

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

generator/csv/enums_easyrpg.csv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Structure,Entry,Value,Index
22
EventCommand,Code,EasyRpg_TriggerEventAt,2002
3-
EventCommand,Code,EasyRpg_SmartMoveRoute,2003
4-
EventCommand,Code,EasyRpg_SmartStepToward,2004
3+
EventCommand,Code,EasyRpg_Pathfinder,2003
54
EventCommand,Code,EasyRpg_CallMovementAction,2050
65
EventCommand,Code,EasyRpg_WaitForSingleMovement,2051
76
EventCommand,Code,EasyRpg_AnimateVariable,2052

src/generated/lcf/rpg/eventcommand.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ namespace rpg {
158158
ElseBranch_B = 23310,
159159
EndBranch_B = 23311,
160160
EasyRpg_TriggerEventAt = 2002,
161-
EasyRpg_SmartMoveRoute = 2003,
162-
EasyRpg_SmartStepToward = 2004,
161+
EasyRpg_Pathfinder = 2003,
163162
EasyRpg_CallMovementAction = 2050,
164163
EasyRpg_WaitForSingleMovement = 2051,
165164
EasyRpg_AnimateVariable = 2052,
@@ -325,8 +324,7 @@ namespace rpg {
325324
Code::ElseBranch_B, "ElseBranch_B",
326325
Code::EndBranch_B, "EndBranch_B",
327326
Code::EasyRpg_TriggerEventAt, "EasyRpg_TriggerEventAt",
328-
Code::EasyRpg_SmartMoveRoute, "EasyRpg_SmartMoveRoute",
329-
Code::EasyRpg_SmartStepToward, "EasyRpg_SmartStepToward",
327+
Code::EasyRpg_Pathfinder, "EasyRpg_Pathfinder",
330328
Code::EasyRpg_CallMovementAction, "EasyRpg_CallMovementAction",
331329
Code::EasyRpg_WaitForSingleMovement, "EasyRpg_WaitForSingleMovement",
332330
Code::EasyRpg_AnimateVariable, "EasyRpg_AnimateVariable",

0 commit comments

Comments
 (0)