Skip to content

Commit

Permalink
Additional tileset tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JustRegularLuna committed Nov 6, 2018
1 parent 508ddcc commit 51f3de2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions color/data/map_palette_sets.asm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MapPaletteSets:
db INDOOR_BLUE
db INDOOR_YELLOW
db INDOOR_BROWN
db INDOOR_LIGHT_BLUE
db INDOOR_PURPLE
db CRYS_TEXTBOX

; MART
Expand Down Expand Up @@ -87,7 +87,7 @@ MapPaletteSets:
db INDOOR_BLUE
db INDOOR_YELLOW
db INDOOR_BROWN
db INDOOR_LIGHT_BLUE
db INDOOR_PURPLE
db CRYS_TEXTBOX

; FOREST_GATE
Expand Down
8 changes: 4 additions & 4 deletions color/loadpalettes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ LoadTilesetPalette:
jr nz,.copyLoop

; HAX: set route gate roofs (outside the tileset) to GRAY
ld a,0 ; GRAY
ld [hli], a
ld [hli], a
xor a ; GRAY
rept 8
ld [hli], a
endr

; Set the remaining values to CRYS_TEXTBOX for text
ld b,$9d ;a0 - 3
ld b,$98 ;a0 - 8
ld a,7;CRYS_TEXTBOX
.fillLoop
ld [hli],a
Expand Down
4 changes: 2 additions & 2 deletions color/tilesets/overworld.asm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
tilepal 0, BROWN, GRAY, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 0, ROOF, GRAY, GRAY, WATER, BROWN, GREEN, GREEN, BROWN
tilepal 0, GREEN, GREEN, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY
tilepal 0, BROWN, BROWN, GRAY, BROWN, GRAY, GRAY, GRAY, GRAY
tilepal 0, BROWN, BROWN, GRAY, BROWN, ROOF, ROOF, GRAY, GRAY
tilepal 0, GREEN, GREEN, GREEN, ROOF, BROWN, BROWN, GRAY, GRAY
tilepal 0, BROWN, BROWN, GRAY, BROWN, GRAY, GRAY, GRAY, GRAY
tilepal 0, BROWN, BROWN, ROOF, BROWN, ROOF, ROOF, GRAY, GRAY
4 changes: 2 additions & 2 deletions color/tilesets/reds_house.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tilepal 0, BROWN, BROWN, ROOF, ROOF, RED, GRAY, WATER, WATER
tilepal 0, GRAY, GRAY, BROWN, BROWN, BROWN, BROWN, ROOF, ROOF
tilepal 0, GRAY, GRAY, BROWN, BROWN, BROWN, BROWN, GRAY, GRAY
tilepal 0, GRAY, GRAY, ROOF, ROOF, RED, GRAY, WATER, WATER
tilepal 0, GRAY, GRAY, BROWN, BROWN, BROWN, BROWN, ROOF, ROOF
tilepal 0, GRAY, GRAY, BROWN, BROWN, BROWN, BROWN, GRAY, GRAY
tilepal 0, GRAY, GRAY, BROWN, BROWN, WATER, WATER, BROWN, BROWN
tilepal 0, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, GRAY, GRAY
tilepal 0, BROWN, BROWN, BROWN, BROWN, GRAY, GRAY, BROWN, BROWN
Expand Down
2 changes: 1 addition & 1 deletion gfx/blocksets/overworld.bst
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ KKKK



KKKKUUUUUUUU77UUUU77UUUUUUUUUUUU<<<<<<<<<<FG<<VWSS888SSSSSS 888[[[[[[[[[[FG[[VW,,,,,,,,FGUUVWUUUUUU^^^^:___:,,,:,,,^^^^___:,,:,,::,,,:,,,^^^^____,,:,,:^^^^____^^^^____,,,,,,,,,,,,,,,,^^^^____:,,,:,,,:,,,:,,,,,:,,:,,:,,:,,,,,,,,^^FG__VW:,,,:,,,:,,,_,,,,,:,,:,,:,,_^,,,:,,,:,,,:,,,,,^,,:,,:,,:99999999^^^^____99999999^^FG__VW<<UU<<<<UU<<<<<<UU<<<<UUL```ZaaaZaaa\bbb````aaaaaaaabbbb```MaaaZaaaZbbb]
KKKKUUUUUUUU77UUUU77UUUUUUUUUUUU<<<<<<<<<<FG<<VWSS888SSSSSS 888[[[[[[[[[[FG[[VW,,,,,,,,FGUUVWUUUUUU^^^^:___:,,,:,,,^^^^___:,,:,,::,,,:,,,^^^^____,,:,,:^^^^____^^^^____,,,,,,,,,,,,,,,,^^^^____:,,,:,,,:,,,:,,,,,:,,:,,:,,:,,,,,,,,^^FG__VW:,,,:,,,:,,,_,,,,,:,,:,,:,,_^,,,:,,,:,,,:,,,,,^,,:,,:,,:99999999^^^^____99999999^^FG__VW<<UU<<<<UU<<<<<<UU<<<<UUd```caaacaaafbbb````aaaaaaaabbbb```eaaacaaacbbbg
Expand Down
Binary file modified gfx/text_box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/tilesets/house.t2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/tilesets/reds_house.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion maps/PalletTown.blk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
 m  nm<=<=nmnm�� !nmtt7:~nm���1n1tt
 m  nm<=<=nmnm�����nmtt7:~nm���1n1tt
1ned11111n

0 comments on commit 51f3de2

Please sign in to comment.