mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -04:00
Merge branch 'main' into 26-02-27-allocator-isolation
This commit is contained in:
@@ -613,7 +613,7 @@ void daE_FK_c::At_Check(int i_sphIdx) {
|
||||
}
|
||||
|
||||
if ((s16)mAtInfo.mAttackPower > 0) {
|
||||
health -= (s16)mAtInfo.mAttackPower;
|
||||
S16_SUB(health, mAtInfo.mAttackPower);
|
||||
}
|
||||
|
||||
int unk_r29 = 0;
|
||||
|
||||
Reference in New Issue
Block a user