Skip to content

Commit

Permalink
fix 3rd trainer page
Browse files Browse the repository at this point in the history
  • Loading branch information
fp555 committed May 22, 2024
1 parent 0c112e9 commit dbc1013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/menus/trainer_card.asm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TrainerCard_Page1_LoadGFX:
call WaitBGMap
ld b, SCGB_TRAINER_CARD
call GetSGBLayout
call SetPalettes
call SetDefaultBGPAndOBP
call WaitBGMap
ld de, CardStatusGFX
ld hl, vTiles2 tile $29
Expand Down Expand Up @@ -129,7 +129,7 @@ TrainerCard_Page2_LoadGFX:
call WaitBGMap
ld b, SCGB_TRAINER_CARD
call GetSGBLayout
call SetPalettes
call SetDefaultBGPAndOBP
call WaitBGMap
ld de, LeaderGFX
ld hl, vTiles2 tile $29
Expand Down Expand Up @@ -184,7 +184,7 @@ TrainerCard_Page3_LoadGFX:
call WaitBGMap
ld b, SCGB_TRAINER_CARD_KANTO
call GetSGBLayout
call SetPalettes
call SetDefaultBGPAndOBP
call WaitBGMap
ld de, LeaderGFX2
ld hl, vTiles2 tile $29
Expand Down

0 comments on commit dbc1013

Please sign in to comment.