diff options
| author | Pepe20129 <72659707+Pepe20129@users.noreply.github.com> | 2026-06-11 14:49:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-11 12:49:55 +0000 |
| commit | 7c42a63cebcb85489473c9a4deca4b515a75377b (patch) | |
| tree | ec8085a62bbd647613ca3591b278245450e84488 /soh/src/code | |
| parent | 8b7109f60314ae61f3062f8573683faa4cda178c (diff) | |
Add the 2 "decoy" crates as NL crates (#6672)
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_en_item00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_en_item00.c b/soh/src/code/z_en_item00.c index b2da1c40d..237745a01 100644 --- a/soh/src/code/z_en_item00.c +++ b/soh/src/code/z_en_item00.c @@ -823,7 +823,7 @@ void EnItem00_Update(Actor* thisx, PlayState* play) { if (sp3A || D_80157D94[0]) { Actor_UpdateBgCheckInfo(play, &this->actor, 10.0f, 15.0f, 15.0f, 0x1D); - if (this->actor.floorHeight <= -10000.0f) { + if (GameInteractor_Should(VB_ITEM00_KILL, this->actor.floorHeight <= -10000.0f, this)) { Actor_Kill(&this->actor); return; } |
