mirror of
https://github.com/zeldaret/tmc
synced 2026-08-20 06:06:54 -04:00
Clean up a couple of bools
This commit is contained in:
@@ -144,7 +144,7 @@ void sub_08034E68(Entity* this) {
|
||||
sub_08035120(this);
|
||||
}
|
||||
if (gRoomTransition.field_0x39 == 0) {
|
||||
if (sub_08079F8C() != 0) {
|
||||
if (sub_08079F8C()) {
|
||||
this->action = 3;
|
||||
scriptExecutionContext = StartCutscene(this, (u16*)script_MazaalMacroDefeated);
|
||||
*(ScriptExecutionContext**)&this->cutsceneBeh = scriptExecutionContext;
|
||||
|
||||
@@ -561,7 +561,7 @@ void VaatiWrathType0ActionD(Entity* this) {
|
||||
void sub_08041BE8(Entity* this) {
|
||||
Entity* entity;
|
||||
|
||||
if (sub_08079F8C() != 0) {
|
||||
if (sub_08079F8C()) {
|
||||
this->subAction = 1;
|
||||
this->actionDelay = 120;
|
||||
this->updatePriority = PRIO_NO_BLOCK;
|
||||
|
||||
Reference in New Issue
Block a user