mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +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
|
@ -333,7 +333,7 @@ void func_8098544C(DemoIm* this, PlayState* play) {
|
|||
Player* player = GET_PLAYER(play);
|
||||
|
||||
this->action = 1;
|
||||
play->csCtx.script = D_8098786C;
|
||||
play->csCtx.script = gShadowMedallionCs;
|
||||
gSaveContext.cutsceneTrigger = 2;
|
||||
Item_Give(play, ITEM_MEDALLION_SHADOW);
|
||||
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_8098786C[] = {
|
||||
static CutsceneData gShadowMedallionCs[] = {
|
||||
CS_HEADER(32, 3000),
|
||||
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