summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-24 11:12:02 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-24 11:12:02 -0500
commit132fe4692581891802c38420bdd4744d58bf78d5 (patch)
treea5ebedc2c08caa762ce8d128392cfffad3570367 /engine/battle/core.asm
parent505a6595bc32dd687500f2e0561fcf4e9f8fca8c (diff)
Rename some routines to avoid conflicts when removing "Special_" prefixes
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index cd2424769..f52cc3b97 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -8709,7 +8709,7 @@ IsMobileBattle2: ; 3f830
ret
; 3f836
-DisplayLinkRecord: ; 3f836
+_DisplayLinkRecord: ; 3f836
ld a, BANK(sLinkBattleStats)
call GetSRAMBank