summaryrefslogtreecommitdiff
path: root/constants/palette_constants.asm
diff options
context:
space:
mode:
authoriimarckus <iimarckus@gmail.com>2013-12-09 21:23:19 -0800
committeriimarckus <iimarckus@gmail.com>2013-12-09 21:23:19 -0800
commitf17320d7a835709da4c991e0e67300d001ffc53c (patch)
tree9dc5044efa04fd16baf25c0ca0c43a68409dee61 /constants/palette_constants.asm
parent2ed422c6960cf0ec57c3a336b092c2af06bbc1e8 (diff)
parent1953e89b86572fec2e0628ddee029833c253eca9 (diff)
Merge pull request #19 from yenatch/crystal-makefile
bring pokered into this century
Diffstat (limited to 'constants/palette_constants.asm')
-rw-r--r--constants/palette_constants.asm39
1 files changed, 39 insertions, 0 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm
new file mode 100644
index 00000000..99cde354
--- /dev/null
+++ b/constants/palette_constants.asm
@@ -0,0 +1,39 @@
+; super game boy palettes
+PAL_ROUTE EQU $00
+PAL_PALLET EQU $01
+PAL_VIRIDIAN EQU $02
+PAL_PEWTER EQU $03
+PAL_CERULEAN EQU $04
+PAL_LAVENDER EQU $05
+PAL_VERMILION EQU $06
+PAL_CELADON EQU $07
+PAL_FUCHSIA EQU $08
+PAL_CINNABAR EQU $09
+PAL_INDIGO EQU $0A
+PAL_SAFFRON EQU $0B
+PAL_TOWNMAP EQU $0C
+PAL_LOGO1 EQU $0D
+; XXX
+PAL_LOGO2 EQU $0F
+PAL_MEWMON EQU $10
+PAL_BLUEMON EQU $11
+PAL_REDMON EQU $12
+PAL_CYANMON EQU $13
+PAL_PURPLEMON EQU $14
+PAL_BROWNMON EQU $15
+PAL_GREENMON EQU $16
+PAL_PINKMON EQU $17
+PAL_YELLOWMON EQU $18
+PAL_GREYMON EQU $19
+PAL_SLOTS1 EQU $1A
+PAL_SLOTS2 EQU $1B
+PAL_SLOTS3 EQU $1C
+PAL_SLOTS4 EQU $1D
+PAL_BLACK EQU $1E
+PAL_GREENBAR EQU $1F
+PAL_YELLOWBAR EQU $20
+PAL_REDBAR EQU $21
+PAL_BADGE EQU $22
+PAL_CAVE EQU $23
+; XXX
+