mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 22:11:16 +00:00
Doc shrink_window, rename system to Letterbox (#1341)
* docs * missed some hex * document Gfx_SetupFrame * review
This commit is contained in:
parent
dda78f9e2c
commit
fec5cd84af
24 changed files with 134 additions and 107 deletions
|
@ -329,7 +329,7 @@ s32 EnZl4_SetupFromLegendCs(EnZl4* this, PlayState* play) {
|
|||
player->linearVelocity = playerx->speedXZ = 0.0f;
|
||||
|
||||
EnZl4_SetActiveCamMove(play, 5);
|
||||
ShrinkWindow_SetVal(0x20);
|
||||
Letterbox_SetSizeTarget(32);
|
||||
Interface_ChangeAlpha(2);
|
||||
this->talkTimer2 = 0;
|
||||
return true;
|
||||
|
@ -1151,7 +1151,7 @@ void EnZl4_Cutscene(EnZl4* this, PlayState* play) {
|
|||
Audio_PlayFanfare(NA_BGM_APPEAR);
|
||||
EnZl4_SetActiveCamDir(play, 0);
|
||||
Interface_ChangeAlpha(2);
|
||||
ShrinkWindow_SetVal(0x20);
|
||||
Letterbox_SetSizeTarget(32);
|
||||
this->talkState = 0;
|
||||
this->csState++;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue