Skip to content

Commit

Permalink
Fix starting continue point for Hub 2/3 category extensions (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Oct 29, 2023
1 parent 2ce7b36 commit 7c74b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions goal_src/jak1/pc/features/speedruns.gc
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@
(initialize! *game-info* 'game (the-as game-save #f) "game-start")
)
(((speedrun-category hub2-100))
;; spawn at rock village start
(initialize! *game-info* 'game (the-as game-save #f) "village2-start")
;; spawn at end of fire canyon
(initialize! *game-info* 'game (the-as game-save #f) "firecanyon-end")
)
(((speedrun-category hub3-100))
;; spawn at start of volcanic crater
(initialize! *game-info* 'game (the-as game-save #f) "village3-start")
;; spawn at end of mountain pass
(initialize! *game-info* 'game (the-as game-save #f) "ogre-end")
)
(((speedrun-category all-cutscenes))
;; turn play hints back on
Expand Down

0 comments on commit 7c74b0c

Please sign in to comment.