Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified patches/ips/split_speed.ips
Binary file not shown.
9 changes: 7 additions & 2 deletions patches/src/split_speed.asm
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,9 @@ spark_booster_lose_speed:
beq .skip_speed_clamp

; Set speed echoes to merge back into Samus
lda #$FFFF
sta $0AAE
;lda #$FFFF
;sta $0AAE
jsl .remove_echoes

stz $0b3e ; Clear dash counter

Expand All @@ -291,6 +292,10 @@ spark_booster_lose_speed:
.skip_speed_clamp:
lda $09a2 ; run hi-jacked instruction (relevant only where called by hook_jump)
rtl
.remove_echoes
php
phb
jml $91DE8D

hook_jump:
jsl spark_booster_lose_speed
Expand Down