summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index f644f6bd..3749b421 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -8058,9 +8058,6 @@ ShowLinkBattleParticipantsAfterEnd:
.Draw:
db " DRAW@"
-LINK_BATTLE_RECORD_LENGTH EQUS "(sLinkBattleRecord1End - sLinkBattleRecord1)" ; 18
-NUM_LINK_BATTLE_RECORDS EQUS "((sLinkBattleStatsEnd - sLinkBattleRecord) / LINK_BATTLE_RECORD_LENGTH)" ; 5
-
_DisplayLinkRecord:
ld a, BANK(sLinkBattleStats)
call OpenSRAM