palette_constants.asm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. SET_PAL_BATTLE_BLACK EQU $00
  2. SET_PAL_BATTLE EQU $01
  3. SET_PAL_TOWN_MAP EQU $02
  4. SET_PAL_STATUS_SCREEN EQU $03
  5. SET_PAL_POKEDEX EQU $04
  6. SET_PAL_SLOTS EQU $05
  7. SET_PAL_TITLE_SCREEN EQU $06
  8. SET_PAL_NIDORINO_INTRO EQU $07
  9. SET_PAL_GENERIC EQU $08
  10. SET_PAL_OVERWORLD EQU $09
  11. SET_PAL_PARTY_MENU EQU $0A
  12. SET_PAL_POKEMON_WHOLE_SCREEN EQU $0B
  13. SET_PAL_GAME_FREAK_INTRO EQU $0C
  14. SET_PAL_TRAINER_CARD EQU $0D
  15. UPDATE_PARTY_MENU_BLK_PACKET EQU $FC
  16. ; super game boy palettes
  17. const_value = 0
  18. const PAL_ROUTE ; $00
  19. const PAL_PALLET ; $01
  20. const PAL_VIRIDIAN ; $02
  21. const PAL_PEWTER ; $03
  22. const PAL_CERULEAN ; $04
  23. const PAL_LAVENDER ; $05
  24. const PAL_VERMILION ; $06
  25. const PAL_CELADON ; $07
  26. const PAL_FUCHSIA ; $08
  27. const PAL_CINNABAR ; $09
  28. const PAL_INDIGO ; $0A
  29. const PAL_SAFFRON ; $0B
  30. const PAL_TOWNMAP ; $0C
  31. const PAL_LOGO1 ; $0D
  32. const PAL_LOGO2 ; $0E
  33. const PAL_0F ; $0F
  34. const PAL_MEWMON ; $10
  35. const PAL_BLUEMON ; $11
  36. const PAL_REDMON ; $12
  37. const PAL_CYANMON ; $13
  38. const PAL_PURPLEMON ; $14
  39. const PAL_BROWNMON ; $15
  40. const PAL_GREENMON ; $16
  41. const PAL_PINKMON ; $17
  42. const PAL_YELLOWMON ; $18
  43. const PAL_GREYMON ; $19
  44. const PAL_SLOTS1 ; $1A
  45. const PAL_SLOTS2 ; $1B
  46. const PAL_SLOTS3 ; $1C
  47. const PAL_SLOTS4 ; $1D
  48. const PAL_BLACK ; $1E
  49. const PAL_GREENBAR ; $1F
  50. const PAL_YELLOWBAR ; $20
  51. const PAL_REDBAR ; $21
  52. const PAL_BADGE ; $22
  53. const PAL_CAVE ; $23
  54. const PAL_GAMEFREAK ; $24