You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
_ResetClock:
|
||||
farcall BlankScreen
|
||||
ld b, SCGB_DIPLOMA
|
||||
call GetSGBLayout
|
||||
ld b, CGB_DIPLOMA
|
||||
call GetCGBLayout
|
||||
call LoadStandardFont
|
||||
call LoadFontsExtra
|
||||
ld de, MUSIC_MAIN_MENU
|
||||
|
||||
@@ -21,8 +21,8 @@ InitClock:
|
||||
call RotateFourPalettesLeft
|
||||
call ClearTilemap
|
||||
call ClearSprites
|
||||
ld b, SCGB_DIPLOMA
|
||||
call GetSGBLayout
|
||||
ld b, CGB_DIPLOMA
|
||||
call GetCGBLayout
|
||||
xor a
|
||||
ldh [hBGMapMode], a
|
||||
call LoadStandardFont
|
||||
|
||||
Reference in New Issue
Block a user