mirror of
https://github.com/zeldaret/tmc
synced 2026-06-06 11:47:32 -04:00
Match sub_08034B38
This commit is contained in:
@@ -772,7 +772,7 @@ void sub_08034B0C(Entity* this) {
|
||||
}
|
||||
}
|
||||
|
||||
NONMATCH("asm/non_matching/mazaal/sub_08034B38.inc", void sub_08034B38(Entity* this)) {
|
||||
void sub_08034B38(Entity* this) {
|
||||
Entity* target;
|
||||
const s8* ptr;
|
||||
|
||||
@@ -782,7 +782,7 @@ NONMATCH("asm/non_matching/mazaal/sub_08034B38.inc", void sub_08034B38(Entity* t
|
||||
} else {
|
||||
target = CreateProjectile(0xe);
|
||||
if (target != NULL) {
|
||||
target->type -= 2;
|
||||
target->type = this->type - 2;
|
||||
if (target->type == 0) {
|
||||
target->direction = 0xa8 - this->actionDelay;
|
||||
} else {
|
||||
@@ -793,7 +793,6 @@ NONMATCH("asm/non_matching/mazaal/sub_08034B38.inc", void sub_08034B38(Entity* t
|
||||
}
|
||||
}
|
||||
}
|
||||
END_NONMATCH
|
||||
|
||||
void sub_08034BA0(Entity* this) {
|
||||
GetNextFrame(this);
|
||||
|
||||
Reference in New Issue
Block a user