Skip to content

Commit

Permalink
Add Maniac Patch Event commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Oct 30, 2018
1 parent ab0450c commit 6d70f64
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generator/csv/enums.csv
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@ EventCommand,Code,ForceFlee,1006
EventCommand,Code,EnableCombo,1007
EventCommand,Code,ChangeClass,1008
EventCommand,Code,ChangeBattleCommands,1009
EventCommand,Code,GetSaveInfo,3001
EventCommand,Code,Save,3002
EventCommand,Code,Load,3003
EventCommand,Code,EndLoading,3004
EventCommand,Code,GetMousePosition,3005
EventCommand,Code,SetMousePosition,3006
EventCommand,Code,OpenLoadMenu,5001
EventCommand,Code,ExitGame,5002
EventCommand,Code,ToggleAtbMode,5003
Expand Down
12 changes: 12 additions & 0 deletions src/generated/rpg_eventcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ namespace RPG {
EnableCombo = 1007,
ChangeClass = 1008,
ChangeBattleCommands = 1009,
GetSaveInfo = 3001,
Save = 3002,
Load = 3003,
EndLoading = 3004,
GetMousePosition = 3005,
SetMousePosition = 3006,
OpenLoadMenu = 5001,
ExitGame = 5002,
ToggleAtbMode = 5003,
Expand Down Expand Up @@ -163,6 +169,12 @@ namespace RPG {
"EnableCombo",
"ChangeClass",
"ChangeBattleCommands",
"GetSaveInfo",
"Save",
"Load",
"EndLoading",
"GetMousePosition",
"SetMousePosition",
"OpenLoadMenu",
"ExitGame",
"ToggleAtbMode",
Expand Down

0 comments on commit 6d70f64

Please sign in to comment.