mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
d/jak2: finish jetboard training mission (mostly) and scouts mission (#2090)
The things that aren't working right now: - returning the board (maybe cutscene related?) - draft until i see if this can be sorted out - seems to need streaming audio as well, the `scene-player` gets properly initialized from what i can tell - had to hack around the streaming audio parts.
This commit is contained in:
@@ -748,6 +748,11 @@ const std::unordered_map<
|
||||
{{"data", ArrayFieldDecompMeta(TypeSpec("int8"),
|
||||
1,
|
||||
ArrayFieldDecompMeta::Kind::REF_TO_INTEGER_ARR)}}},
|
||||
{"enemy-info",
|
||||
{{"idle-anim-script",
|
||||
ArrayFieldDecompMeta(TypeSpec("uint32"),
|
||||
4,
|
||||
ArrayFieldDecompMeta::Kind::REF_TO_INTEGER_ARR)}}},
|
||||
{"nav-enemy-info",
|
||||
{{"idle-anim-script",
|
||||
ArrayFieldDecompMeta(TypeSpec("uint32"),
|
||||
|
||||
Reference in New Issue
Block a user