aboutsummaryrefslogtreecommitdiffstats
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
parentUse rgblink dmg mode (diff)
parentUpdated constants for intro (diff)
downloadpokeyellow-6ba3765c5932996f5da6417ae703794ff10bb1cb.tar.gz
pokeyellow-6ba3765c5932996f5da6417ae703794ff10bb1cb.tar.xz
pokeyellow-6ba3765c5932996f5da6417ae703794ff10bb1cb.zip
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