mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Rumble doc (#1375)
* Rumble doc * Fixes, suggested changes * Improve padmgr retrace callback related code * Name some rumble-adjacent things, further suggested changes * Further suggested changes * Suggested changes
This commit is contained in:
parent
82e04ede5f
commit
4f65d08eb5
59 changed files with 533 additions and 393 deletions
|
@ -504,7 +504,7 @@ void BossMo_Tentacle(BossMo* this, PlayState* play) {
|
|||
swingSizeAccel = 60.0f;
|
||||
if ((this->sfxTimer % 32) == 0) {
|
||||
Audio_PlaySfxIncreasinglyTransposed(&this->tentTipPos, NA_SE_EN_MOFER_WAVE, gMorphaTransposeTable);
|
||||
func_800AA000(0, 100, 5, 2);
|
||||
Rumble_Request(0, 100, 5, 2);
|
||||
func_8002F7DC(&player->actor, NA_SE_VO_LI_FREEZE + player->ageProperties->unk_92);
|
||||
}
|
||||
} else {
|
||||
|
@ -518,7 +518,7 @@ void BossMo_Tentacle(BossMo* this, PlayState* play) {
|
|||
swingSizeAccel = 70.0f;
|
||||
if ((this->sfxTimer % 16) == 0) {
|
||||
Audio_PlaySfxIncreasinglyTransposed(&this->tentTipPos, NA_SE_EN_MOFER_WAVE, gMorphaTransposeTable);
|
||||
func_800AA000(0, 160, 5, 4);
|
||||
Rumble_Request(0, 160, 5, 4);
|
||||
func_8002F7DC(&player->actor, NA_SE_VO_LI_FREEZE + player->ageProperties->unk_92);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue