diff options
| author | IIMarckus <iimarckus@gmail.com> | 2012-07-03 21:47:04 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2012-07-03 21:47:04 -0600 |
| commit | 122d0003ebd9ec8ddfe271d819d7365bbef03424 (patch) | |
| tree | 875e8d4e6f05ee0139934680f934341e0887547d /constants.asm | |
| parent | “$f0 ; currency symbol” → “¥” (diff) | |
| download | pokeyellow-122d0003ebd9ec8ddfe271d819d7365bbef03424.tar.gz pokeyellow-122d0003ebd9ec8ddfe271d819d7365bbef03424.tar.xz pokeyellow-122d0003ebd9ec8ddfe271d819d7365bbef03424.zip | |
Palette $0C is the Town Map palette.
Noticed by Danni-E 33.
hg-commit-id: 93a11989d9db
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 31dc5a82..9c5c8be7 100644 --- a/constants.asm +++ b/constants.asm @@ -1701,7 +1701,7 @@ PAL_FUCHSIA EQU $08 PAL_CINNABAR EQU $09 PAL_INDIGO EQU $0A PAL_SAFFRON EQU $0B -; XXX +PAL_TOWNMAP EQU $0C PAL_LOGO1 EQU $0D ; XXX PAL_LOGO2 EQU $0F |
