diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 02:56:14 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 02:56:14 -0500 |
commit | c6a4d35d57670e73d5011bf09e6ee6345dd77f3f (patch) | |
tree | ddae93092975eab54827a742ad948dc7890ab192 /engine | |
parent | 1f5cc28db7527a85aa983d4f3d1786cfff1dbc6b (diff) |
npc_sprites.pal matches PAL_NPC constants
Diffstat (limited to 'engine')
-rw-r--r-- | engine/color.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/color.asm b/engine/color.asm index adcb2d23d..891441116 100644 --- a/engine/color.asm +++ b/engine/color.asm @@ -1341,7 +1341,7 @@ TilesetBGPalette: INCLUDE "gfx/tilesets/bg_tiles.pal" MapObjectPals:: -INCLUDE "gfx/overworld/map_sprites.pal" +INCLUDE "gfx/overworld/npc_sprites.pal" RoofPals: INCLUDE "gfx/tilesets/roofs.pal" |