[decomp] flags for continue points (#1303)

* make flags!

* finish flags

* refs

* Update game.gp

* fix target decomp

* Update target.gc
This commit is contained in:
ManDude
2022-04-15 23:06:24 +01:00
committed by GitHub
parent ab063bf7b0
commit 5300a7fc2b
21 changed files with 3349 additions and 3269 deletions
+2 -2
View File
@@ -42,7 +42,7 @@
(if (!= (pickup-collectable!
(-> self fact-info-target)
(the-as pickup-type s4-0)
(-> (new 'static 'array float 1 0.0) 0)
(the-as float 0.0)
(the-as handle #f)
)
(pickup-collectable! (-> self fact-info-target) (the-as pickup-type s4-0) f28-0 (process->handle arg0))
@@ -115,7 +115,7 @@
(pickup-collectable!
(-> self fact-info-target)
(the-as pickup-type (-> arg3 param 1))
(-> (new 'static 'array float 1 0.0) 0)
(the-as float 0.0)
(the-as handle #f)
)
)