mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Replace unused pink palette with a purple one
What it says on the tin lol
This commit is contained in:
parent
2f8a41f833
commit
5a182b17f0
2 changed files with 6 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ DEF NUM_SPRITEDATA_FIELDS EQU _RS
|
|||
const PAL_OW_BLUE ; 1
|
||||
const PAL_OW_GREEN ; 2
|
||||
const PAL_OW_BROWN ; 3
|
||||
const PAL_OW_PINK ; 4
|
||||
const PAL_OW_PURPLE ; 4
|
||||
const PAL_OW_EMOTE ; 5
|
||||
const PAL_OW_TREE ; 6
|
||||
const PAL_OW_ROCK ; 7
|
||||
|
|
@ -31,7 +31,7 @@ DEF NUM_SPRITEDATA_FIELDS EQU _RS
|
|||
const PAL_NPC_BLUE ; 9
|
||||
const PAL_NPC_GREEN ; a
|
||||
const PAL_NPC_BROWN ; b
|
||||
const PAL_NPC_PINK ; c
|
||||
const PAL_NPC_PURPLE ; c
|
||||
const PAL_NPC_EMOTE ; d
|
||||
const PAL_NPC_TREE ; e
|
||||
const PAL_NPC_ROCK ; f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue