You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Remaining layout constants
This commit is contained in:
@@ -8916,7 +8916,7 @@ DisplayLinkRecord: ; 3f836
|
||||
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
|
||||
call ByteFill
|
||||
call WaitBGMap2
|
||||
ld b, SCGB_08
|
||||
ld b, SCGB_DIPLOMA
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
ld c, 8
|
||||
|
||||
@@ -260,7 +260,7 @@ _ShowLinkBattleParticipants: ; 2c1b2
|
||||
ld [hli], a
|
||||
ld [hl], $6a ; "S"
|
||||
callba LinkBattle_TrainerHuds ; no need to callba
|
||||
ld b, SCGB_08
|
||||
ld b, SCGB_DIPLOMA
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
ld a, $e4
|
||||
|
||||
Reference in New Issue
Block a user