Add the 2 "decoy" crates as NL crates (#6672)

This commit is contained in:
Pepe20129
2026-06-11 14:49:55 +02:00
committed by GitHub
parent 8b7109f603
commit 7c42a63ceb
7 changed files with 51 additions and 18 deletions
+1 -1
View File
@@ -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;
}