You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Finish stats screen function labels
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user