recognize +! and set-vector (#706)

"
This commit is contained in:
water111
2021-07-17 15:00:10 -04:00
committed by GitHub
parent 1e90da8e7c
commit 4989470828
48 changed files with 557 additions and 1038 deletions
@@ -140,12 +140,9 @@
(print-game-text s3-0 gp-0 #f (the int f30-1) 22)
)
)
(set!
(+!
(-> gp-0 origin y)
(+
(-> gp-0 origin y)
(the float (-> *title-credits-spacing* (+ s5-1 s4-1)))
)
(the float (-> *title-credits-spacing* (+ s5-1 s4-1)))
)
)
)
@@ -206,7 +203,7 @@
(set! v1-13 25)
)
)
(set! (-> s5-0 origin y) (+ (-> s5-0 origin y) (the float v1-13)))
(+! (-> s5-0 origin y) (the float v1-13))
(+! gp-0 1)
)
#f