ref: 122d0003ebd9ec8ddfe271d819d7365bbef03424
parent: 80e79e9943fd11b4b4d40a77eb6b8091eb3462e7
author: IIMarckus <iimarckus@gmail.com>
date: Tue Jul 3 17:47:04 EDT 2012
Palette $0C is the Town Map palette. Noticed by Danni-E 33. hg-commit-id: 93a11989d9db
--- a/constants.asm
+++ b/constants.asm
@@ -1701,7 +1701,7 @@
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
--- a/main.asm
+++ b/main.asm
@@ -69741,7 +69741,7 @@
RGB 27,27,3
RGB 20,26,31
RGB 3,2,2
- RGB 31,29,31 ; XXX
+ RGB 31,29,31 ; PAL_TOWNMAP
RGB 20,26,31
RGB 17,23,10
RGB 3,2,2