mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 22:41:14 +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
|
@ -790,7 +790,7 @@ void BossMo_Tentacle(BossMo* this, PlayState* play) {
|
|||
tent_shake:
|
||||
case MO_TENT_SHAKE:
|
||||
if (this->timers[0] == 138) {
|
||||
ShrinkWindow_SetVal(0);
|
||||
Letterbox_SetSizeTarget(0);
|
||||
Interface_ChangeAlpha(0xB);
|
||||
}
|
||||
if ((this->timers[0] % 8) == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue