[decomp] get started on game info (#674)

* temp

* menu text

* wip

* recognize handle to process

* more
This commit is contained in:
water111
2021-07-03 16:18:41 -04:00
committed by GitHub
parent bc41241234
commit 784cd5debb
63 changed files with 9250 additions and 2542 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
(get-bit (_type_ int) symbol 9)
(clear-bit (_type_ int) int 10)
(set-bit (_type_ int) int 11)
(clear (_type_) _type_ 12)
(clear-all! (_type_) _type_ 12)
)
)
@@ -91,7 +91,7 @@
0
)
(defmethod clear bit-array ((obj bit-array))
(defmethod clear-all! bit-array ((obj bit-array))
"Set all bits to zero."
(countdown (idx (/ (logand -8 (+ (-> obj allocated-length) 7)) 8))
(nop!)