mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 10:31:45 +13:00
Palette $0C is the Town Map palette.
Noticed by Danni-E 33. hg-commit-id: 93a11989d9db
This commit is contained in:
parent
80e79e9943
commit
122d0003eb
2 changed files with 2 additions and 2 deletions
|
|
@ -1701,7 +1701,7 @@ PAL_FUCHSIA EQU $08
|
||||||
PAL_CINNABAR EQU $09
|
PAL_CINNABAR EQU $09
|
||||||
PAL_INDIGO EQU $0A
|
PAL_INDIGO EQU $0A
|
||||||
PAL_SAFFRON EQU $0B
|
PAL_SAFFRON EQU $0B
|
||||||
; XXX
|
PAL_TOWNMAP EQU $0C
|
||||||
PAL_LOGO1 EQU $0D
|
PAL_LOGO1 EQU $0D
|
||||||
; XXX
|
; XXX
|
||||||
PAL_LOGO2 EQU $0F
|
PAL_LOGO2 EQU $0F
|
||||||
|
|
|
||||||
2
main.asm
2
main.asm
|
|
@ -69741,7 +69741,7 @@ SuperPalettes: ; 6660
|
||||||
RGB 27,27,3
|
RGB 27,27,3
|
||||||
RGB 20,26,31
|
RGB 20,26,31
|
||||||
RGB 3,2,2
|
RGB 3,2,2
|
||||||
RGB 31,29,31 ; XXX
|
RGB 31,29,31 ; PAL_TOWNMAP
|
||||||
RGB 20,26,31
|
RGB 20,26,31
|
||||||
RGB 17,23,10
|
RGB 17,23,10
|
||||||
RGB 3,2,2
|
RGB 3,2,2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue