diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-23 09:12:29 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-23 09:12:29 -0500 |
| commit | ddc05ec8dd36eb88d48a5dab258f4daae85eadc3 (patch) | |
| tree | b93b495bb43a00e3e36904a43801e2dbf1518ce3 /battle | |
| parent | 30b37da3870217da1eaecca82bb77ca4343ada49 (diff) | |
Finish stats screen function labels
Diffstat (limited to 'battle')
| -rw-r--r-- | battle/core.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
