diff options
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 |