mirror of
https://github.com/zeldaret/tmc
synced 2026-09-07 11:21:35 -04:00
Renamed Entity fields for knockback
SolidifiedGaming identified these while glitchhunting.
This commit is contained in:
@@ -37,9 +37,9 @@ void sub_0802A454(Entity* this) {
|
||||
}
|
||||
}
|
||||
|
||||
if (this->field_0x42)
|
||||
if (this->field_0x42 > 4)
|
||||
this->field_0x42 -= 4;
|
||||
if (this->knockbackDuration != 0)
|
||||
if (this->knockbackDuration > 4)
|
||||
this->knockbackDuration -= 4;
|
||||
|
||||
if (this->field_0x43 != 0) {
|
||||
sub_0804A9FC(this, 0x1c);
|
||||
|
||||
Reference in New Issue
Block a user