mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 22:11:16 +00:00
Add names for Medallion cutscene data (#2319)
* Add names for Medallion cutscene data * Rename to Cs at end
This commit is contained in:
parent
d886e76960
commit
e9b165b6e5
11 changed files with 15 additions and 15 deletions
|
@ -261,7 +261,7 @@ void func_8098E960(DemoSa* this, PlayState* play) {
|
|||
if ((gSaveContext.chamberCutsceneNum == CHAMBER_CS_FOREST) && !IS_CUTSCENE_LAYER) {
|
||||
player = GET_PLAYER(play);
|
||||
this->action = 1;
|
||||
play->csCtx.script = D_8099010C;
|
||||
play->csCtx.script = gForestMedallionCs;
|
||||
gSaveContext.cutsceneTrigger = 2;
|
||||
Item_Give(play, ITEM_MEDALLION_FOREST);
|
||||
player->actor.world.rot.y = player->actor.shape.rot.y = this->actor.world.rot.y + 0x8000;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "z64cutscene_commands.h"
|
||||
|
||||
// clang-format off
|
||||
static CutsceneData D_8099010C[] = {
|
||||
static CutsceneData gForestMedallionCs[] = {
|
||||
CS_HEADER(29, 3001),
|
||||
CS_UNK_DATA_LIST(0x00000020, 1),
|
||||
CS_UNK_DATA(0x00010000, 0x0BB80000, 0x00000000, 0x00000000, 0xFFFFFFFC, 0x00000002, 0x00000000, 0xFFFFFFFC, 0x00000002, 0x00000000, 0x00000000, 0x00000000),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue