diff options
Diffstat (limited to 'constants/palette_constants.asm')
-rwxr-xr-x | constants/palette_constants.asm | 60 |
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 |