From 704dc2f913a9d3f2cd6217795a10dd54ad6d2e2f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 21 Apr 2021 09:21:53 -0400 Subject: Document Pokedex Screen --- graphics/interface/pokedex_blit_wide_ellipse.png | Bin 0 -> 151 bytes graphics/interface/pokedex_cat_icon_cancel.png | Bin 0 -> 470 bytes graphics/interface/pokedex_cat_icon_cave.png | Bin 0 -> 623 bytes graphics/interface/pokedex_cat_icon_forest.png | Bin 0 -> 759 bytes graphics/interface/pokedex_cat_icon_grassland.png | Bin 0 -> 672 bytes graphics/interface/pokedex_cat_icon_lightest.png | Bin 0 -> 566 bytes graphics/interface/pokedex_cat_icon_mountain.png | Bin 0 -> 652 bytes graphics/interface/pokedex_cat_icon_numerical.png | Bin 0 -> 578 bytes graphics/interface/pokedex_cat_icon_qmark.png | Bin 0 -> 444 bytes graphics/interface/pokedex_cat_icon_rare.png | Bin 0 -> 579 bytes .../interface/pokedex_cat_icon_rough_terrain.png | Bin 0 -> 704 bytes graphics/interface/pokedex_cat_icon_sea.png | Bin 0 -> 457 bytes graphics/interface/pokedex_cat_icon_smallest.png | Bin 0 -> 584 bytes graphics/interface/pokedex_cat_icon_type.png | Bin 0 -> 678 bytes graphics/interface/pokedex_cat_icon_urban.png | Bin 0 -> 619 bytes .../interface/pokedex_cat_icon_waters_edge.png | Bin 0 -> 777 bytes graphics/interface/pokedex_caught_marker.png | Bin 0 -> 105 bytes graphics/interface/pokedex_kanto_dex_bgpals.pal | 259 +++++++++++++++++++++ graphics/interface/pokedex_kanto_dex_bgtiles.png | Bin 0 -> 361 bytes graphics/interface/pokedex_map_five_island.png | Bin 0 -> 216 bytes graphics/interface/pokedex_map_four_island.png | Bin 0 -> 175 bytes graphics/interface/pokedex_map_kanto.png | Bin 0 -> 500 bytes graphics/interface/pokedex_map_one_island.png | Bin 0 -> 190 bytes graphics/interface/pokedex_map_seven_island.png | Bin 0 -> 207 bytes graphics/interface/pokedex_map_six_island.png | Bin 0 -> 213 bytes graphics/interface/pokedex_map_three_island.png | Bin 0 -> 193 bytes graphics/interface/pokedex_map_two_island.png | Bin 0 -> 174 bytes graphics/interface/pokedex_mini_page.png | Bin 0 -> 269 bytes graphics/interface/pokedex_national_dex_bgpals.pal | 259 +++++++++++++++++++++ .../interface/pokedex_national_dex_bgtiles.png | Bin 0 -> 330 bytes graphics/interface/pokedex_page_icon_tilemap.bin | Bin 0 -> 128 bytes .../interface/pokedex_silhouette_sprite_pal.pal | 19 ++ 32 files changed, 537 insertions(+) create mode 100644 graphics/interface/pokedex_blit_wide_ellipse.png create mode 100644 graphics/interface/pokedex_cat_icon_cancel.png create mode 100644 graphics/interface/pokedex_cat_icon_cave.png create mode 100644 graphics/interface/pokedex_cat_icon_forest.png create mode 100644 graphics/interface/pokedex_cat_icon_grassland.png create mode 100644 graphics/interface/pokedex_cat_icon_lightest.png create mode 100644 graphics/interface/pokedex_cat_icon_mountain.png create mode 100644 graphics/interface/pokedex_cat_icon_numerical.png create mode 100644 graphics/interface/pokedex_cat_icon_qmark.png create mode 100644 graphics/interface/pokedex_cat_icon_rare.png create mode 100644 graphics/interface/pokedex_cat_icon_rough_terrain.png create mode 100644 graphics/interface/pokedex_cat_icon_sea.png create mode 100644 graphics/interface/pokedex_cat_icon_smallest.png create mode 100644 graphics/interface/pokedex_cat_icon_type.png create mode 100644 graphics/interface/pokedex_cat_icon_urban.png create mode 100644 graphics/interface/pokedex_cat_icon_waters_edge.png create mode 100644 graphics/interface/pokedex_caught_marker.png create mode 100644 graphics/interface/pokedex_kanto_dex_bgpals.pal create mode 100644 graphics/interface/pokedex_kanto_dex_bgtiles.png create mode 100644 graphics/interface/pokedex_map_five_island.png create mode 100644 graphics/interface/pokedex_map_four_island.png create mode 100644 graphics/interface/pokedex_map_kanto.png create mode 100644 graphics/interface/pokedex_map_one_island.png create mode 100644 graphics/interface/pokedex_map_seven_island.png create mode 100644 graphics/interface/pokedex_map_six_island.png create mode 100644 graphics/interface/pokedex_map_three_island.png create mode 100644 graphics/interface/pokedex_map_two_island.png create mode 100644 graphics/interface/pokedex_mini_page.png create mode 100644 graphics/interface/pokedex_national_dex_bgpals.pal create mode 100644 graphics/interface/pokedex_national_dex_bgtiles.png create mode 100644 graphics/interface/pokedex_page_icon_tilemap.bin create mode 100644 graphics/interface/pokedex_silhouette_sprite_pal.pal (limited to 'graphics/interface') diff --git a/graphics/interface/pokedex_blit_wide_ellipse.png b/graphics/interface/pokedex_blit_wide_ellipse.png new file mode 100644 index 000000000..763ed976c Binary files /dev/null and b/graphics/interface/pokedex_blit_wide_ellipse.png differ diff --git a/graphics/interface/pokedex_cat_icon_cancel.png b/graphics/interface/pokedex_cat_icon_cancel.png new file mode 100644 index 000000000..f8aafff9b Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_cancel.png differ diff --git a/graphics/interface/pokedex_cat_icon_cave.png b/graphics/interface/pokedex_cat_icon_cave.png new file mode 100644 index 000000000..56e529b32 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_cave.png differ diff --git a/graphics/interface/pokedex_cat_icon_forest.png b/graphics/interface/pokedex_cat_icon_forest.png new file mode 100644 index 000000000..68f3d3463 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_forest.png differ diff --git a/graphics/interface/pokedex_cat_icon_grassland.png b/graphics/interface/pokedex_cat_icon_grassland.png new file mode 100644 index 000000000..2b0f7cd1d Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_grassland.png differ diff --git a/graphics/interface/pokedex_cat_icon_lightest.png b/graphics/interface/pokedex_cat_icon_lightest.png new file mode 100644 index 000000000..804fd02f1 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_lightest.png differ diff --git a/graphics/interface/pokedex_cat_icon_mountain.png b/graphics/interface/pokedex_cat_icon_mountain.png new file mode 100644 index 000000000..ece6eb196 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_mountain.png differ diff --git a/graphics/interface/pokedex_cat_icon_numerical.png b/graphics/interface/pokedex_cat_icon_numerical.png new file mode 100644 index 000000000..77da41052 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_numerical.png differ diff --git a/graphics/interface/pokedex_cat_icon_qmark.png b/graphics/interface/pokedex_cat_icon_qmark.png new file mode 100644 index 000000000..c5db049f8 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_qmark.png differ diff --git a/graphics/interface/pokedex_cat_icon_rare.png b/graphics/interface/pokedex_cat_icon_rare.png new file mode 100644 index 000000000..20a676b40 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_rare.png differ diff --git a/graphics/interface/pokedex_cat_icon_rough_terrain.png b/graphics/interface/pokedex_cat_icon_rough_terrain.png new file mode 100644 index 000000000..61a1e3ac1 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_rough_terrain.png differ diff --git a/graphics/interface/pokedex_cat_icon_sea.png b/graphics/interface/pokedex_cat_icon_sea.png new file mode 100644 index 000000000..2589fc28f Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_sea.png differ diff --git a/graphics/interface/pokedex_cat_icon_smallest.png b/graphics/interface/pokedex_cat_icon_smallest.png new file mode 100644 index 000000000..2c8a25b4e Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_smallest.png differ diff --git a/graphics/interface/pokedex_cat_icon_type.png b/graphics/interface/pokedex_cat_icon_type.png new file mode 100644 index 000000000..92c03ac1b Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_type.png differ diff --git a/graphics/interface/pokedex_cat_icon_urban.png b/graphics/interface/pokedex_cat_icon_urban.png new file mode 100644 index 000000000..0c422aa07 Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_urban.png differ diff --git a/graphics/interface/pokedex_cat_icon_waters_edge.png b/graphics/interface/pokedex_cat_icon_waters_edge.png new file mode 100644 index 000000000..d7bd2116d Binary files /dev/null and b/graphics/interface/pokedex_cat_icon_waters_edge.png differ diff --git a/graphics/interface/pokedex_caught_marker.png b/graphics/interface/pokedex_caught_marker.png new file mode 100644 index 000000000..74f43ec80 Binary files /dev/null and b/graphics/interface/pokedex_caught_marker.png differ diff --git a/graphics/interface/pokedex_kanto_dex_bgpals.pal b/graphics/interface/pokedex_kanto_dex_bgpals.pal new file mode 100644 index 000000000..b719d111f --- /dev/null +++ b/graphics/interface/pokedex_kanto_dex_bgpals.pal @@ -0,0 +1,259 @@ +JASC-PAL +0100 +256 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +246 246 238 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +255 246 238 +238 238 230 +213 213 213 +156 156 156 +255 255 0 +205 65 57 +255 139 57 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +246 246 238 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 255 0 +205 65 57 +255 139 57 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +246 246 238 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 255 0 +205 65 57 +255 139 57 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +246 246 238 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 255 0 +205 65 57 +255 139 57 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +246 246 238 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 255 0 +205 65 57 +255 139 57 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +246 246 238 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +255 246 238 +238 238 230 +213 213 213 +156 156 156 +255 255 0 +205 65 57 +255 139 57 +255 255 255 +255 255 255 +98 98 98 +213 213 205 +230 8 8 +255 189 115 +32 156 8 +148 246 148 +49 82 205 +164 197 246 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +197 180 139 diff --git a/graphics/interface/pokedex_kanto_dex_bgtiles.png b/graphics/interface/pokedex_kanto_dex_bgtiles.png new file mode 100644 index 000000000..5cef4b098 Binary files /dev/null and b/graphics/interface/pokedex_kanto_dex_bgtiles.png differ diff --git a/graphics/interface/pokedex_map_five_island.png b/graphics/interface/pokedex_map_five_island.png new file mode 100644 index 000000000..c37c1c25a Binary files /dev/null and b/graphics/interface/pokedex_map_five_island.png differ diff --git a/graphics/interface/pokedex_map_four_island.png b/graphics/interface/pokedex_map_four_island.png new file mode 100644 index 000000000..83ef69608 Binary files /dev/null and b/graphics/interface/pokedex_map_four_island.png differ diff --git a/graphics/interface/pokedex_map_kanto.png b/graphics/interface/pokedex_map_kanto.png new file mode 100644 index 000000000..3c32b2d4c Binary files /dev/null and b/graphics/interface/pokedex_map_kanto.png differ diff --git a/graphics/interface/pokedex_map_one_island.png b/graphics/interface/pokedex_map_one_island.png new file mode 100644 index 000000000..2e2d30fbb Binary files /dev/null and b/graphics/interface/pokedex_map_one_island.png differ diff --git a/graphics/interface/pokedex_map_seven_island.png b/graphics/interface/pokedex_map_seven_island.png new file mode 100644 index 000000000..3631d8906 Binary files /dev/null and b/graphics/interface/pokedex_map_seven_island.png differ diff --git a/graphics/interface/pokedex_map_six_island.png b/graphics/interface/pokedex_map_six_island.png new file mode 100644 index 000000000..53e598139 Binary files /dev/null and b/graphics/interface/pokedex_map_six_island.png differ diff --git a/graphics/interface/pokedex_map_three_island.png b/graphics/interface/pokedex_map_three_island.png new file mode 100644 index 000000000..2e34eb497 Binary files /dev/null and b/graphics/interface/pokedex_map_three_island.png differ diff --git a/graphics/interface/pokedex_map_two_island.png b/graphics/interface/pokedex_map_two_island.png new file mode 100644 index 000000000..5006ba035 Binary files /dev/null and b/graphics/interface/pokedex_map_two_island.png differ diff --git a/graphics/interface/pokedex_mini_page.png b/graphics/interface/pokedex_mini_page.png new file mode 100644 index 000000000..b6e6e2788 Binary files /dev/null and b/graphics/interface/pokedex_mini_page.png differ diff --git a/graphics/interface/pokedex_national_dex_bgpals.pal b/graphics/interface/pokedex_national_dex_bgpals.pal new file mode 100644 index 000000000..0d68b4233 --- /dev/null +++ b/graphics/interface/pokedex_national_dex_bgpals.pal @@ -0,0 +1,259 @@ +JASC-PAL +0100 +256 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +238 246 246 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +255 246 238 +238 238 230 +213 213 213 +156 156 156 +255 255 0 +205 65 57 +255 139 57 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +238 246 246 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 255 0 +205 65 57 +255 139 57 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +238 246 246 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 255 0 +205 65 57 +255 139 57 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +238 246 246 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 255 0 +205 65 57 +255 139 57 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +238 246 246 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 255 0 +205 65 57 +255 139 57 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +156 156 189 +0 0 0 +197 180 139 +230 222 197 +238 246 246 +255 255 255 +123 98 57 +164 148 98 +213 197 164 +255 246 238 +238 238 230 +213 213 213 +156 156 156 +255 255 0 +205 65 57 +255 139 57 +255 255 255 +255 255 255 +98 98 98 +213 213 205 +230 8 8 +255 189 115 +32 156 8 +148 246 148 +49 82 205 +164 197 246 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +172 197 24 diff --git a/graphics/interface/pokedex_national_dex_bgtiles.png b/graphics/interface/pokedex_national_dex_bgtiles.png new file mode 100644 index 000000000..226e08d54 Binary files /dev/null and b/graphics/interface/pokedex_national_dex_bgtiles.png differ diff --git a/graphics/interface/pokedex_page_icon_tilemap.bin b/graphics/interface/pokedex_page_icon_tilemap.bin new file mode 100644 index 000000000..bd64c4ad4 Binary files /dev/null and b/graphics/interface/pokedex_page_icon_tilemap.bin differ diff --git a/graphics/interface/pokedex_silhouette_sprite_pal.pal b/graphics/interface/pokedex_silhouette_sprite_pal.pal new file mode 100644 index 000000000..43ab6f7f7 --- /dev/null +++ b/graphics/interface/pokedex_silhouette_sprite_pal.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 +82 82 82 -- cgit v1.2.3