Decompile some functions

This commit is contained in:
octorock
2022-04-10 23:42:14 +02:00
parent 02cec8ca8d
commit 4fd8048c3c
47 changed files with 540 additions and 1512 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ void sub_080A78B8(PlayerItemSwordEntity* this, Entity* param_2) {
super->knockbackDirection = 0;
super->iframes = 0;
}
if ((gPlayerState.flags & 0x8000000) != 0) {
if ((gPlayerState.flags & PL_SWORD_THRUST) != 0) {
gPlayerState.sword_state |= 0x80;
} else if (gPlayerState.sword_state != 0) {
switch (super->contactFlags & 0x7f) {