summaryrefslogtreecommitdiff
path: root/battle
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-10-04 14:39:27 -0400
committeryenatch <yenatch@gmail.com>2015-10-04 14:39:27 -0400
commit7176eff7aafda5378305a593c459d158ac27601f (patch)
tree85706da5f60a75f4a1aa8a12aa1b77638a538867 /battle
parent2e74d969f700f7eda40a84a75dfe8b4183d09683 (diff)
parent2770cfc354b883f0e3f7e632374051ed9b5e936a (diff)
Merge pull request #311 from PikalaxALT/master
Bank 4 time functions moved out of main.asm
Diffstat (limited to 'battle')
-rw-r--r--battle/core.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/core.asm b/battle/core.asm
index 30d53c7d5..c7f0e7bb5 100644
--- a/battle/core.asm
+++ b/battle/core.asm
@@ -8786,7 +8786,7 @@ Function3f77c: ; 3f77c
callba Function106187
ld c, $c8
call DelayFrames
- ld a, $1
+ ld a, BANK(sLinkBattleStats)
call GetSRAMBank
call Function3fa42
call Function3f85f
@@ -8861,7 +8861,7 @@ Function3f85f: ; 3f85f
call .asm_3f8e0
hlcoord 0, 8
ld b, $5
- ld de, $b268
+ ld de, sLinkBattleStats + $8
.asm_3f870
push bc
push hl