mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 06:21:16 +00:00
parent
092f602638
commit
2cb4ff4fd3
66 changed files with 737 additions and 734 deletions
|
@ -320,7 +320,7 @@ s32 EnZl4_SetupFromLegendCs(EnZl4* this, PlayState* play) {
|
|||
Actor* playerx = &GET_PLAYER(play)->actor;
|
||||
s16 rotY;
|
||||
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSMODE_8);
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSACTION_8);
|
||||
playerx->world.pos = this->actor.world.pos;
|
||||
rotY = this->actor.shape.rot.y;
|
||||
playerx->world.pos.x += 56.0f * Math_SinS(rotY);
|
||||
|
@ -912,7 +912,7 @@ s32 EnZl4_CsLookWindow(EnZl4* this, PlayState* play) {
|
|||
play->csCtx.script = SEGMENTED_TO_VIRTUAL(gZeldasCourtyardGanonCs);
|
||||
gSaveContext.cutsceneTrigger = 1;
|
||||
this->talkState++;
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSMODE_8);
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSACTION_8);
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
|
@ -922,7 +922,7 @@ s32 EnZl4_CsLookWindow(EnZl4* this, PlayState* play) {
|
|||
}
|
||||
} else {
|
||||
Rumble_Request(0.0f, 160, 10, 40);
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSMODE_1);
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSACTION_1);
|
||||
Animation_ChangeByInfo(&this->skelAnime, sAnimationInfo, ZL4_ANIM_30);
|
||||
EnZl4_SetActiveCamDir(play, 11);
|
||||
Message_StartTextbox(play, 0x7039, NULL);
|
||||
|
@ -1193,7 +1193,7 @@ void EnZl4_Cutscene(EnZl4* this, PlayState* play) {
|
|||
break;
|
||||
case ZL4_CS_PLAN:
|
||||
if (EnZl4_CsMakePlan(this, play)) {
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSMODE_7);
|
||||
func_8002DF54(play, &this->actor, PLAYER_CSACTION_7);
|
||||
gSaveContext.prevHudVisibilityMode = HUD_VISIBILITY_ALL;
|
||||
SET_EVENTCHKINF(EVENTCHKINF_40);
|
||||
this->actionFunc = EnZl4_Idle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue