mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-17 22:02:19 -05:00
Skip one-point cutscene of Amy's blocks falling (#4645)
This commit is contained in:
parent
d0bfa6860b
commit
23dc4257a7
@ -212,6 +212,7 @@ void TimeSaverOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_li
|
|||||||
s16* csId = va_arg(args, s16*);
|
s16* csId = va_arg(args, s16*);
|
||||||
BgSpot03Taki* taki = NULL;
|
BgSpot03Taki* taki = NULL;
|
||||||
switch (*csId) {
|
switch (*csId) {
|
||||||
|
case 3150:
|
||||||
case 4180:
|
case 4180:
|
||||||
case 4100:
|
case 4100:
|
||||||
*should = false;
|
*should = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user