mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 01:40:47 +00:00
Name Kokiri Forest cutscenes (and related ones) (#2338)
* named kokiri forest cutscenes (and related parts) * added missing pal n64 names (and changes in code) * removed unneeded comments * add kokiri forest duplicates from spirit temple * review 1 * review 2 (+ build fix)
This commit is contained in:
parent
c57dff4f78
commit
0fc36972fb
10 changed files with 66 additions and 6 deletions
|
@ -503,7 +503,7 @@ void EnSa_Init(Actor* thisx, PlayState* play) {
|
|||
case 4:
|
||||
this->unk_210 = 0;
|
||||
this->actor.gravity = -1.0f;
|
||||
play->csCtx.script = SEGMENTED_TO_VIRTUAL(gSpot04Cs_10E20);
|
||||
play->csCtx.script = SEGMENTED_TO_VIRTUAL(gKokiriForestSariaGreetingCs);
|
||||
gSaveContext.cutsceneTrigger = 1;
|
||||
EnSa_ChangeAnim(this, ENSA_ANIM1_4);
|
||||
this->actionFunc = func_80AF68E4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue