mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 23:35:29 -04:00
updated flag func calls
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ void sub_0809F548(Entity* this) {
|
||||
void sub_0809F5B0(Entity* this) {
|
||||
if (--this->actionDelay == 0) {
|
||||
PlaySFX(115);
|
||||
SetGlobalFlag(36);
|
||||
SetGlobalFlag(KUMOTATSUMAKI);
|
||||
LoadRoomEntityList(&gUnk_080DD750);
|
||||
DeleteThisEntity();
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ void sub_0809E83C(Entity* this) {
|
||||
void sub_0809E86C(Entity* this) {
|
||||
|
||||
if (sub_0800419C(this, &gLinkEntity, 0x30, 0x30)) {
|
||||
if (CheckGlobalFlag(0x14)) {
|
||||
if (CheckGlobalFlag(EZERO_1ST)) {
|
||||
if (((gUnk_030010A0 & 3) == 0)) {
|
||||
sub_080A2B80(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user