mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Name some scene cutscenes 2 (Graveyard, Meadow and Lake Hylia) (#2339)
* name cs from graveyard, meadow and lake hylia * `gLakeHyliaWaterRaisingCs` --> `gLakeHyliaRestoredCs`
This commit is contained in:
parent
0f27d2fea3
commit
db8d351c5b
8 changed files with 19 additions and 15 deletions
|
@ -627,7 +627,7 @@ void func_80AF683C(EnSa* this, PlayState* play) {
|
|||
Player* player = GET_PLAYER(play);
|
||||
|
||||
if (!(player->actor.world.pos.z >= -2220.0f) && !Play_InCsMode(play)) {
|
||||
play->csCtx.script = SEGMENTED_TO_VIRTUAL(spot05_scene_Cs_005730);
|
||||
play->csCtx.script = SEGMENTED_TO_VIRTUAL(gMeadowSariasSongCs);
|
||||
gSaveContext.cutsceneTrigger = 1;
|
||||
this->actionFunc = func_80AF68E4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue