summaryrefslogtreecommitdiff
path: root/src/anotherhax.S
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-02-04 21:36:43 +0100
committerTreeki <treeki@gmail.com>2012-02-04 21:36:43 +0100
commit4c8f7e0c1e6d219b5642e322d37dc6169de50d2c (patch)
tree0ff01b1b268d5a0814598ae5e2d62a81755fef96 /src/anotherhax.S
parenta1e88d255ec5b2d47c6467a5818fbe34e00588c1 (diff)
downloadkamek-4c8f7e0c1e6d219b5642e322d37dc6169de50d2c.tar.gz
kamek-4c8f7e0c1e6d219b5642e322d37dc6169de50d2c.zip
ported Another sprite 38 fix to Newer
Diffstat (limited to '')
-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