Match sub_08034B38

This commit is contained in:
hatal175
2022-01-11 21:13:37 +01:00
parent 688508b1af
commit 9fa3217cdb
2 changed files with 2 additions and 59 deletions
+2 -3
View File
@@ -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);