Detach PAL_OW_MISC from map palettes i.e. LoadMapPals (#3)

This commit is contained in:
xCrystal
2023-10-07 12:47:37 +02:00
parent 85a616e20e
commit da956ed7e4
6 changed files with 25 additions and 21 deletions

View File

@@ -19,10 +19,10 @@ DEF NUM_SPRITEDATA_FIELDS EQU _RS
const PAL_OW_BLUE ; 1
const PAL_OW_GREEN ; 2
const PAL_OW_BROWN ; 3
const PAL_OW_MISC ; 4
const PAL_OW_EMOTE ; 5
const PAL_OW_TREE ; 6
const PAL_OW_ROCK ; 7
const PAL_OW_EMOTE ; 4
const PAL_OW_TREE ; 5
const PAL_OW_ROCK ; 6
const PAL_OW_MISC ; 7
; object_events set bit 3 so as not to use the sprite's default palette
; MapObjectPals indexes (see gfx/overworld/npc_sprites.pal)