Use dComIfGp_event_runCheck instead of dComIfGp_event_getMode, remove some fakematches

This commit is contained in:
LagoLunatic
2026-03-31 23:05:57 -04:00
parent a4de4f08fb
commit ab41cc50bb
15 changed files with 29 additions and 35 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ void JAIZelBasic::heartGaugeOn() {
/* 802A2F54-802A3058 .text processHeartGaugeSound__11JAIZelBasicFv */
void JAIZelBasic::processHeartGaugeSound() {
if (dComIfGp_event_getMode() == dEvtMode_NONE_e && field_0x0040 != 0) {
if (!dComIfGp_event_runCheck() && field_0x0040 != 0) {
if (field_0x0034 != 0 && field_0x0206 == 0) {
if (field_0x0034 <= 2) {
seStart(JA_SE_ALMOST_DIE_ALERM_3, NULL, 0, 0, 1.0f, 1.0f, -1.0f, -1.0f, 0);