You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Easier to find palette data
This commit is contained in:
@@ -18,6 +18,7 @@ ENDM
|
||||
; - MapGroupPointers (see maps/map_headers.asm)
|
||||
; - MapGroupRoofs (see data/maps/roofs.asm)
|
||||
; - OutdoorSprites (see data/maps/outdoor_sprites.asm)
|
||||
; - RoofPals (see gfx/tilesets/roofs.pal)
|
||||
; `mapgroup` indexes are for the sub-tables of MapGroupPointers (see maps/map_headers.asm)
|
||||
const_def
|
||||
|
||||
|
@@ -26,6 +26,7 @@ const_value set 1
|
||||
const PAL_OW_ROCK ; 7
|
||||
|
||||
; object_events set bit 3 so as not to use the sprite's default palette
|
||||
; MapObjectPals indexes (see gfx/overworld/npc_sprites.pal)
|
||||
const_value set (1 << 3)
|
||||
const PAL_NPC_RED ; 8
|
||||
const PAL_NPC_BLUE ; 9
|
||||
|
@@ -38,6 +38,7 @@ const_value set 1
|
||||
const TILESET_AERODACTYL_WORD_ROOM ; 24
|
||||
|
||||
; bg palette values (see gfx/tilesets/*_palette_map.asm)
|
||||
; TilesetBGPalette indexes (see gfx/tilesets/bg_tiles.pal)
|
||||
const_def
|
||||
const PAL_BG_GRAY ; 0
|
||||
const PAL_BG_RED ; 1
|
||||
|
Reference in New Issue
Block a user