From 17a854b148defbb1271e259960d8e320a4e146b0 Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer <2515356+dallmeyer@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:06:41 -0700 Subject: [PATCH] allow daxter/naughtydog intro cutscene skip (#1965) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think this got removed awhile back, not sure if it was intentional, but thought it was nice to have. Feel free to close if it's not supported for a good reason 👍 --- goal_src/jak1/levels/title/title-obs.gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goal_src/jak1/levels/title/title-obs.gc b/goal_src/jak1/levels/title/title-obs.gc index ae4f65fd7f..da4e615eca 100644 --- a/goal_src/jak1/levels/title/title-obs.gc +++ b/goal_src/jak1/levels/title/title-obs.gc @@ -490,7 +490,7 @@ ) :trans (behavior () ((-> (method-of-type logo startup) trans)) - (if (and *debug-segment* + (if (and (or *debug-segment* PC_PORT) (cpad-pressed? 0 start circle x) (member (level-status *level* 'village1) '(loaded active)) )