diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:10 -0400 |
commit | ea59f5ee474e1ee56a303feef44dc7e9f30db21d (patch) | |
tree | 98894d5ed8a8804a13f4dd51dc07bb4df87998ef /engine/battle | |
parent | b4ee57c480cf937ccd68495e7f4a56b3edbeddd8 (diff) |
Miscellaneous cleanup
Diffstat (limited to 'engine/battle')
-rw-r--r-- | engine/battle/core.asm | 3 |
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 |