5x boomerang length

This commit is contained in:
aMannus 2023-03-28 10:34:20 +02:00
commit 85ca3c9ea9

View file

@ -2785,7 +2785,7 @@ s32 func_808359FC(Player* this, PlayState* play) {
this->boomerangActor = &boomerang->actor;
if (boomerang != NULL) {
boomerang->moveTo = this->unk_664;
boomerang->returnTimer = 20;
boomerang->returnTimer = 100;
this->stateFlags1 |= PLAYER_STATE1_25;
if (!func_8008E9C4(this)) {
func_808355DC(this);