mirror of
https://github.com/open-goal/jak-project
synced 2026-08-14 12:34:36 -04:00
[jak2] prepare scf-get-territory usage (#2890)
This commit is contained in:
@@ -7254,7 +7254,7 @@
|
||||
(progress-aspect-ratio-custom-pad-x #x1209)
|
||||
(progress-aspect-ratio-custom-pad-circle #x120a)
|
||||
(progress-aspect-ratio-custom-warn #x120b)
|
||||
(progress-aspect-ratio-custom-ratio #x120c)
|
||||
(progress-music-player #x120c)
|
||||
(progress-vsync #x120d)
|
||||
(progress-text-language #x120e)
|
||||
(progress-cheats #x120f)
|
||||
@@ -43592,8 +43592,8 @@
|
||||
;; TODO - defined in the kernel
|
||||
(define-extern *demo-control* (pointer demo-control))
|
||||
(define-extern demo-plug-lightning (function process-drawable vector cspace none))
|
||||
(define-extern demo-screen-change (function symbol int symbol int none :behavior demo-control))
|
||||
(define-extern demo-wait-for-press (function time-frame time-frame symbol symbol))
|
||||
(define-extern demo-screen-change (function int int symbol symbol int :behavior demo-control))
|
||||
(define-extern demo-wait-for-press (function time-frame time-frame symbol))
|
||||
(define-extern demo-menu (function object :behavior demo-control))
|
||||
(define-extern demo-control-init (function none :behavior demo-control))
|
||||
|
||||
@@ -44886,19 +44886,19 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(deftype title-control (process)
|
||||
((selected int32 :offset-assert 128)
|
||||
(sprites hud-sprite 2 :inline :offset-assert 144)
|
||||
(sprite-pos vector :inline :offset-assert 272)
|
||||
((selected int32 :offset-assert 128)
|
||||
(sprites hud-sprite 2 :inline :offset-assert 144)
|
||||
(sprite-pos vector :inline :offset-assert 272)
|
||||
(sprite-draw uint32 :offset-assert 288)
|
||||
(buffer external-art-buffer 2 :offset-assert 292)
|
||||
(want int32 2 :offset-assert 300)
|
||||
(want-name basic 2 :offset-assert 308)
|
||||
(have int32 2 :offset-assert 316)
|
||||
(draw int32 :offset-assert 324)
|
||||
(draw-name basic :offset-assert 328)
|
||||
(active symbol :offset-assert 332)
|
||||
(spark-time time-frame :offset-assert 336)
|
||||
(gui-id sound-id :offset-assert 344)
|
||||
(buffer external-art-buffer 2 :offset-assert 292)
|
||||
(want int32 2 :offset-assert 300)
|
||||
(want-name string 2 :offset-assert 308)
|
||||
(have int32 2 :offset-assert 316)
|
||||
(draw int32 :offset-assert 324)
|
||||
(draw-name string :offset-assert 328)
|
||||
(active symbol :offset-assert 332)
|
||||
(spark-time time-frame :offset-assert 336)
|
||||
(gui-id sound-id :offset-assert 344)
|
||||
)
|
||||
:method-count-assert 18
|
||||
:size-assert #x15c
|
||||
@@ -44913,7 +44913,7 @@
|
||||
)
|
||||
|
||||
(define-extern title-plug-lightning (function process-drawable vector cspace none))
|
||||
(define-extern title-screen-change (function symbol int symbol int symbol symbol none :behavior title-control))
|
||||
(define-extern title-screen-change (function string int string int symbol symbol none :behavior title-control))
|
||||
(define-extern wait-for-press (function time-frame time-frame symbol symbol))
|
||||
(define-extern title-menu (function object :behavior title-control))
|
||||
(define-extern title-fade-out (function float none))
|
||||
|
||||
Reference in New Issue
Block a user