diff options
| author | robojumper <robojumper@gmail.com> | 2026-01-01 14:01:07 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2026-01-28 19:14:18 +0100 |
| commit | 0927e0ba4a276ff7be971ceb99e4fa7df13733a9 (patch) | |
| tree | a3b589494edceaa0ef267e65145ab504c722b06b /include/d | |
| parent | 81a599e313d14944b490280834b64126c2466c1b (diff) | |
Verify and fix some matches
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/a/b/d_a_b_lastboss.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/a/b/d_a_b_lastboss.h b/include/d/a/b/d_a_b_lastboss.h index 39e75789..f38ace6c 100644 --- a/include/d/a/b/d_a_b_lastboss.h +++ b/include/d/a/b/d_a_b_lastboss.h @@ -264,8 +264,8 @@ private: bool checkDamage(); bool checkForCloseRangeAttack(); - bool fn_143_75A0(); - bool fn_143_77C0(); + bool checkForRangeAttack(); + bool checkForCounter(); void fn_143_7B00(); void fn_143_7F80(); bool fn_143_9420(); |
