Fix buffer sword slash when dashing into water

This commit is contained in:
codemann8
2026-03-15 10:55:57 -05:00
parent 6609253059
commit 6fb81c0aa8

View File

@@ -246,7 +246,7 @@ FixSwimBump:
.normal
LDA.b LinkJumping : BNE .continue ; what we wrote over
.not_diving
PLA : PLA : PEA.w $87964E ; skip ahead, not diving
PLA : PLA : PEA.w $87964D ; skip ahead, not diving
.continue
RTL
;--------------------------------------------------------------------------------