Fix starting continue point for Hub 2/3 category extensions (#3103)

This commit is contained in:
Matt Dallmeyer
2023-10-28 18:17:32 -07:00
committed by GitHub
parent 2ce7b36568
commit 7c74b0c999
+4 -4
View File
@@ -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