Skip to content

Commit fa8c6e5

Browse files
committed
Add constants for more Maniac Patch commands
1 parent d1fc1b4 commit fa8c6e5

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

generator/csv/enums_easyrpg.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ EventCommand,Code,Maniac_ControlGlobalSave,3016
1818
EventCommand,Code,Maniac_ChangePictureId,3017
1919
EventCommand,Code,Maniac_SetGameOption,3018
2020
EventCommand,Code,Maniac_CallCommand,3019
21+
EventCommand,Code,Maniac_ControlStrings,3020
22+
EventCommand,Code,Maniac_GetGameInfo,3021
23+
EventCommand,Code,Maniac_EditPicture,3025
24+
EventCommand,Code,Maniac_WritePicture,3026
25+
EventCommand,Code,Maniac_AddMoveRoute,3027
26+
EventCommand,Code,Maniac_EditTile,3028
27+
EventCommand,Code,Maniac_ControlTextProcessing,3029
2128
EventPage,ManiacEventInfo,action,0
2229
EventPage,ManiacEventInfo,touched,1
2330
EventPage,ManiacEventInfo,collision,2

src/generated/lcf/rpg/eventcommand.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,14 @@ namespace rpg {
175175
Maniac_ControlGlobalSave = 3016,
176176
Maniac_ChangePictureId = 3017,
177177
Maniac_SetGameOption = 3018,
178-
Maniac_CallCommand = 3019
178+
Maniac_CallCommand = 3019,
179+
Maniac_ControlStrings = 3020,
180+
Maniac_GetGameInfo = 3021,
181+
Maniac_EditPicture = 3025,
182+
Maniac_WritePicture = 3026,
183+
Maniac_AddMoveRoute = 3027,
184+
Maniac_EditTile = 3028,
185+
Maniac_ControlTextProcessing = 3029
179186
};
180187

181188
int32_t code = 0;

0 commit comments

Comments
 (0)