mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 22:12:24 -04:00
d/jak2: progress updated
This commit is contained in:
+2
-2
@@ -62,7 +62,7 @@
|
||||
:size-assert #x10
|
||||
:flag-assert #xa00000010
|
||||
(:methods
|
||||
(highscore-info-method-9 () none 9)
|
||||
(highscore-info-method-9 (_type_ float) int 9)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -343,7 +343,7 @@
|
||||
(game-info-method-26 () none 26)
|
||||
(get-next-attack-id (_type_) uint 27)
|
||||
(game-info-method-28 () none 28)
|
||||
(game-info-method-29 () none 29)
|
||||
(get-game-score-ref (_type_ int) (pointer float) 29)
|
||||
(game-info-method-30 () none 30)
|
||||
)
|
||||
)
|
||||
|
||||
-1528
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -231,7 +231,7 @@
|
||||
(new (symbol type) _type_ 0)
|
||||
(initialize (_type_) none 9)
|
||||
(update (_type_) none 10)
|
||||
(bigmap-method-11 () none 11)
|
||||
(bigmap-method-11 (_type_ int int int int) none 11)
|
||||
(bigmap-method-12 () none 12)
|
||||
(bigmap-method-13 () none 13)
|
||||
(bigmap-method-14 (_type_) none 14)
|
||||
|
||||
+2
-2
@@ -82,8 +82,8 @@
|
||||
(hud-box-method-11 () none 11)
|
||||
(hud-box-method-12 () none 12)
|
||||
(hud-box-method-13 (_type_ dma-buffer float) int 13)
|
||||
(hud-box-method-14 () none 14)
|
||||
(hud-box-method-15 () none 15)
|
||||
(hud-box-method-14 (_type_) none 14)
|
||||
(hud-box-method-15 (_type_) none 15)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
+876
-787
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -39,7 +39,7 @@
|
||||
(go-away () _type_ :state 22)
|
||||
(gone () _type_ :state 23)
|
||||
(init-defaults (_type_) connection 24)
|
||||
(progress-method-25 (_type_ object object symbol) none 25)
|
||||
(progress-method-25 (_type_) none 25)
|
||||
(progress-method-26 (_type_) object 26)
|
||||
(can-go-back? (_type_) symbol 27)
|
||||
(progress-method-28 (_type_ symbol) symbol 28)
|
||||
@@ -90,11 +90,11 @@
|
||||
|
||||
;; definition of type menu-option
|
||||
(deftype menu-option (basic)
|
||||
((name uint32 :offset-assert 4)
|
||||
(scale float :offset-assert 8)
|
||||
(unknown function :offset-assert 12)
|
||||
(box menu-option 1 :offset-assert 16)
|
||||
(unknown-options menu-option 7 :offset-assert 20)
|
||||
((name game-text-id :offset-assert 4)
|
||||
(scale float :offset-assert 8)
|
||||
(unknown function :offset-assert 12)
|
||||
(box hud-box 1 :inline :offset-assert 16)
|
||||
(unknown-options menu-option 8 :offset 16)
|
||||
)
|
||||
:method-count-assert 12
|
||||
:size-assert #x30
|
||||
|
||||
+2
-2
@@ -180,9 +180,9 @@
|
||||
)
|
||||
)
|
||||
|
||||
;; definition for symbol *stereo-mode-name-remap*, type (array uint64)
|
||||
;; definition for symbol *stereo-mode-name-remap*, type (array game-text-id)
|
||||
(define *stereo-mode-name-remap*
|
||||
(the-as (array uint64) (new 'static 'boxed-array :type uint32 #x104 #x105 #x106))
|
||||
(the-as (array game-text-id) (new 'static 'boxed-array :type uint32 #x104 #x105 #x106))
|
||||
)
|
||||
|
||||
;; definition for symbol *hud-ring-graphic-remap*, type (array uint64)
|
||||
|
||||
+281
-1146
File diff suppressed because it is too large
Load Diff
@@ -150,8 +150,6 @@
|
||||
// aligner - never fixed in jak 1
|
||||
"(method 9 align-control)",
|
||||
|
||||
"progress-trans", // TODO - hits an assertion related to the stack?
|
||||
|
||||
"bsp-camera-asm",
|
||||
"build-masks",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user