Finish stats screen function labels

This commit is contained in:
PikalaxALT
2015-12-23 09:12:29 -05:00
parent 30b37da387
commit ddc05ec8dd
3 changed files with 40 additions and 33 deletions

View File

@@ -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