You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
This commit is contained in:
@@ -101,8 +101,8 @@ PokeGear:
|
||||
ld [wPokegearRadioChannelAddr + 1], a
|
||||
call Pokegear_InitJumptableIndices
|
||||
call InitPokegearTilemap
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
ld b, CGB_POKEGEAR_PALS
|
||||
call GetCGBLayout
|
||||
call SetPalettes
|
||||
ld a, %11100100
|
||||
call DmgToCgbObjPal0
|
||||
@@ -1666,8 +1666,8 @@ _TownMap:
|
||||
ld [wTownMapCursorObjectPointer], a
|
||||
ld a, b
|
||||
ld [wTownMapCursorObjectPointer + 1], a
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
ld b, CGB_POKEGEAR_PALS
|
||||
call GetCGBLayout
|
||||
call SetPalettes
|
||||
ld a, %11100100
|
||||
call DmgToCgbObjPal0
|
||||
@@ -1886,8 +1886,8 @@ _FlyMap:
|
||||
call Request1bpp
|
||||
call FlyMap
|
||||
call Pokegear_DummyFunction
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
ld b, CGB_POKEGEAR_PALS
|
||||
call GetCGBLayout
|
||||
call SetPalettes
|
||||
.loop
|
||||
call JoyTextDelay
|
||||
@@ -2156,8 +2156,8 @@ Pokedex_GetArea:
|
||||
call TownMapPals
|
||||
hlbgcoord 0, 0
|
||||
call TownMapBGUpdate
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
ld b, CGB_POKEGEAR_PALS
|
||||
call GetCGBLayout
|
||||
call SetPalettes
|
||||
xor a
|
||||
ldh [hBGMapMode], a
|
||||
@@ -2583,8 +2583,8 @@ EntireFlyMap: ; unreferenced
|
||||
ld [wTownMapCursorCoordinates], a
|
||||
ld a, b
|
||||
ld [wTownMapCursorCoordinates + 1], a
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
ld b, CGB_POKEGEAR_PALS
|
||||
call GetCGBLayout
|
||||
call SetPalettes
|
||||
.loop
|
||||
call JoyTextDelay
|
||||
|
Reference in New Issue
Block a user