summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2018-05-31 14:43:05 -0500
committerdannye <33dannye@gmail.com>2018-05-31 14:43:05 -0500
commite02be1af0a1180fcaeac51601486aa6a3017383a (patch)
tree31fd82c4e1a690a889b97fb3b1f3200f3a90d00a /constants
parent026d17d42ba271d384f9e5d5ca2287cf0d1bc8b2 (diff)
Add palette constants and pokemon palette assignment table
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/palette_constants.asm60
1 files changed, 60 insertions, 0 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm
new file mode 100755
index 0000000..bf9e0d2
--- /dev/null
+++ b/constants/palette_constants.asm
@@ -0,0 +1,60 @@
+ const_def
+
+ const PAL_TOWN_00
+ const PAL_TOWN_01
+ const PAL_TOWN_02
+ const PAL_TOWN_03
+ const PAL_TOWN_04
+ const PAL_TOWN_05
+ const PAL_TOWN_06
+ const PAL_TOWN_07
+ const PAL_TOWN_08
+ const PAL_TOWN_09
+ const PAL_TOWN_0A
+ const PAL_TOWN_0B
+ const PAL_TOWN_0C
+ const PAL_TOWN_0D
+ const PAL_BLACK
+ const PAL_MEWMON
+ const PAL_BLUEMON
+ const PAL_REDMON
+ const PAL_CYANMON
+ const PAL_PURPLEMON
+ const PAL_BROWNMON
+ const PAL_GREENMON
+ const PAL_PINKMON
+ const PAL_YELLOWMON
+ const PAL_GREYMON
+ const PAL_DARKMEWMON
+ const PAL_DARKBLUEMON
+ const PAL_DARKREDMON
+ const PAL_DARKCYANMON
+ const PAL_DARKPURPLEMON
+ const PAL_DARKBROWNMON
+ const PAL_TANMON
+ const PAL_BLUEPINKMON
+ const PAL_ORANGEMON
+ const PAL_DARKGREYMON
+ const PAL_GREENBAR
+ const PAL_YELLOWBAR
+ const PAL_REDBAR
+ const PAL_TOWNMAP
+ const PAL_LOGO1
+ const PAL_LOGO2
+ const PAL_GAMEFREAK
+ const PAL_INTROWATER
+ const PAL_INTROLAPRAS
+ const PAL_INTROFOREST
+ const PAL_INTROPURINPIKA
+ const PAL_INTROKAMEX
+ const PAL_INTROFUSHIGIBANA
+ const PAL_INTROLIZARDON
+ const PAL_SLOTS1
+ const PAL_SLOTS2
+ const PAL_SLOTS3
+ const PAL_SLOTS4
+ const PAL_POKER1
+ const PAL_POKER2
+ const PAL_POKER3
+ const PAL_POKER4
+ const PAL_39 \ No newline at end of file