Skip to content

Commit

Permalink
Add "SetInterpreterFlag" (2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Jul 31, 2024
1 parent 861adca commit 0d890bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions generator/csv/enums_easyrpg.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ EventCommand,Code,EasyRpg_TriggerEventAt,2002
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,Maniac_GetSaveInfo,3001
EventCommand,Code,Maniac_Save,3002
Expand Down
2 changes: 2 additions & 0 deletions src/generated/lcf/rpg/eventcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ namespace rpg {
EasyRpg_CallMovementAction = 2050,
EasyRpg_WaitForSingleMovement = 2051,
EasyRpg_AnimateVariable = 2052,
EasyRpg_SetInterpreterFlag = 2053,
EasyRpg_SpawnMapEvent = 2056,
Maniac_GetSaveInfo = 3001,
Maniac_Save = 3002,
Expand Down Expand Up @@ -322,6 +323,7 @@ namespace rpg {
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::Maniac_GetSaveInfo, "Maniac_GetSaveInfo",
Code::Maniac_Save, "Maniac_Save",
Expand Down

0 comments on commit 0d890bb

Please sign in to comment.