mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 14:20:11 +00:00
pr changes
This commit is contained in:
parent
9cb03972af
commit
daa7877c96
4 changed files with 4 additions and 3 deletions
|
@ -170,7 +170,7 @@ void ArrowLight_Fly(ArrowLight* this, GlobalContext* globalCtx) {
|
|||
ArrowLight_SetupAction(this, &ArrowLight_Hit);
|
||||
this->timer = 32;
|
||||
this->alpha = 0xFF;
|
||||
} else if (arrow->timer < 0x22) {
|
||||
} else if (arrow->timer < 34) {
|
||||
if (this->alpha < 0x23) {
|
||||
Actor_Kill(&this->actor);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue