mirror of
https://github.com/zeldaret/tmc
synced 2026-08-20 14:15:10 -04:00
Format
This commit is contained in:
@@ -223,7 +223,7 @@ void sub_0803A09C(FlyingSkullEntity* this) {
|
||||
GetNextFrame(super);
|
||||
ProcessMovement2(super);
|
||||
|
||||
if (super->collisions != COL_NONE) {
|
||||
if (super->collisions != COL_NONE) {
|
||||
sub_0803A0E0(this);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -644,7 +644,8 @@ void OctorokBoss_Action1_ChargeAttack(OctorokBossEntity* this) {
|
||||
if ((super->direction != 0) && (super->direction != 0x10)) {
|
||||
knockbackCondition = ((super->collisions & (COL_EAST_ANY | COL_WEST_ANY)) != COL_NONE);
|
||||
}
|
||||
if (((super->direction != 0x18) && (super->direction != 8)) && (super->collisions & (COL_NORTH_ANY | COL_SOUTH_ANY))) {
|
||||
if (((super->direction != 0x18) && (super->direction != 8)) &&
|
||||
(super->collisions & (COL_NORTH_ANY | COL_SOUTH_ANY))) {
|
||||
knockbackCondition = TRUE;
|
||||
}
|
||||
if (knockbackCondition) {
|
||||
|
||||
Reference in New Issue
Block a user