From ddc05ec8dd36eb88d48a5dab258f4daae85eadc3 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 23 Dec 2015 09:12:29 -0500 Subject: Finish stats screen function labels --- battle/core.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'battle') diff --git a/battle/core.asm b/battle/core.asm index 332b24172..99c43ba15 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -5358,7 +5358,7 @@ BattleMenuPKMN_Loop: jr BattleMenuPKMN_Loop .Stats - call Function3e308 + call Battle_StatsScreen call CheckMobileBattleError jr c, .Cancel jp Function3e290 @@ -5386,7 +5386,7 @@ BattleMenuPKMN_Loop: ret ; 3e308 -Function3e308: ; 3e308 +Battle_StatsScreen: ; 3e308 call DisableLCD ld hl, VTiles2 tile $31 ld de, VTiles0 @@ -5401,7 +5401,7 @@ Function3e308: ; 3e308 call LowVolume xor a ; PARTYMON ld [MonType], a - callba Function4dc7b + callba BattleStatsScreenInit call MaxVolume call DisableLCD ld hl, VTiles0 -- cgit v1.2.3