mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Misc Cleanup (#1585)
* misc cleanup * more fake matches * revert for sym
This commit is contained in:
parent
2aaa286cf8
commit
f2c06ce441
45 changed files with 134 additions and 161 deletions
|
@ -445,7 +445,7 @@ void func_808FD5F4(BossGanon2* this, PlayState* play) {
|
|||
this->unk_39C = 14;
|
||||
this->unk_398 = 0;
|
||||
this->actor.world.pos.x = -200.0f;
|
||||
this->actor.world.pos.y = this->actor.world.pos.y - 30.0f;
|
||||
this->actor.world.pos.y -= 30.0f;
|
||||
this->actor.world.pos.z = -200.0f;
|
||||
SEQCMD_PLAY_SEQUENCE(SEQ_PLAYER_BGM_MAIN, 0, 0, NA_BGM_OPENING_GANON);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue