summaryrefslogtreecommitdiff
path: root/constants/palette_constants.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2018-06-26 22:09:09 -0500
committerGitHub <noreply@github.com>2018-06-26 22:09:09 -0500
commit6ba3765c5932996f5da6417ae703794ff10bb1cb (patch)
treef8156a300730857439533eb62a9422da9b808fa5 /constants/palette_constants.asm
parent98f09b6d26b1f83bdf1779cfe63a73b8a4265aef (diff)
parent808c2509b00903478dfdad1830bef6358d93b7dd (diff)
Merge pull request #184 from Pokeglitch/intro-updates
Updated the intro
Diffstat (limited to 'constants/palette_constants.asm')
-rwxr-xr-xconstants/palette_constants.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm
index ca2e103a..1413ad98 100755
--- a/constants/palette_constants.asm
+++ b/constants/palette_constants.asm
@@ -1,3 +1,10 @@
+; monochrome palette color ids
+ const_def
+ const WHITE
+ const LIGHT_GRAY
+ const DARK_GRAY
+ const BLACK
+
SET_PAL_BATTLE_BLACK EQU $00
SET_PAL_BATTLE EQU $01
SET_PAL_TOWN_MAP EQU $02