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:
@@ -552,8 +552,8 @@ LinkTimeout:
|
||||
call PlaceHLTextAtBC
|
||||
call RotateThreePalettesRight
|
||||
call ClearScreen
|
||||
ld b, SCGB_DIPLOMA
|
||||
call GetSGBLayout
|
||||
ld b, CGB_DIPLOMA
|
||||
call GetCGBLayout
|
||||
call WaitBGMap2
|
||||
ret
|
||||
|
||||
@@ -1631,8 +1631,8 @@ LinkTradePartymonMenuCheckCancel:
|
||||
ExitLinkCommunications:
|
||||
call RotateThreePalettesRight
|
||||
call ClearScreen
|
||||
ld b, SCGB_DIPLOMA
|
||||
call GetSGBLayout
|
||||
ld b, CGB_DIPLOMA
|
||||
call GetCGBLayout
|
||||
call WaitBGMap2
|
||||
xor a
|
||||
ld [wUnusedLinkCommunicationByte], a
|
||||
@@ -1955,8 +1955,8 @@ LinkTrade:
|
||||
call DelayFrames
|
||||
call ClearTilemap
|
||||
call LoadFontsBattleExtra
|
||||
ld b, SCGB_DIPLOMA
|
||||
call GetSGBLayout
|
||||
ld b, CGB_DIPLOMA
|
||||
call GetCGBLayout
|
||||
ldh a, [hSerialConnectionStatus]
|
||||
cp USING_EXTERNAL_CLOCK
|
||||
jr z, .player_2
|
||||
|
||||
@@ -17,7 +17,7 @@ LoadMobileTradeBorderTilemap:
|
||||
|
||||
TestMobileTradeBorderTilemap: ; unreferenced
|
||||
; Loads the mobile trade border graphics and tilemap,
|
||||
; with a placeholder SCGB_DIPLOMA layout, and exits
|
||||
; with a placeholder CGB_DIPLOMA layout, and exits
|
||||
; after pressing A or B. Possibly used for testing.
|
||||
call LoadStandardMenuHeader
|
||||
call ClearBGPalettes
|
||||
@@ -25,8 +25,8 @@ TestMobileTradeBorderTilemap: ; unreferenced
|
||||
call ClearSprites
|
||||
farcall __LoadTradeScreenBorderGFX ; useless to farcall
|
||||
farcall LoadMobileTradeBorderTilemap ; useless to farcall
|
||||
ld b, SCGB_DIPLOMA
|
||||
call GetSGBLayout
|
||||
ld b, CGB_DIPLOMA
|
||||
call GetCGBLayout
|
||||
call SetPalettes
|
||||
call WaitBGMap
|
||||
call JoyWaitAorB
|
||||
|
||||
Reference in New Issue
Block a user