mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
pokedex palette numbers
This commit is contained in:
parent
b609a1690d
commit
0dd5f7ab7a
@ -15,13 +15,13 @@
|
|||||||
const SCGB_0D
|
const SCGB_0D
|
||||||
const SCGB_0E
|
const SCGB_0E
|
||||||
const SCGB_0F
|
const SCGB_0F
|
||||||
const SCGB_10
|
const SCGB_POKEDEX_SEARCH_OPTION
|
||||||
const SCGB_11
|
const SCGB_11
|
||||||
const SCGB_12
|
const SCGB_12
|
||||||
const SCGB_13
|
const SCGB_13
|
||||||
const SCGB_PACKPALS
|
const SCGB_PACKPALS
|
||||||
const SCGB_TRAINER_CARD
|
const SCGB_TRAINER_CARD
|
||||||
const SCGB_16
|
const SCGB_POKEDEX_UNOWN_MODE
|
||||||
const SCGB_17
|
const SCGB_17
|
||||||
const SCGB_18
|
const SCGB_18
|
||||||
const SCGB_19
|
const SCGB_19
|
||||||
|
@ -501,7 +501,7 @@ Pokedex_InitOptionScreen: ; 4039d (10:439d)
|
|||||||
ld [wDexArrowCursorPosIndex], a
|
ld [wDexArrowCursorPosIndex], a
|
||||||
call Pokedex_DisplayModeDescription
|
call Pokedex_DisplayModeDescription
|
||||||
call WaitBGMap
|
call WaitBGMap
|
||||||
ld a, $10
|
ld a, SCGB_POKEDEX_SEARCH_OPTION
|
||||||
call Pokedex_GetSGBLayout
|
call Pokedex_GetSGBLayout
|
||||||
call Pokedex_IncrementDexPointer
|
call Pokedex_IncrementDexPointer
|
||||||
ret
|
ret
|
||||||
@ -609,7 +609,7 @@ Pokedex_InitSearchScreen: ; 40443 (10:4443)
|
|||||||
ld [wDexSearchSlowpokeFrame], a
|
ld [wDexSearchSlowpokeFrame], a
|
||||||
callba DoDexSearchSlowpokeFrame
|
callba DoDexSearchSlowpokeFrame
|
||||||
call WaitBGMap
|
call WaitBGMap
|
||||||
ld a, $10
|
ld a, SCGB_POKEDEX_SEARCH_OPTION
|
||||||
call Pokedex_GetSGBLayout
|
call Pokedex_GetSGBLayout
|
||||||
call Pokedex_IncrementDexPointer
|
call Pokedex_IncrementDexPointer
|
||||||
ret
|
ret
|
||||||
@ -788,7 +788,7 @@ Pokedex_InitUnownMode: ; 405bd (10:45bd)
|
|||||||
call Pokedex_UnownModePlaceCursor
|
call Pokedex_UnownModePlaceCursor
|
||||||
callba PrintUnownWord
|
callba PrintUnownWord
|
||||||
call WaitBGMap
|
call WaitBGMap
|
||||||
ld a, $16
|
ld a, SCGB_POKEDEX_UNOWN_MODE
|
||||||
call Pokedex_GetSGBLayout
|
call Pokedex_GetSGBLayout
|
||||||
call Pokedex_IncrementDexPointer
|
call Pokedex_IncrementDexPointer
|
||||||
ret
|
ret
|
||||||
|
@ -49,13 +49,13 @@ Predef_LoadSGBLayoutCGB: ; 8d59
|
|||||||
dw _CGB0d
|
dw _CGB0d
|
||||||
dw _CGB0e
|
dw _CGB0e
|
||||||
dw _CGB0f
|
dw _CGB0f
|
||||||
dw _CGB10
|
dw _CGB_PokedexSearchOption
|
||||||
dw _CGB11
|
dw _CGB11
|
||||||
dw _CGB12
|
dw _CGB12
|
||||||
dw _CGB13
|
dw _CGB13
|
||||||
dw _CGB_PackPals
|
dw _CGB_PackPals
|
||||||
dw _CGB_TrainerCard
|
dw _CGB_TrainerCard
|
||||||
dw _CGB16
|
dw _CGB_PokedexUnownMode
|
||||||
dw _CGB17
|
dw _CGB17
|
||||||
dw _CGB18
|
dw _CGB18
|
||||||
dw _CGB19
|
dw _CGB19
|
||||||
@ -389,7 +389,7 @@ Palette9036: ; 9036
|
|||||||
RGB 00, 00, 00
|
RGB 00, 00, 00
|
||||||
; 903e
|
; 903e
|
||||||
|
|
||||||
_CGB16: ; 903e
|
_CGB_PokedexUnownMode: ; 903e
|
||||||
ld de, UnknBGPals
|
ld de, UnknBGPals
|
||||||
ld a, $1d
|
ld a, $1d
|
||||||
call GetPredefPal
|
call GetPredefPal
|
||||||
@ -822,7 +822,7 @@ _CGB0f: ; 93a6
|
|||||||
ret
|
ret
|
||||||
; 93ba
|
; 93ba
|
||||||
|
|
||||||
_CGB10: ; 93ba
|
_CGB_PokedexSearchOption: ; 93ba
|
||||||
ld de, UnknBGPals
|
ld de, UnknBGPals
|
||||||
ld a, $1d
|
ld a, $1d
|
||||||
call GetPredefPal
|
call GetPredefPal
|
||||||
|
@ -40,13 +40,13 @@ Predef_LoadSGBLayout: ; 864c
|
|||||||
dw .SGB0d
|
dw .SGB0d
|
||||||
dw .SGB0e
|
dw .SGB0e
|
||||||
dw .SGB0f
|
dw .SGB0f
|
||||||
dw .SGB10
|
dw .SGB_PokedexSearchOption
|
||||||
dw .SGB11
|
dw .SGB11
|
||||||
dw .SGB12
|
dw .SGB12
|
||||||
dw .SGB13
|
dw .SGB13
|
||||||
dw .SGB_PackPals
|
dw .SGB_PackPals
|
||||||
dw .SGB_TrainerCard
|
dw .SGB_TrainerCard
|
||||||
dw .SGB16
|
dw .SGB_PokedexUnownMode
|
||||||
dw .SGB17
|
dw .SGB17
|
||||||
dw .SGB18
|
dw .SGB18
|
||||||
dw .SGB19
|
dw .SGB19
|
||||||
@ -266,13 +266,13 @@ endr
|
|||||||
ret
|
ret
|
||||||
; 8823
|
; 8823
|
||||||
|
|
||||||
.SGB16: ; 8823
|
.SGB_PokedexUnownMode: ; 8823
|
||||||
call .SGB_Pokedex
|
call .SGB_Pokedex
|
||||||
ld de, BlkPacket_9af6
|
ld de, BlkPacket_9af6
|
||||||
ret
|
ret
|
||||||
; 882a
|
; 882a
|
||||||
|
|
||||||
.SGB10: ; 882a
|
.SGB_PokedexSearchOption: ; 882a
|
||||||
ld hl, PalPacket_9ce6
|
ld hl, PalPacket_9ce6
|
||||||
ld de, wSGBPals
|
ld de, wSGBPals
|
||||||
ld bc, $10
|
ld bc, $10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user