Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed May 11, 2024
1 parent d5679c5 commit 3db947a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions color/data/map_palette_assignments.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; One byte for each tile in the tileset
; Remaining tiles are set to 7 (text palette).
; One byte for each tile in the tileset, up to $60 tiles max.
; Remaining tiles not reserved for the tileset ($a0 bytes) are set to 7 (text palette).
; Refer to MapPaletteSets for clarification on specific colors
; These use the pokecrystal macro for tileset palettes
; Also, this repo can use Polished Map's "Priority Colors" already
Expand Down
2 changes: 1 addition & 1 deletion color/data/map_palette_sets.asm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GatePalSet:
db INDOOR_YELLOW
db INDOOR_BROWN
db INDOOR_LIGHT_BLUE
db ALT_TEXTBOX_PAL ; Uses variant of textbox palette for skeleton pokemon
db ALT_TEXTBOX_PAL ; Uses variant of textbox palette for skeleton pokemon and Articuno binoculars

CemeteryPalSet:
db INDOOR_GRAY
Expand Down

0 comments on commit 3db947a

Please sign in to comment.