mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 11:33:51 -04:00
decomp: hint-control | menu | default-menu (as much as possible) (#632)
* decomp: mostly done `hint-control` * decomp: Started and decent chunk of `menu` done * temp stash * decomp: escape from `menu` hell * decomp: starting on `default-menu` * decomp: As much as i can do in `default-menu` at this time * decomp: clean up `hint-control` * decomp: fix reference tests * temp stash * decomp: finalize `menu` * decomp: add `menu` to goal_src * decomp: finalize `hint-control` * decomp: Resolve TypeConsistency issues * and fix reference tests * address feedback * format and lint * fix tests
This commit is contained in:
@@ -394,7 +394,7 @@
|
||||
(s5-0 (-> s3-0 base))
|
||||
)
|
||||
(let
|
||||
((v1-9
|
||||
((a2-2
|
||||
(new
|
||||
'stack
|
||||
'font-context
|
||||
@@ -410,9 +410,11 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(set! (-> v1-9 origin z) (the float (/ (-> s2-0 z) 16)))
|
||||
(let ((v1-9 a2-2))
|
||||
(set! (-> v1-9 origin z) (the float (/ (-> s2-0 z) 16)))
|
||||
)
|
||||
(draw-string arg1 s3-0 a2-2)
|
||||
)
|
||||
(draw-string arg1 s3-0)
|
||||
(let ((a3-4 (-> s3-0 base)))
|
||||
(let ((v1-11 (the-as dma-packet (-> s3-0 base))))
|
||||
(set! (-> v1-11 dma) (new 'static 'dma-tag :id (dma-tag-id next)))
|
||||
|
||||
Reference in New Issue
Block a user