Skip to content

Commit

Permalink
speedrun display
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Sep 2, 2024
1 parent 3f86bc3 commit 0ea7946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goal_src/jak1/engine/mods/mod-custom-code.gc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ an orb |#
(input-display-off)
)

(when (in-bubble-meters? 3021.48 500.00 -4851.23 5.0)
(when (in-bubble-meters? 3021.48 500.00 -4851.23 5.0)
(send-event (process-by-ename "robotboss-3") 'white-eco-picked-up)
)

Expand Down
2 changes: 1 addition & 1 deletion goal_src/jak1/pc/features/speedruns.gc
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
(= (-> *target* next-state name) 'target-hit-ground)))
(true! *has-landed?*))
(with-dma-buffer-add-bucket ((buf (-> (current-frame) global-buf)) (bucket-id subtitle))
(draw-string-xy (string-format "Speedrunner Mode ~%ModBase ~S ~%Category: ~S ~%Cutscene Skips ~A~%Has Landed? ~A"
(draw-string-xy (string-format "Speedrunner Mode ~%Bugged! ~S ~%Category: ~S ~%Cutscene Skips ~A~%Has Landed? ~A"
*mod-version-text*
(enum->string speedrun-category (-> *speedrun-info* category))
(-> *pc-settings* skip-movies?)
Expand Down

0 comments on commit 0ea7946

Please sign in to comment.