mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
[decomp] get started on game info (#674)
* temp * menu text * wip * recognize handle to process * more
This commit is contained in:
@@ -16,7 +16,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)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
)
|
||||
|
||||
;; definition for method 12 of type bit-array
|
||||
(defmethod clear bit-array ((obj bit-array))
|
||||
(defmethod clear-all! bit-array ((obj bit-array))
|
||||
(countdown (idx (/ (logand -8 (+ (-> obj allocated-length) 7)) 8))
|
||||
(nop!)
|
||||
(nop!)
|
||||
|
||||
Reference in New Issue
Block a user