You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More stats screen shenanigans
This commit is contained in:
@@ -143,15 +143,14 @@ PlacePartyHPBar: ; 500cf
|
||||
ld d, $6
|
||||
ld b, $0
|
||||
call DrawBattleHPBar
|
||||
ld hl, wcd9b
|
||||
ld hl, wHPPals
|
||||
ld a, [wSGBPals]
|
||||
ld c, a
|
||||
ld b, $0
|
||||
add hl, bc
|
||||
call SetHPPal
|
||||
ld b, SCGB_FC
|
||||
ld b, SCGB_PARTY_MENU_HP_PALS
|
||||
call GetSGBLayout
|
||||
|
||||
.skip
|
||||
ld hl, wSGBPals
|
||||
inc [hl]
|
||||
|
||||
Reference in New Issue
Block a user