Skip to content

Commit

Permalink
Fix GB Printer Screen Palettes (Party Mon Print)
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Dec 24, 2024
1 parent a475da8 commit b0bbab4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions engine/printer/print_party.asm
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ PrintPartyMonPage1:
ld b, SCGB_STATS_SCREEN_HP_PALS
call GetSGBLayout
call SetPalettes
ret
ld c, 2
jp DelayFrames

PrintPartyMonPage2:
call ClearBGPalettes
Expand Down Expand Up @@ -277,7 +278,8 @@ PrintPartyMonPage2:
ld b, SCGB_STATS_SCREEN_HP_PALS
call GetSGBLayout
call SetPalettes
ret
ld c, 2
jp DelayFrames

.PrintTempMonStats:
lb bc, 2, 3
Expand Down

0 comments on commit b0bbab4

Please sign in to comment.