En_Arrow (1 non-matching) (#551)

* En_Arrow

* Remove comment

* UNK_TYPE1

* Add thing

* Merge

* Merge

* PR

* PR

* PR
This commit is contained in:
Maide
2022-02-13 23:14:13 +00:00
committed by GitHub
parent 0f7f5de084
commit 5fa02d9725
7 changed files with 759 additions and 38 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ void FireObj_Update(GlobalContext* globalCtx, FireObj* fire, Actor* actor) {
} else if ((fire->collision.base.acFlags & 2) && (arrow->actor.update != NULL) &&
(arrow->actor.id == ACTOR_EN_ARROW)) {
arrow->actor.params = 0;
arrow->unk_1C0 = 0x800;
arrow->collider.info.toucher.dmgFlags = 0x800;
}
fire->collision.dim.pos.x = fire->position.x;
fire->collision.dim.pos.y = fire->position.y;