mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-03 09:59:39 -04:00
Use dComIfGp_event_runCheck instead of dComIfGp_event_getMode, remove some fakematches
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user