1 parent eb92fcc commit 84c64a7Copy full SHA for 84c64a7
2 files changed
patches/ips/split_speed.ips
3 Bytes
patches/src/split_speed.asm
@@ -327,9 +327,10 @@ hook_blue_unpause:
327
328
329
spark_booster_lose_blue:
330
- ; If either Blue Booster or Speed Booster is equipped, skip the speed clamp/loss.
+ ; If any combination other than exactly Spark Booster equipped, skip the speed clamp/loss.
331
lda !equipped_items
332
- bit #!blue_booster|!speed_booster
+ and #!any_booster
333
+ cmp #!spark_booster
334
bne .skip_lose_blue
335
336
; If Samus does not have running momentum, skip the speed clamp/loss (to avoid interfering with blue suit).
0 commit comments