Rename PAL_NPC_SILVER to PAL_NPC_EMOTE (#1053)

This commit is contained in:
vulcandth
2023-06-01 07:47:53 -05:00
committed by GitHub
parent 5e983d32aa
commit 438c48daad
5 changed files with 13 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ DEF NUM_SPRITEDATA_FIELDS EQU _RS
const PAL_OW_GREEN ; 2
const PAL_OW_BROWN ; 3
const PAL_OW_PINK ; 4
const PAL_OW_SILVER ; 5
const PAL_OW_EMOTE ; 5
const PAL_OW_TREE ; 6
const PAL_OW_ROCK ; 7
@@ -32,6 +32,6 @@ DEF NUM_SPRITEDATA_FIELDS EQU _RS
const PAL_NPC_GREEN ; a
const PAL_NPC_BROWN ; b
const PAL_NPC_PINK ; c
const PAL_NPC_SILVER ; d
const PAL_NPC_EMOTE ; d
const PAL_NPC_TREE ; e
const PAL_NPC_ROCK ; f