summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fix38.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fix38.S b/src/fix38.S
index 9728e1e..cdbf3d0 100644
--- a/src/fix38.S
+++ b/src/fix38.S
@@ -14,6 +14,9 @@ fix38WithJumpCoin:
lhz r0, 8(r3)
cmplwi r0, 403
beq isExemptedActor
+ # and EN_COIN
+ cmplwi r0, 401
+ beq isExemptedActor
# and EN_HATENA_BALLOON
cmplwi r0, 221
beq isExemptedActor