Skip to content

Commit

Permalink
Add more EasyRPG event commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Aug 1, 2024
1 parent 0d890bb commit 043835f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion generator/csv/enums_easyrpg.csv
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Structure,Entry,Value,Index
EventCommand,Code,EasyRpg_TriggerEventAt,2002
EventCommand,Code,EasyRpg_SmartMoveRoute,2003
EventCommand,Code,EasyRpg_SmartStepToward,2004
EventCommand,Code,EasyRpg_CallMovementAction,2050
EventCommand,Code,EasyRpg_WaitForSingleMovement,2051
EventCommand,Code,EasyRpg_AnimateVariable,2052
EventCommand,Code,EasyRpg_SetInterpreterFlag,2053
EventCommand,Code,EasyRpg_SpawnMapEvent,2056
EventCommand,Code,EasyRpg_ProcessJson,2055
EventCommand,Code,EasyRpg_CloneMapEvent,2056
EventCommand,Code,EasyRpg_DestroyMapEvent,2057
EventCommand,Code,EasyRpg_StringPictureMenu,2058
EventCommand,Code,Maniac_GetSaveInfo,3001
EventCommand,Code,Maniac_Save,3002
EventCommand,Code,Maniac_Load,3003
Expand Down
14 changes: 12 additions & 2 deletions src/generated/lcf/rpg/eventcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,16 @@ namespace rpg {
ElseBranch_B = 23310,
EndBranch_B = 23311,
EasyRpg_TriggerEventAt = 2002,
EasyRpg_SmartMoveRoute = 2003,
EasyRpg_SmartStepToward = 2004,
EasyRpg_CallMovementAction = 2050,
EasyRpg_WaitForSingleMovement = 2051,
EasyRpg_AnimateVariable = 2052,
EasyRpg_SetInterpreterFlag = 2053,
EasyRpg_SpawnMapEvent = 2056,
EasyRpg_ProcessJson = 2055,
EasyRpg_CloneMapEvent = 2056,
EasyRpg_DestroyMapEvent = 2057,
EasyRpg_StringPictureMenu = 2058,
Maniac_GetSaveInfo = 3001,
Maniac_Save = 3002,
Maniac_Load = 3003,
Expand Down Expand Up @@ -320,11 +325,16 @@ 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_CallMovementAction, "EasyRpg_CallMovementAction",
Code::EasyRpg_WaitForSingleMovement, "EasyRpg_WaitForSingleMovement",
Code::EasyRpg_AnimateVariable, "EasyRpg_AnimateVariable",
Code::EasyRpg_SetInterpreterFlag, "EasyRpg_SetInterpreterFlag",
Code::EasyRpg_SpawnMapEvent, "EasyRpg_SpawnMapEvent",
Code::EasyRpg_ProcessJson, "EasyRpg_ProcessJson",
Code::EasyRpg_CloneMapEvent, "EasyRpg_CloneMapEvent",
Code::EasyRpg_DestroyMapEvent, "EasyRpg_DestroyMapEvent",
Code::EasyRpg_StringPictureMenu, "EasyRpg_StringPictureMenu",
Code::Maniac_GetSaveInfo, "Maniac_GetSaveInfo",
Code::Maniac_Save, "Maniac_Save",
Code::Maniac_Load, "Maniac_Load",
Expand Down

0 comments on commit 043835f

Please sign in to comment.