You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
This commit is contained in:
@@ -223,8 +223,8 @@ PrintPartyMonPage1:
|
||||
hlcoord 0, 0
|
||||
call _PrepMonFrontpic
|
||||
call WaitBGMap
|
||||
ld b, SCGB_STATS_SCREEN_HP_PALS
|
||||
call GetSGBLayout
|
||||
ld b, CGB_STATS_SCREEN_HP_PALS
|
||||
call GetCGBLayout
|
||||
call SetPalettes
|
||||
ret
|
||||
|
||||
@@ -274,8 +274,8 @@ PrintPartyMonPage2:
|
||||
ld de, wTempMonSpeed
|
||||
call .PrintTempMonStats
|
||||
call WaitBGMap
|
||||
ld b, SCGB_STATS_SCREEN_HP_PALS
|
||||
call GetSGBLayout
|
||||
ld b, CGB_STATS_SCREEN_HP_PALS
|
||||
call GetCGBLayout
|
||||
call SetPalettes
|
||||
ret
|
||||
|
||||
|
Reference in New Issue
Block a user