mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Re-add new preset items to new preset files.
This commit is contained in:
parent
002e8e9f09
commit
30d1932354
3 changed files with 24 additions and 20 deletions
|
@ -44,6 +44,9 @@
|
||||||
"SkipText": 1,
|
"SkipText": 1,
|
||||||
"TextSpeed": 5,
|
"TextSpeed": 5,
|
||||||
"TimeFlowFileSelect": 1,
|
"TimeFlowFileSelect": 1,
|
||||||
|
"TimeSavers": {
|
||||||
|
"SkipJabuJabuFish": 1
|
||||||
|
},
|
||||||
"TwoHandedIdle": 1,
|
"TwoHandedIdle": 1,
|
||||||
"VisualAgony": 1,
|
"VisualAgony": 1,
|
||||||
"WidescreenActorCulling": 1
|
"WidescreenActorCulling": 1
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"Story": 1
|
"Story": 1
|
||||||
},
|
},
|
||||||
"SkipForcedDialog": 3,
|
"SkipForcedDialog": 3,
|
||||||
|
"SkipJabuJabuFish": 1,
|
||||||
"SkipMiscInteractions": 1,
|
"SkipMiscInteractions": 1,
|
||||||
"SkipOwlInteractions": 1,
|
"SkipOwlInteractions": 1,
|
||||||
"SkipTowerEscape": 1,
|
"SkipTowerEscape": 1,
|
||||||
|
|
|
@ -7,7 +7,7 @@ extern "C" {
|
||||||
#include "variables.h"
|
#include "variables.h"
|
||||||
#include "overlays/actors/ovl_Obj_Tsubo/z_obj_tsubo.h"
|
#include "overlays/actors/ovl_Obj_Tsubo/z_obj_tsubo.h"
|
||||||
#include "overlays/actors/ovl_Door_Shutter/z_door_shutter.h"
|
#include "overlays/actors/ovl_Door_Shutter/z_door_shutter.h"
|
||||||
extern PlayState* gPlayState;
|
extern PlayState* gPlayState;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern void EnItem00_DrawRandomizedItem(EnItem00* enItem00, PlayState* play);
|
extern void EnItem00_DrawRandomizedItem(EnItem00* enItem00, PlayState* play);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue