mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
Fix starting continue point for Hub 2/3 category extensions (#3103)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user