From 529680889403e0c9c28bb39bad8c4144611ef173 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Fri, 16 May 2014 16:15:59 -0400 Subject: Use more trainer/mon/palette constants --- constants/palette_constants.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'constants') 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 -- cgit v1.2.3