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:
Tyler Wilding
2021-07-04 18:25:08 -04:00
committed by GitHub
parent a6eb51999b
commit 17aedd894d
34 changed files with 5617 additions and 366 deletions
+5 -3
View File
@@ -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)))