diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-06-26 22:09:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-26 22:09:09 -0500 |
| commit | 6ba3765c5932996f5da6417ae703794ff10bb1cb (patch) | |
| tree | f8156a300730857439533eb62a9422da9b808fa5 /constants/palette_constants.asm | |
| parent | Use rgblink dmg mode (diff) | |
| parent | Updated constants for intro (diff) | |
| download | pokeyellow-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-x | constants/palette_constants.asm | 7 |
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 |
