Skip to content

Commit

Permalink
jak3: fix type (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hat-Kid authored Apr 22, 2024
1 parent 58a5440 commit 9d359ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions decompiler/config/jak3/all-types.gc
Original file line number Diff line number Diff line change
Expand Up @@ -53942,19 +53942,19 @@
:method-count-assert 37
:size-assert #xe5
:flag-assert #x25007000e5
(:state-methods
inactive ;; 28, old: (active () _type_ :state)
active ;; 29, old: (taunt () _type_ :state)
taunt ;; 30, old: (got-passed () _type_ :state)
got-passed ;; 31, old: (initialize-collision (_type_) none)
)
(:methods
(vehicle-rider-method-32 () none) ;; 32 ;; (vehicle-rider-method-32 (_type_ traffic-object-spawn-params) none)
(vehicle-rider-method-33 () none) ;; 33 ;; (vehicle-rider-method-33 (_type_) none)
(vehicle-rider-method-34 () none) ;; 34 ;; (vehicle-rider-method-34 (_type_) none)
(vehicle-rider-method-35 () none) ;; 35 ;; (vehicle-rider-method-35 (_type_) none)
(vehicle-rider-method-36 () none) ;; 36
)
(:state-methods
inactive ;; 28, old: (active () _type_ :state)
got-passed ;; 31, old: (initialize-collision (_type_) none)
taunt ;; 30, old: (got-passed () _type_ :state)
active ;; 29, old: (taunt () _type_ :state)
)
)

(deftype citizen-norm-rider (vehicle-rider)
Expand Down
8 changes: 4 additions & 4 deletions decompiler/config/jak3/ntsc_v1/inputs.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"DGO/DESLIZ.DGO",
// "DGO/DESOASIS.DGO",
"DGO/DESRACE1.DGO",
// "DGO/DESRACE2.DGO",
"DGO/DESRACE2.DGO",
"DGO/DESRALLY.DGO",
// "DGO/DESRESC.DGO",
"DGO/DESRESC.DGO",
// "DGO/DESRESCC.DGO",
// "DGO/DESRESCG.DGO",
// "DGO/DESTRACK.DGO",
"DGO/DESTRACK.DGO",
"DGO/DESW.DGO",
"DGO/DST.DGO",
// "DGO/OASISCST.DGO",
Expand Down Expand Up @@ -154,7 +154,7 @@
"DGO/TOWB.DGO",
"DGO/TOWERA.DGO",
"DGO/TOWERC.DGO",
// "DGO/TOWERCST.DGO",
"DGO/TOWERCST.DGO",
// stadium
"DGO/STA.DGO",
"DGO/STAA.DGO",
Expand Down

0 comments on commit 9d359ed

Please sign in to comment.