diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-22 23:06:05 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-22 23:06:05 -0400 |
commit | 01fe449837bef1c289d37477745774555d22786e (patch) | |
tree | b89147f4adc0c7bf8aaf8e95a5db648db0b06a2b /constants/palette_constants.asm | |
parent | 98f09b6d26b1f83bdf1779cfe63a73b8a4265aef (diff) |
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 |