diff options
| author | dannye <33dannye@gmail.com> | 2023-11-21 21:54:53 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2023-11-21 21:54:53 -0600 |
| commit | 0ebc2025bc34123193bdf4057cbe18222cde802a (patch) | |
| tree | 8bf23069539bdd9b4f2d48ff86a8828388983569 /constants | |
| parent | Don't list unidentified labels in webhook right now (diff) | |
| download | pokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.tar.gz pokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.tar.xz pokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.zip | |
Rename pikachu palette packets
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/palette_constants.asm | 110 |
1 files changed, 56 insertions, 54 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index d7a93722..8d54e84e 100644 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -14,20 +14,22 @@ DEF NUM_ACTIVE_PALS EQU 4 ; pal/blk packets ; SetPalFunctions indexes (see engine/gfx/palettes.asm) const_def - const SET_PAL_BATTLE_BLACK ; $00 - const SET_PAL_BATTLE ; $01 - const SET_PAL_TOWN_MAP ; $02 - const SET_PAL_STATUS_SCREEN ; $03 - const SET_PAL_POKEDEX ; $04 - const SET_PAL_SLOTS ; $05 - const SET_PAL_TITLE_SCREEN ; $06 - const SET_PAL_NIDORINO_INTRO ; $07 - const SET_PAL_GENERIC ; $08 - const SET_PAL_OVERWORLD ; $09 - const SET_PAL_PARTY_MENU ; $0A - const SET_PAL_POKEMON_WHOLE_SCREEN ; $0B - const SET_PAL_GAME_FREAK_INTRO ; $0C - const SET_PAL_TRAINER_CARD ; $0D + const SET_PAL_BATTLE_BLACK ; $00 + const SET_PAL_BATTLE ; $01 + const SET_PAL_TOWN_MAP ; $02 + const SET_PAL_STATUS_SCREEN ; $03 + const SET_PAL_POKEDEX ; $04 + const SET_PAL_SLOTS ; $05 + const SET_PAL_TITLE_SCREEN ; $06 + const SET_PAL_NIDORINO_INTRO ; $07 + const SET_PAL_GENERIC ; $08 + const SET_PAL_OVERWORLD ; $09 + const SET_PAL_PARTY_MENU ; $0A + const SET_PAL_POKEMON_WHOLE_SCREEN ; $0B + const SET_PAL_GAME_FREAK_INTRO ; $0C + const SET_PAL_TRAINER_CARD ; $0D + const SET_PAL_SURFING_PIKACHU_TITLE ; $0E + const SET_PAL_SURFING_PIKACHU_MINIGAME ; $0F DEF SET_PAL_PARTY_MENU_HP_BARS EQU $fc DEF SET_PAL_DEFAULT EQU $ff @@ -35,44 +37,44 @@ DEF SET_PAL_DEFAULT EQU $ff ; sgb palettes ; SuperPalettes indexes (see data/sgb/sgb_palettes.asm) const_def - const PAL_ROUTE ; $00 - const PAL_PALLET ; $01 - const PAL_VIRIDIAN ; $02 - const PAL_PEWTER ; $03 - const PAL_CERULEAN ; $04 - const PAL_LAVENDER ; $05 - const PAL_VERMILION ; $06 - const PAL_CELADON ; $07 - const PAL_FUCHSIA ; $08 - const PAL_CINNABAR ; $09 - const PAL_INDIGO ; $0A - const PAL_SAFFRON ; $0B - const PAL_TOWNMAP ; $0C - const PAL_LOGO1 ; $0D - const PAL_LOGO2 ; $0E - const PAL_0F ; $0F - const PAL_MEWMON ; $10 - const PAL_BLUEMON ; $11 - const PAL_REDMON ; $12 - const PAL_CYANMON ; $13 - const PAL_PURPLEMON ; $14 - const PAL_BROWNMON ; $15 - const PAL_GREENMON ; $16 - const PAL_PINKMON ; $17 - const PAL_YELLOWMON ; $18 - const PAL_GREYMON ; $19 - const PAL_SLOTS1 ; $1A - const PAL_SLOTS2 ; $1B - const PAL_SLOTS3 ; $1C - const PAL_SLOTS4 ; $1D - const PAL_BLACK ; $1E - const PAL_GREENBAR ; $1F - const PAL_YELLOWBAR ; $20 - const PAL_REDBAR ; $21 - const PAL_BADGE ; $22 - const PAL_CAVE ; $23 - const PAL_GAMEFREAK ; $24 - const PAL_25 ; $25 - const PAL_26 ; $26 - const PAL_27 ; $27 + const PAL_ROUTE ; $00 + const PAL_PALLET ; $01 + const PAL_VIRIDIAN ; $02 + const PAL_PEWTER ; $03 + const PAL_CERULEAN ; $04 + const PAL_LAVENDER ; $05 + const PAL_VERMILION ; $06 + const PAL_CELADON ; $07 + const PAL_FUCHSIA ; $08 + const PAL_CINNABAR ; $09 + const PAL_INDIGO ; $0A + const PAL_SAFFRON ; $0B + const PAL_TOWNMAP ; $0C + const PAL_LOGO1 ; $0D + const PAL_LOGO2 ; $0E + const PAL_0F ; $0F + const PAL_MEWMON ; $10 + const PAL_BLUEMON ; $11 + const PAL_REDMON ; $12 + const PAL_CYANMON ; $13 + const PAL_PURPLEMON ; $14 + const PAL_BROWNMON ; $15 + const PAL_GREENMON ; $16 + const PAL_PINKMON ; $17 + const PAL_YELLOWMON ; $18 + const PAL_GREYMON ; $19 + const PAL_SLOTS1 ; $1A + const PAL_SLOTS2 ; $1B + const PAL_SLOTS3 ; $1C + const PAL_SLOTS4 ; $1D + const PAL_BLACK ; $1E + const PAL_GREENBAR ; $1F + const PAL_YELLOWBAR ; $20 + const PAL_REDBAR ; $21 + const PAL_BADGE ; $22 + const PAL_CAVE ; $23 + const PAL_GAMEFREAK ; $24 + const PAL_PIKACHUS_BEACH ; $25 + const PAL_PIKACHU_PORTRAIT ; $26 + const PAL_PIKACHUS_BEACH_TITLE ; $27 DEF NUM_SGB_PALS EQU const_value |
