diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fix38.S (renamed from src/anotherhax.S) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/anotherhax.S b/src/fix38.S index ca0a658..09c3ac6 100644 --- a/src/anotherhax.S +++ b/src/fix38.S @@ -13,9 +13,10 @@ fix38WithJumpCoin: # check actor type for EN_COIN_JUMP lhz r0, 8(r3) cmplwi r0, 403 - bne dontContinue - b continueFromFlagObjCheck -dontContinue: + beq continueFromFlagObjCheck + # and EN_HATENA_BALLOON + cmplwi r0, 221 + beq continueFromFlagObjCheck # it wasn't that, so just return 0 li r3, 0 |