From 0b6e70d1b2d1fac90e44077aec747c7bbfe8281a Mon Sep 17 00:00:00 2001 From: Matt P Date: Sat, 25 Jul 2026 00:11:41 -0400 Subject: [PATCH] decompile 16 bytes of code --- src/SB/Game/zNPCTypeBossPlankton.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SB/Game/zNPCTypeBossPlankton.cpp b/src/SB/Game/zNPCTypeBossPlankton.cpp index 6321aebb6..b270d2f4b 100644 --- a/src/SB/Game/zNPCTypeBossPlankton.cpp +++ b/src/SB/Game/zNPCTypeBossPlankton.cpp @@ -1752,6 +1752,7 @@ void zNPCBPlankton::enable_emitter(xParEmitter& p1) const void zNPCBPlankton::disable_emitter(xParEmitter& p1) const { + p1.emit_flags &= 0xFE; } U8 zNPCBPlankton::ColChkFlags() const