Fix OHKO mode

This commit is contained in:
2021-08-09 15:28:02 -07:00
parent 39441eb0a6
commit 230b15a294
2 changed files with 1 additions and 2 deletions

View File

@@ -176,6 +176,7 @@ OnInitFileSelect:
RTL
;--------------------------------------------------------------------------------
OnLinkDamaged:
JSL.l IncrementDamageTakenCounter_Arb
JSL.l FlipperKill
JML.l OHKOTimer

View File

@@ -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
;================================================================================