From 6fb81c0aa8e54cedd7707e8b17c0150821a22c3e Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 15 Mar 2026 10:55:57 -0500 Subject: [PATCH] Fix buffer sword slash when dashing into water --- bugfixes.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugfixes.asm b/bugfixes.asm index cdc74c8..f19482d 100644 --- a/bugfixes.asm +++ b/bugfixes.asm @@ -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 ;--------------------------------------------------------------------------------