Rename PAL_OW_EMOTE and PAL_NPC_EMOTE to *_GREY

This commit is contained in:
xCrystal
2023-11-05 11:07:32 +01:00
parent 2df937cbee
commit 29bea311fe
9 changed files with 26 additions and 29 deletions

View File

@@ -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_EMOTE ; 4
const PAL_OW_GREY ; 4
const PAL_OW_TREE ; 5
const PAL_OW_ROCK ; 6
const PAL_OW_MISC ; 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_EMOTE ; d
const PAL_NPC_TREE ; e
const PAL_NPC_ROCK ; f
const PAL_NPC_GREY ; c
const PAL_NPC_TREE ; d
const PAL_NPC_ROCK ; e
const PAL_NPC_MISC ; f