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 9084c93..3727695 100755 --- a/hooks.asm +++ b/hooks.asm @@ -2708,8 +2708,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 ;================================================================================