diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 16:15:59 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 16:15:59 -0400 |
commit | 529680889403e0c9c28bb39bad8c4144611ef173 (patch) | |
tree | 30435f0c9aea44acc17803c096f9e48adb436ad9 /constants/palette_constants.asm | |
parent | 285cf2650d0587fb73704092cbef943a692cd73b (diff) |
Use more trainer/mon/palette constants
Diffstat (limited to 'constants/palette_constants.asm')
-rw-r--r-- | constants/palette_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index 56e48080..669c5296 100644 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -13,8 +13,8 @@ PAL_INDIGO EQU $0A PAL_SAFFRON EQU $0B PAL_TOWNMAP EQU $0C PAL_LOGO1 EQU $0D -; XXX -PAL_LOGO2 EQU $0F +PAL_LOGO2 EQU $0E +;PAL_0F EQU $0F PAL_MEWMON EQU $10 PAL_BLUEMON EQU $11 PAL_REDMON EQU $12 @@ -35,4 +35,4 @@ PAL_YELLOWBAR EQU $20 PAL_REDBAR EQU $21 PAL_BADGE EQU $22 PAL_CAVE EQU $23 -; XXX
\ No newline at end of file +PAL_GAMEFREAK EQU $24
\ No newline at end of file |