diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-21 16:11:48 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-21 16:17:13 -0400 |
commit | 9fced4d9846a1029eebe299f132f667eeeea63db (patch) | |
tree | 6945848f2ab8fb7086930adda27e2c4914ae69c4 | |
parent | fcfb597d09390daf0926d17c24940e235cb76c20 (diff) |
Add tileset pngs.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | gfx/tilesets/cave.png | bin | 0 -> 1031 bytes | |||
-rw-r--r-- | gfx/tilesets/champions_room.png | bin | 0 -> 1305 bytes | |||
-rw-r--r-- | gfx/tilesets/dark_cave.png | bin | 0 -> 840 bytes | |||
-rw-r--r-- | gfx/tilesets/elite_four_room.png | bin | 0 -> 1272 bytes | |||
-rw-r--r-- | gfx/tilesets/facility.png | bin | 0 -> 1123 bytes | |||
-rw-r--r-- | gfx/tilesets/forest.png | bin | 0 -> 1038 bytes | |||
-rw-r--r-- | gfx/tilesets/game_corner.png | bin | 0 -> 1103 bytes | |||
-rw-r--r-- | gfx/tilesets/gate.png | bin | 0 -> 1124 bytes | |||
-rw-r--r-- | gfx/tilesets/house.png | bin | 0 -> 1595 bytes | |||
-rw-r--r-- | gfx/tilesets/ice_path.png | bin | 0 -> 1533 bytes | |||
-rw-r--r-- | gfx/tilesets/johto.png | bin | 0 -> 1296 bytes | |||
-rw-r--r-- | gfx/tilesets/johto_modern.png | bin | 0 -> 1315 bytes | |||
-rw-r--r-- | gfx/tilesets/kanto.png | bin | 0 -> 1301 bytes | |||
-rw-r--r-- | gfx/tilesets/lab.png | bin | 0 -> 1044 bytes | |||
-rw-r--r-- | gfx/tilesets/lighthouse.png | bin | 0 -> 1118 bytes | |||
-rw-r--r-- | gfx/tilesets/mansion.png | bin | 0 -> 988 bytes | |||
-rw-r--r-- | gfx/tilesets/mart.png | bin | 0 -> 957 bytes | |||
-rw-r--r-- | gfx/tilesets/park.png | bin | 0 -> 1206 bytes | |||
-rw-r--r-- | gfx/tilesets/players_house.png | bin | 0 -> 999 bytes | |||
-rw-r--r-- | gfx/tilesets/players_room.png | bin | 0 -> 1221 bytes | |||
-rw-r--r-- | gfx/tilesets/pokecenter.png | bin | 0 -> 1169 bytes | |||
-rw-r--r-- | gfx/tilesets/port.png | bin | 0 -> 1048 bytes | |||
-rw-r--r-- | gfx/tilesets/radio_tower.png | bin | 0 -> 1367 bytes | |||
-rw-r--r-- | gfx/tilesets/ruins_of_alph.png | bin | 0 -> 850 bytes | |||
-rw-r--r-- | gfx/tilesets/tower.png | bin | 0 -> 1139 bytes | |||
-rw-r--r-- | gfx/tilesets/traditional_house.png | bin | 0 -> 1161 bytes | |||
-rw-r--r-- | gfx/tilesets/train_station.png | bin | 0 -> 1122 bytes | |||
-rw-r--r-- | gfx/tilesets/underground.png | bin | 0 -> 1098 bytes | |||
-rw-r--r-- | main.asm | 3 | ||||
-rw-r--r-- | tools/gfx.py | 3 |
31 files changed, 6 insertions, 1 deletions
@@ -58,3 +58,4 @@ gfx/pokegear/pokegear_sprites.2bpp gfx/slots/slots_*.2bpp gfx/pokedex/pokedex.2bpp gfx/pokedex/slowpoke.2bpp +gfx/tilesets/*.2bpp diff --git a/gfx/tilesets/cave.png b/gfx/tilesets/cave.png Binary files differnew file mode 100644 index 00000000..fe15a740 --- /dev/null +++ b/gfx/tilesets/cave.png diff --git a/gfx/tilesets/champions_room.png b/gfx/tilesets/champions_room.png Binary files differnew file mode 100644 index 00000000..804da541 --- /dev/null +++ b/gfx/tilesets/champions_room.png diff --git a/gfx/tilesets/dark_cave.png b/gfx/tilesets/dark_cave.png Binary files differnew file mode 100644 index 00000000..1d0a91e5 --- /dev/null +++ b/gfx/tilesets/dark_cave.png diff --git a/gfx/tilesets/elite_four_room.png b/gfx/tilesets/elite_four_room.png Binary files differnew file mode 100644 index 00000000..27f64afa --- /dev/null +++ b/gfx/tilesets/elite_four_room.png diff --git a/gfx/tilesets/facility.png b/gfx/tilesets/facility.png Binary files differnew file mode 100644 index 00000000..e2e50107 --- /dev/null +++ b/gfx/tilesets/facility.png diff --git a/gfx/tilesets/forest.png b/gfx/tilesets/forest.png Binary files differnew file mode 100644 index 00000000..55ce4d6e --- /dev/null +++ b/gfx/tilesets/forest.png diff --git a/gfx/tilesets/game_corner.png b/gfx/tilesets/game_corner.png Binary files differnew file mode 100644 index 00000000..74acad68 --- /dev/null +++ b/gfx/tilesets/game_corner.png diff --git a/gfx/tilesets/gate.png b/gfx/tilesets/gate.png Binary files differnew file mode 100644 index 00000000..a555fc68 --- /dev/null +++ b/gfx/tilesets/gate.png diff --git a/gfx/tilesets/house.png b/gfx/tilesets/house.png Binary files differnew file mode 100644 index 00000000..a2662674 --- /dev/null +++ b/gfx/tilesets/house.png diff --git a/gfx/tilesets/ice_path.png b/gfx/tilesets/ice_path.png Binary files differnew file mode 100644 index 00000000..de515a99 --- /dev/null +++ b/gfx/tilesets/ice_path.png diff --git a/gfx/tilesets/johto.png b/gfx/tilesets/johto.png Binary files differnew file mode 100644 index 00000000..e6418f25 --- /dev/null +++ b/gfx/tilesets/johto.png diff --git a/gfx/tilesets/johto_modern.png b/gfx/tilesets/johto_modern.png Binary files differnew file mode 100644 index 00000000..807bd543 --- /dev/null +++ b/gfx/tilesets/johto_modern.png diff --git a/gfx/tilesets/kanto.png b/gfx/tilesets/kanto.png Binary files differnew file mode 100644 index 00000000..a3036406 --- /dev/null +++ b/gfx/tilesets/kanto.png diff --git a/gfx/tilesets/lab.png b/gfx/tilesets/lab.png Binary files differnew file mode 100644 index 00000000..19641aae --- /dev/null +++ b/gfx/tilesets/lab.png diff --git a/gfx/tilesets/lighthouse.png b/gfx/tilesets/lighthouse.png Binary files differnew file mode 100644 index 00000000..f97ce251 --- /dev/null +++ b/gfx/tilesets/lighthouse.png diff --git a/gfx/tilesets/mansion.png b/gfx/tilesets/mansion.png Binary files differnew file mode 100644 index 00000000..e2ebbe41 --- /dev/null +++ b/gfx/tilesets/mansion.png diff --git a/gfx/tilesets/mart.png b/gfx/tilesets/mart.png Binary files differnew file mode 100644 index 00000000..b1e1483a --- /dev/null +++ b/gfx/tilesets/mart.png diff --git a/gfx/tilesets/park.png b/gfx/tilesets/park.png Binary files differnew file mode 100644 index 00000000..e21338f2 --- /dev/null +++ b/gfx/tilesets/park.png diff --git a/gfx/tilesets/players_house.png b/gfx/tilesets/players_house.png Binary files differnew file mode 100644 index 00000000..76e47078 --- /dev/null +++ b/gfx/tilesets/players_house.png diff --git a/gfx/tilesets/players_room.png b/gfx/tilesets/players_room.png Binary files differnew file mode 100644 index 00000000..a0f268eb --- /dev/null +++ b/gfx/tilesets/players_room.png diff --git a/gfx/tilesets/pokecenter.png b/gfx/tilesets/pokecenter.png Binary files differnew file mode 100644 index 00000000..98b9cc5d --- /dev/null +++ b/gfx/tilesets/pokecenter.png diff --git a/gfx/tilesets/port.png b/gfx/tilesets/port.png Binary files differnew file mode 100644 index 00000000..3e05e0da --- /dev/null +++ b/gfx/tilesets/port.png diff --git a/gfx/tilesets/radio_tower.png b/gfx/tilesets/radio_tower.png Binary files differnew file mode 100644 index 00000000..08171091 --- /dev/null +++ b/gfx/tilesets/radio_tower.png diff --git a/gfx/tilesets/ruins_of_alph.png b/gfx/tilesets/ruins_of_alph.png Binary files differnew file mode 100644 index 00000000..14e5af4d --- /dev/null +++ b/gfx/tilesets/ruins_of_alph.png diff --git a/gfx/tilesets/tower.png b/gfx/tilesets/tower.png Binary files differnew file mode 100644 index 00000000..ab59fa8f --- /dev/null +++ b/gfx/tilesets/tower.png diff --git a/gfx/tilesets/traditional_house.png b/gfx/tilesets/traditional_house.png Binary files differnew file mode 100644 index 00000000..5537f63c --- /dev/null +++ b/gfx/tilesets/traditional_house.png diff --git a/gfx/tilesets/train_station.png b/gfx/tilesets/train_station.png Binary files differnew file mode 100644 index 00000000..47a4ee0f --- /dev/null +++ b/gfx/tilesets/train_station.png diff --git a/gfx/tilesets/underground.png b/gfx/tilesets/underground.png Binary files differnew file mode 100644 index 00000000..62b01581 --- /dev/null +++ b/gfx/tilesets/underground.png @@ -136,6 +136,7 @@ SECTION "bank7", ROMX LoadMapGroupRoof:: dr $1c000, $1c30c + TilesetGateGFX:: INCBIN "gfx/tilesets/gate.2bpp.lz" TilesetGateMeta:: @@ -163,7 +164,7 @@ INCBIN "data/tilesets/players_house_metatiles.bin" TilesetPlayersHouseColl:: dr $1e62c, $1e72c TilesetMansionGFX:: - dr $1e72c, $1eabc +INCBIN "gfx/tilesets/mansion.2bpp.lz" TilesetMansionMeta:: INCBIN "data/tilesets/mansion_metatiles.bin" TilesetMansionColl:: diff --git a/tools/gfx.py b/tools/gfx.py index ff0802c7..520f55d0 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -194,6 +194,9 @@ def filepath_rules(filepath): else: args['width'] = 16 + elif 'gfx/tilesets' in filedir: + args['width'] = 128 + elif 'gfx/trainer_card' in filedir: if name in ['badges', 'trainer_card']: args['width'] = 16 |