mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 01:04:11 -04:00
[decomp] flags for continue points (#1303)
* make flags! * finish flags * refs * Update game.gp * fix target decomp * Update target.gc
This commit is contained in:
+11
-11
@@ -51,7 +51,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "training-warp"
|
||||
:level 'training
|
||||
:flags #x4
|
||||
:flags (continue-flags warp)
|
||||
:trans
|
||||
(new 'static 'vector :x -5383524.0 :y 28019.098 :z 4360302.0 :w 1.0)
|
||||
:quat
|
||||
@@ -81,7 +81,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "game-start"
|
||||
:level 'training
|
||||
:flags #x404
|
||||
:flags (continue-flags warp game-start)
|
||||
:trans
|
||||
(new 'static 'vector :x -5393740.5 :y 28259.533 :z 4360945.5 :w 1.0)
|
||||
:quat
|
||||
@@ -162,7 +162,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "village1-intro"
|
||||
:level 'village1
|
||||
:flags #x24
|
||||
:flags (continue-flags warp sage-intro)
|
||||
:trans
|
||||
(new 'static 'vector :x -518468.8 :y 189424.03 :z 868568.7 :w 1.0)
|
||||
:quat
|
||||
@@ -181,7 +181,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "village1-warp"
|
||||
:level 'village1
|
||||
:flags #x804
|
||||
:flags (continue-flags warp sage-ecorocks)
|
||||
:trans
|
||||
(new 'static 'vector :x -518468.8 :y 189424.03 :z 868568.7 :w 1.0)
|
||||
:quat
|
||||
@@ -200,7 +200,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "village1-demo-convo"
|
||||
:level 'village1
|
||||
:flags #x40
|
||||
:flags (continue-flags sage-demo-convo)
|
||||
:trans
|
||||
(new 'static 'vector :x -542529.1 :y 189424.03 :z 847101.94 :w 1.0)
|
||||
:quat
|
||||
@@ -219,7 +219,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "intro-start"
|
||||
:level 'village1
|
||||
:flags #x10
|
||||
:flags (continue-flags intro)
|
||||
:trans
|
||||
(new 'static 'vector :x 164316.78 :y 15128.576 :z 3390588.0 :w 1.0)
|
||||
:quat
|
||||
@@ -710,7 +710,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "village2-warp"
|
||||
:level 'village2
|
||||
:flags #x4
|
||||
:flags (continue-flags warp)
|
||||
:trans
|
||||
(new 'static 'vector :x 1592492.9 :y 91648.0 :z -6328677.0 :w 1.0)
|
||||
:quat
|
||||
@@ -1312,7 +1312,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "village3-warp"
|
||||
:level 'village3
|
||||
:flags #x4
|
||||
:flags (continue-flags warp)
|
||||
:trans
|
||||
(new 'static 'vector :x 4549776.0 :y 215375.88 :z -14285922.0 :w 1.0)
|
||||
:quat
|
||||
@@ -1920,7 +1920,7 @@
|
||||
(new 'static 'continue-point
|
||||
:name "citadel-warp"
|
||||
:level 'citadel
|
||||
:flags #x4
|
||||
:flags (continue-flags warp)
|
||||
:trans
|
||||
(new 'static 'vector :x 11454895.0 :y -161791.6 :z -18204690.0 :w 1.0)
|
||||
:quat
|
||||
@@ -2195,7 +2195,7 @@
|
||||
'((new 'static 'continue-point
|
||||
:name "demo-start"
|
||||
:level 'demo
|
||||
:flags #x8
|
||||
:flags (continue-flags demo)
|
||||
:trans
|
||||
(new 'static 'vector :x 66396.16 :y 29782.016 :z -919973.5 :w 1.0)
|
||||
:quat (new 'static 'quaternion :w 1.0)
|
||||
@@ -2243,7 +2243,7 @@
|
||||
'((new 'static 'continue-point
|
||||
:name "title-start"
|
||||
:level 'title
|
||||
:flags #x80
|
||||
:flags (continue-flags title)
|
||||
:trans
|
||||
(new 'static 'vector :x -635598.9 :y 222551.66 :z 710496.25 :w 1.0)
|
||||
:quat
|
||||
|
||||
Reference in New Issue
Block a user