From 230b15a294ce9dae456d049f263fe9c6bc789f83 Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Mon, 9 Aug 2021 15:28:02 -0700 Subject: [PATCH] Fix OHKO mode --- events.asm | 1 + hooks.asm | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/events.asm b/events.asm index b5947ce..535ff56 100644 --- a/events.asm +++ b/events.asm @@ -176,6 +176,7 @@ OnInitFileSelect: RTL ;-------------------------------------------------------------------------------- OnLinkDamaged: + JSL.l IncrementDamageTakenCounter_Arb JSL.l FlipperKill JML.l OHKOTimer diff --git a/hooks.asm b/hooks.asm index e85afc1..e046e8d 100755 --- a/hooks.asm +++ b/hooks.asm @@ -2705,8 +2705,6 @@ JSL FastTextScroll : NOP org $01FFEE : JSL IncrementDamageTakenCounter_Eight ; overworld pit org $079506 : JSL IncrementDamageTakenCounter_Eight ; underworld pit -org $0780C6 : JSL IncrementDamageTakenCounter_Arb - org $07B0B1 : JSL IncrementMagicUseCounter ;================================================================================