From 04b64dda0bd4f253ac78dbe7bef7665346d245a8 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Fri, 22 Dec 2017 15:04:05 -0600 Subject: Extract baseroms from battle frontier and tent files --- graphics/interface/menu_border.png | Bin 0 -> 150 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 graphics/interface/menu_border.png (limited to 'graphics/interface') diff --git a/graphics/interface/menu_border.png b/graphics/interface/menu_border.png new file mode 100644 index 000000000..ba748b169 Binary files /dev/null and b/graphics/interface/menu_border.png differ -- cgit v1.2.3 From d10c645353615da350f77ce2b1d79b5a73605383 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 22 Dec 2017 19:18:09 -0500 Subject: first wave of graphics.s dump --- graphics/interface/ball/ultra.pal | 19 +++++++++++++++++++ graphics/interface/ball/ultra.png | Bin 0 -> 245 bytes graphics/interface/menu.png | Bin 0 -> 444 bytes graphics/interface/menu_0.pal | 19 +++++++++++++++++++ graphics/interface/menu_1.pal | 19 +++++++++++++++++++ graphics/interface/menu_map.bin | Bin 0 -> 4096 bytes 6 files changed, 57 insertions(+) create mode 100755 graphics/interface/ball/ultra.pal create mode 100755 graphics/interface/ball/ultra.png create mode 100755 graphics/interface/menu.png create mode 100755 graphics/interface/menu_0.pal create mode 100755 graphics/interface/menu_1.pal create mode 100755 graphics/interface/menu_map.bin (limited to 'graphics/interface') diff --git a/graphics/interface/ball/ultra.pal b/graphics/interface/ball/ultra.pal new file mode 100755 index 000000000..3b7021097 --- /dev/null +++ b/graphics/interface/ball/ultra.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +180 139 16 +205 172 32 +230 205 49 +255 238 65 +255 255 255 +148 148 148 +65 65 65 +24 24 24 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 diff --git a/graphics/interface/ball/ultra.png b/graphics/interface/ball/ultra.png new file mode 100755 index 000000000..1221cec4e Binary files /dev/null and b/graphics/interface/ball/ultra.png differ diff --git a/graphics/interface/menu.png b/graphics/interface/menu.png new file mode 100755 index 000000000..96f6b8b15 Binary files /dev/null and b/graphics/interface/menu.png differ diff --git a/graphics/interface/menu_0.pal b/graphics/interface/menu_0.pal new file mode 100755 index 000000000..67e1af896 --- /dev/null +++ b/graphics/interface/menu_0.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +255 0 0 +82 98 156 +106 139 189 +255 255 255 +106 90 115 +213 205 213 +65 74 123 +74 65 82 +131 139 139 +106 65 90 +172 106 98 +213 74 57 +156 74 98 +106 164 164 diff --git a/graphics/interface/menu_1.pal b/graphics/interface/menu_1.pal new file mode 100755 index 000000000..3adc73766 --- /dev/null +++ b/graphics/interface/menu_1.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +74 57 115 +82 98 156 +106 139 189 +41 49 49 +255 255 255 +106 90 115 +222 213 222 +90 82 82 +180 189 180 +139 156 213 +90 74 131 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/interface/menu_map.bin b/graphics/interface/menu_map.bin new file mode 100755 index 000000000..8a7b3f1f0 Binary files /dev/null and b/graphics/interface/menu_map.bin differ -- cgit v1.2.3 From 3499ff51b50ec90ac87ff61430a89a578c01092d Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sat, 23 Dec 2017 01:45:04 -0500 Subject: second wave of graphics.s dumps (battle_anim part 1) --- graphics/interface/ball_open.png | Bin 0 -> 215 bytes graphics/interface/hpbar_anim.png | Bin 0 -> 192 bytes graphics/interface/numbers1.png | Bin 0 -> 201 bytes graphics/interface/numbers2.png | Bin 0 -> 215 bytes graphics/interface/party_menu_hpbar.png | Bin 0 -> 136 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 graphics/interface/ball_open.png create mode 100755 graphics/interface/hpbar_anim.png create mode 100755 graphics/interface/numbers1.png create mode 100755 graphics/interface/numbers2.png create mode 100755 graphics/interface/party_menu_hpbar.png (limited to 'graphics/interface') diff --git a/graphics/interface/ball_open.png b/graphics/interface/ball_open.png new file mode 100755 index 000000000..1030f4942 Binary files /dev/null and b/graphics/interface/ball_open.png differ diff --git a/graphics/interface/hpbar_anim.png b/graphics/interface/hpbar_anim.png new file mode 100755 index 000000000..d4e79fdae Binary files /dev/null and b/graphics/interface/hpbar_anim.png differ diff --git a/graphics/interface/numbers1.png b/graphics/interface/numbers1.png new file mode 100755 index 000000000..f15757958 Binary files /dev/null and b/graphics/interface/numbers1.png differ diff --git a/graphics/interface/numbers2.png b/graphics/interface/numbers2.png new file mode 100755 index 000000000..4ddf364bf Binary files /dev/null and b/graphics/interface/numbers2.png differ diff --git a/graphics/interface/party_menu_hpbar.png b/graphics/interface/party_menu_hpbar.png new file mode 100755 index 000000000..763b91210 Binary files /dev/null and b/graphics/interface/party_menu_hpbar.png differ -- cgit v1.2.3 From 0af942e0b84066a1824a22343efb4619bbc9ff44 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Tue, 26 Dec 2017 01:39:01 -0500 Subject: twelfth wave of graphics.s dumps --- graphics/interface/bag_screen.png | Bin 0 -> 548 bytes graphics/interface/bag_screen_female.pal | 35 +++++ graphics/interface/bag_screen_male.pal | 35 +++++ graphics/interface/party_menu_misc.bin | Bin 0 -> 2048 bytes graphics/interface/party_menu_misc.pal | 179 +++++++++++++++++++++++ graphics/interface/party_menu_misc.png | Bin 0 -> 613 bytes graphics/interface/party_menu_pokeball.png | Bin 0 -> 330 bytes graphics/interface/party_menu_pokeball_small.png | Bin 0 -> 261 bytes graphics/interface/status_icons.png | Bin 0 -> 455 bytes graphics/interface/status_screen.bin | Bin 0 -> 2048 bytes graphics/interface/status_screen.pal | 131 +++++++++++++++++ graphics/interface/status_screen.png | Bin 0 -> 1633 bytes graphics/interface/status_tilemap0.bin | Bin 0 -> 2048 bytes graphics/interface/status_tilemap1.bin | Bin 0 -> 2048 bytes graphics/interface/status_tilemap2.bin | Bin 0 -> 2048 bytes graphics/interface/status_tilemap3.bin | Bin 0 -> 2048 bytes graphics/interface/summary_frames.png | Bin 0 -> 273 bytes 17 files changed, 380 insertions(+) create mode 100755 graphics/interface/bag_screen.png create mode 100755 graphics/interface/bag_screen_female.pal create mode 100755 graphics/interface/bag_screen_male.pal create mode 100755 graphics/interface/party_menu_misc.bin create mode 100755 graphics/interface/party_menu_misc.pal create mode 100755 graphics/interface/party_menu_misc.png create mode 100755 graphics/interface/party_menu_pokeball.png create mode 100755 graphics/interface/party_menu_pokeball_small.png create mode 100755 graphics/interface/status_icons.png create mode 100755 graphics/interface/status_screen.bin create mode 100755 graphics/interface/status_screen.pal create mode 100755 graphics/interface/status_screen.png create mode 100755 graphics/interface/status_tilemap0.bin create mode 100755 graphics/interface/status_tilemap1.bin create mode 100755 graphics/interface/status_tilemap2.bin create mode 100755 graphics/interface/status_tilemap3.bin create mode 100755 graphics/interface/summary_frames.png (limited to 'graphics/interface') diff --git a/graphics/interface/bag_screen.png b/graphics/interface/bag_screen.png new file mode 100755 index 000000000..e634cdb27 Binary files /dev/null and b/graphics/interface/bag_screen.png differ diff --git a/graphics/interface/bag_screen_female.pal b/graphics/interface/bag_screen_female.pal new file mode 100755 index 000000000..07057ec9a --- /dev/null +++ b/graphics/interface/bag_screen_female.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +98 98 115 +255 255 255 +205 205 205 +164 164 164 +123 123 123 +98 98 115 +57 49 57 +156 65 106 +98 41 65 +255 255 205 +255 230 139 +255 32 32 +230 123 139 +164 49 115 +189 156 90 +0 0 0 +98 98 115 +0 0 0 +255 255 255 +213 213 205 +189 156 90 +255 0 0 +180 180 180 +0 0 0 +0 0 0 +238 205 131 +255 255 205 +90 0 123 +230 123 139 +164 49 115 +106 180 213 +255 148 180 diff --git a/graphics/interface/bag_screen_male.pal b/graphics/interface/bag_screen_male.pal new file mode 100755 index 000000000..e773c384c --- /dev/null +++ b/graphics/interface/bag_screen_male.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +98 98 115 +255 255 255 +205 205 205 +164 164 164 +123 123 123 +98 98 115 +41 57 65 +57 106 139 +41 82 115 +255 255 205 +255 230 139 +255 32 32 +213 106 255 +74 131 255 +189 156 90 +0 0 0 +98 98 115 +0 0 0 +255 255 255 +213 213 205 +189 156 90 +255 0 0 +180 180 180 +0 0 0 +0 0 0 +238 205 131 +255 255 205 +90 0 123 +213 106 255 +74 131 255 +255 0 0 +255 148 180 diff --git a/graphics/interface/party_menu_misc.bin b/graphics/interface/party_menu_misc.bin new file mode 100755 index 000000000..d6ff1114d Binary files /dev/null and b/graphics/interface/party_menu_misc.bin differ diff --git a/graphics/interface/party_menu_misc.pal b/graphics/interface/party_menu_misc.pal new file mode 100755 index 000000000..0b4b30f81 --- /dev/null +++ b/graphics/interface/party_menu_misc.pal @@ -0,0 +1,179 @@ +JASC-PAL +0100 +176 +123 156 115 +255 255 255 +106 106 106 +0 0 0 +65 205 255 +0 139 189 +49 189 238 +255 156 148 +189 90 82 +222 123 115 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +139 148 123 +74 74 98 +65 156 148 +139 156 41 +205 213 123 +180 180 90 +82 65 74 +32 16 24 +255 0 255 +255 0 255 +255 255 255 +230 238 139 +98 90 0 +255 0 255 +255 0 255 +115 90 180 +139 148 123 +255 115 49 +65 156 148 +139 156 41 +205 213 123 +180 180 90 +82 65 74 +82 82 90 +255 0 255 +255 0 255 +255 255 255 +123 205 180 +57 148 123 +255 0 255 +255 0 255 +164 115 246 +123 156 115 +74 74 98 +115 115 115 +255 255 255 +131 197 222 +57 148 222 +41 123 180 +131 197 222 +41 123 180 +115 255 172 +90 213 131 +65 205 255 +0 98 148 +82 82 82 +255 213 82 +255 180 65 +123 156 115 +74 74 98 +115 115 115 +255 255 255 +213 197 90 +197 164 24 +156 156 32 +213 197 90 +156 156 32 +255 230 57 +205 172 8 +255 156 148 +156 65 57 +82 82 82 +255 213 82 +255 180 65 +123 156 115 +74 74 98 +115 115 115 +255 255 255 +213 164 32 +197 106 16 +164 74 0 +213 164 32 +164 74 0 +255 115 49 +197 57 0 +255 0 255 +255 0 255 +82 82 82 +255 213 82 +255 180 65 +123 156 115 +255 115 49 +115 115 115 +255 255 255 +180 255 164 +123 222 131 +123 156 98 +255 115 49 +255 115 49 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 82 82 +255 213 82 +255 180 65 +57 156 255 +255 115 49 +115 115 115 +255 255 255 +172 238 255 +123 213 238 +74 172 205 +255 115 49 +255 115 49 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 82 82 +255 213 82 +255 180 65 +57 156 255 +255 115 49 +115 115 115 +255 255 255 +246 246 148 +246 230 98 +222 197 32 +255 115 49 +255 115 49 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 82 82 +255 213 82 +255 180 65 +57 156 255 +255 115 49 +115 115 115 +255 255 255 +255 213 222 +255 189 148 +238 164 131 +255 115 49 +255 115 49 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 82 82 +255 213 82 +255 180 65 +57 156 255 +255 255 115 +115 115 115 +255 255 255 +180 255 164 +123 222 131 +131 172 106 +255 255 115 +255 255 115 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +82 82 82 +255 213 82 +255 180 65 diff --git a/graphics/interface/party_menu_misc.png b/graphics/interface/party_menu_misc.png new file mode 100755 index 000000000..c58f3aae9 Binary files /dev/null and b/graphics/interface/party_menu_misc.png differ diff --git a/graphics/interface/party_menu_pokeball.png b/graphics/interface/party_menu_pokeball.png new file mode 100755 index 000000000..2aad54de8 Binary files /dev/null and b/graphics/interface/party_menu_pokeball.png differ diff --git a/graphics/interface/party_menu_pokeball_small.png b/graphics/interface/party_menu_pokeball_small.png new file mode 100755 index 000000000..d2eec4d45 Binary files /dev/null and b/graphics/interface/party_menu_pokeball_small.png differ diff --git a/graphics/interface/status_icons.png b/graphics/interface/status_icons.png new file mode 100755 index 000000000..fe802d7f6 Binary files /dev/null and b/graphics/interface/status_icons.png differ diff --git a/graphics/interface/status_screen.bin b/graphics/interface/status_screen.bin new file mode 100755 index 000000000..771d4db93 Binary files /dev/null and b/graphics/interface/status_screen.bin differ diff --git a/graphics/interface/status_screen.pal b/graphics/interface/status_screen.pal new file mode 100755 index 000000000..badbfe53b --- /dev/null +++ b/graphics/interface/status_screen.pal @@ -0,0 +1,131 @@ +JASC-PAL +0100 +128 +180 180 115 +74 65 57 +255 255 255 +222 230 246 +213 213 189 +246 255 255 +115 106 98 +98 156 222 +74 148 189 +57 148 164 +32 148 139 +16 148 115 +156 222 164 +98 180 139 +49 139 115 +0 106 98 +180 180 115 +74 65 57 +255 255 255 +90 106 0 +123 139 32 +255 246 205 +115 106 98 +90 222 123 +90 205 98 +90 189 74 +98 172 49 +98 156 24 +238 164 255 +189 156 164 +148 148 82 +106 148 0 +180 180 115 +74 65 57 +255 255 255 +172 180 172 +205 205 197 +246 255 238 +115 106 98 +238 222 24 +213 189 57 +189 164 98 +164 139 131 +139 115 172 +205 222 123 +172 172 148 +139 131 180 +115 90 213 +180 180 115 +74 65 57 +255 255 255 +0 0 0 +0 0 0 +246 255 246 +115 106 98 +222 24 238 +189 16 238 +164 8 238 +131 8 246 +106 0 246 +172 222 222 +139 148 230 +106 74 238 +82 0 255 +180 180 115 +74 65 57 +148 32 172 +189 106 213 +230 189 255 +255 255 255 +213 148 246 +189 139 205 +255 230 255 +230 180 213 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +115 98 90 +180 180 115 +74 65 57 +255 255 255 +222 230 246 +246 246 222 +246 255 255 +115 106 98 +255 205 74 +230 164 98 +205 123 123 +180 82 148 +156 41 172 +230 156 255 +197 98 238 +164 49 222 +131 0 205 +98 180 106 +0 0 0 +213 213 205 +255 255 255 +98 98 98 +230 8 8 +255 189 115 +65 205 255 +0 139 189 +255 156 148 +189 90 82 +139 246 255 +24 164 213 +255 189 180 +213 115 106 +0 0 0 +98 180 106 +0 0 0 +213 213 205 +255 255 255 +98 98 98 +230 8 8 +255 189 115 +238 238 172 +164 164 98 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 0 0 +164 0 0 +255 255 255 diff --git a/graphics/interface/status_screen.png b/graphics/interface/status_screen.png new file mode 100755 index 000000000..2f9f8db85 Binary files /dev/null and b/graphics/interface/status_screen.png differ diff --git a/graphics/interface/status_tilemap0.bin b/graphics/interface/status_tilemap0.bin new file mode 100755 index 000000000..a869a9d03 Binary files /dev/null and b/graphics/interface/status_tilemap0.bin differ diff --git a/graphics/interface/status_tilemap1.bin b/graphics/interface/status_tilemap1.bin new file mode 100755 index 000000000..19cb94637 Binary files /dev/null and b/graphics/interface/status_tilemap1.bin differ diff --git a/graphics/interface/status_tilemap2.bin b/graphics/interface/status_tilemap2.bin new file mode 100755 index 000000000..f835047d1 Binary files /dev/null and b/graphics/interface/status_tilemap2.bin differ diff --git a/graphics/interface/status_tilemap3.bin b/graphics/interface/status_tilemap3.bin new file mode 100755 index 000000000..9c11ccc4f Binary files /dev/null and b/graphics/interface/status_tilemap3.bin differ diff --git a/graphics/interface/summary_frames.png b/graphics/interface/summary_frames.png new file mode 100755 index 000000000..2a579b012 Binary files /dev/null and b/graphics/interface/summary_frames.png differ -- cgit v1.2.3 From 8a338f44db2151412c383f4495ddd0d1fe23e984 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Tue, 26 Dec 2017 22:37:36 -0500 Subject: thirteenth wave of graphics.s dumps --- graphics/interface/bag_pyramid.pal | 35 +++++++++ graphics/interface/bag_pyramid.png | Bin 0 -> 778 bytes graphics/interface/bag_swap.png | Bin 0 -> 159 bytes graphics/interface/berry_tag.bin | Bin 0 -> 2048 bytes graphics/interface/berry_tag_title.bin | Bin 0 -> 2048 bytes graphics/interface/check_berry.pal | 99 ++++++++++++++++++++++++ graphics/interface/check_berry.png | Bin 0 -> 743 bytes graphics/interface/check_berry_circle.png | Bin 0 -> 233 bytes graphics/interface/mart_frame.bin | Bin 0 -> 2048 bytes graphics/interface/mart_frame.png | Bin 0 -> 314 bytes graphics/interface/money.png | Bin 0 -> 210 bytes graphics/interface/pokeblock.bin | Bin 0 -> 2048 bytes graphics/interface/pokeblock_case_frame.pal | 99 ++++++++++++++++++++++++ graphics/interface/pokeblock_case_frame.png | Bin 0 -> 426 bytes graphics/interface/pokeblock_device.png | Bin 0 -> 530 bytes graphics/interface/pokeblock_feeding_bg_map.bin | Bin 0 -> 2048 bytes 16 files changed, 233 insertions(+) create mode 100755 graphics/interface/bag_pyramid.pal create mode 100755 graphics/interface/bag_pyramid.png create mode 100755 graphics/interface/bag_swap.png create mode 100755 graphics/interface/berry_tag.bin create mode 100755 graphics/interface/berry_tag_title.bin create mode 100755 graphics/interface/check_berry.pal create mode 100755 graphics/interface/check_berry.png create mode 100755 graphics/interface/check_berry_circle.png create mode 100755 graphics/interface/mart_frame.bin create mode 100755 graphics/interface/mart_frame.png create mode 100755 graphics/interface/money.png create mode 100755 graphics/interface/pokeblock.bin create mode 100755 graphics/interface/pokeblock_case_frame.pal create mode 100755 graphics/interface/pokeblock_case_frame.png create mode 100755 graphics/interface/pokeblock_device.png create mode 100755 graphics/interface/pokeblock_feeding_bg_map.bin (limited to 'graphics/interface') diff --git a/graphics/interface/bag_pyramid.pal b/graphics/interface/bag_pyramid.pal new file mode 100755 index 000000000..200b001b5 --- /dev/null +++ b/graphics/interface/bag_pyramid.pal @@ -0,0 +1,35 @@ +JASC-PAL +0100 +32 +115 197 164 +255 197 106 +230 172 90 +205 148 74 +180 123 65 +164 98 49 +139 74 32 +115 49 24 +90 24 8 +74 0 0 +255 222 123 +164 131 255 +213 205 255 +98 98 115 +255 255 255 +0 0 0 +115 197 164 +255 197 106 +230 172 90 +205 148 74 +180 123 65 +164 98 49 +139 74 32 +115 49 24 +90 24 8 +74 0 0 +255 222 123 +255 49 0 +255 213 172 +98 98 115 +255 255 255 +0 0 0 diff --git a/graphics/interface/bag_pyramid.png b/graphics/interface/bag_pyramid.png new file mode 100755 index 000000000..42b709057 Binary files /dev/null and b/graphics/interface/bag_pyramid.png differ diff --git a/graphics/interface/bag_swap.png b/graphics/interface/bag_swap.png new file mode 100755 index 000000000..a9bed1e8a Binary files /dev/null and b/graphics/interface/bag_swap.png differ diff --git a/graphics/interface/berry_tag.bin b/graphics/interface/berry_tag.bin new file mode 100755 index 000000000..fc809d6a7 Binary files /dev/null and b/graphics/interface/berry_tag.bin differ diff --git a/graphics/interface/berry_tag_title.bin b/graphics/interface/berry_tag_title.bin new file mode 100755 index 000000000..560eb6cfa Binary files /dev/null and b/graphics/interface/berry_tag_title.bin differ diff --git a/graphics/interface/check_berry.pal b/graphics/interface/check_berry.pal new file mode 100755 index 000000000..f4f6cb4e3 --- /dev/null +++ b/graphics/interface/check_berry.pal @@ -0,0 +1,99 @@ +JASC-PAL +0100 +96 +0 0 0 +255 255 255 +238 246 238 +222 238 230 +213 230 213 +197 230 205 +189 222 189 +172 213 180 +164 213 172 +148 156 123 +115 106 90 +90 57 65 +222 49 8 +213 106 74 +205 164 139 +213 213 213 +0 0 0 +255 255 255 +213 246 205 +172 246 156 +139 246 106 +106 213 74 +74 180 41 +41 148 8 +246 230 8 +222 197 8 +205 164 8 +189 131 8 +172 98 8 +90 82 106 +172 98 8 +0 0 172 +0 0 0 +246 246 222 +230 213 222 +222 180 222 +205 148 222 +197 123 222 +180 90 222 +172 57 222 +156 24 222 +148 0 222 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +246 246 255 +230 238 246 +213 230 246 +197 222 238 +180 213 238 +164 205 230 +148 197 230 +131 189 230 +0 0 0 +0 0 0 +0 0 0 +246 230 8 +222 197 8 +205 164 8 +189 131 8 +0 0 0 +189 131 65 +197 131 98 +222 189 131 +123 82 24 +0 0 0 +0 0 0 +180 123 123 +238 222 172 +189 131 65 +65 32 0 +255 0 0 +106 180 213 +41 123 164 +123 148 49 +246 246 246 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +230 123 139 +164 49 115 +0 0 0 +0 0 0 diff --git a/graphics/interface/check_berry.png b/graphics/interface/check_berry.png new file mode 100755 index 000000000..56fc2966b Binary files /dev/null and b/graphics/interface/check_berry.png differ diff --git a/graphics/interface/check_berry_circle.png b/graphics/interface/check_berry_circle.png new file mode 100755 index 000000000..4d66237e5 Binary files /dev/null and b/graphics/interface/check_berry_circle.png differ diff --git a/graphics/interface/mart_frame.bin b/graphics/interface/mart_frame.bin new file mode 100755 index 000000000..63156b8d5 Binary files /dev/null and b/graphics/interface/mart_frame.bin differ diff --git a/graphics/interface/mart_frame.png b/graphics/interface/mart_frame.png new file mode 100755 index 000000000..ece93b7c7 Binary files /dev/null and b/graphics/interface/mart_frame.png differ diff --git a/graphics/interface/money.png b/graphics/interface/money.png new file mode 100755 index 000000000..d11fe06d1 Binary files /dev/null and b/graphics/interface/money.png differ diff --git a/graphics/interface/pokeblock.bin b/graphics/interface/pokeblock.bin new file mode 100755 index 000000000..1719bb5a6 Binary files /dev/null and b/graphics/interface/pokeblock.bin differ diff --git a/graphics/interface/pokeblock_case_frame.pal b/graphics/interface/pokeblock_case_frame.pal new file mode 100755 index 000000000..ef58ae778 --- /dev/null +++ b/graphics/interface/pokeblock_case_frame.pal @@ -0,0 +1,99 @@ +JASC-PAL +0100 +96 +0 0 0 +123 205 189 +238 246 255 +213 230 255 +255 0 0 +115 131 238 +90 90 98 +123 180 189 +131 131 164 +0 0 0 +0 0 0 +197 197 197 +205 65 24 +255 123 90 +255 180 148 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +238 246 255 +0 0 0 +0 0 0 +90 90 98 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +197 197 197 +106 139 189 +148 213 255 +180 238 255 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +255 238 238 +0 0 0 +0 0 0 +90 90 98 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +197 197 197 +205 90 172 +255 156 197 +255 197 213 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +106 180 115 +148 246 98 +205 255 139 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +180 180 49 +246 230 49 +255 255 148 +255 255 255 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +148 148 139 +222 222 222 +238 238 238 +255 255 255 diff --git a/graphics/interface/pokeblock_case_frame.png b/graphics/interface/pokeblock_case_frame.png new file mode 100755 index 000000000..ffc658821 Binary files /dev/null and b/graphics/interface/pokeblock_case_frame.png differ diff --git a/graphics/interface/pokeblock_device.png b/graphics/interface/pokeblock_device.png new file mode 100755 index 000000000..65b29a8b3 Binary files /dev/null and b/graphics/interface/pokeblock_device.png differ diff --git a/graphics/interface/pokeblock_feeding_bg_map.bin b/graphics/interface/pokeblock_feeding_bg_map.bin new file mode 100755 index 000000000..9feebf8bc Binary files /dev/null and b/graphics/interface/pokeblock_feeding_bg_map.bin differ -- cgit v1.2.3 From 03a2a3b81bba374bdf3a74a37a4dc3e2d17a196f Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 28 Dec 2017 17:15:37 -0500 Subject: fourteenth wave of graphics.s dumps --- graphics/interface/powacc_tilemap.bin | Bin 0 -> 160 bytes graphics/interface/summary.bin | Bin 0 -> 128 bytes graphics/interface/unk_tilemap.bin | Bin 0 -> 160 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 graphics/interface/powacc_tilemap.bin create mode 100755 graphics/interface/summary.bin create mode 100755 graphics/interface/unk_tilemap.bin (limited to 'graphics/interface') diff --git a/graphics/interface/powacc_tilemap.bin b/graphics/interface/powacc_tilemap.bin new file mode 100755 index 000000000..5b492db68 Binary files /dev/null and b/graphics/interface/powacc_tilemap.bin differ diff --git a/graphics/interface/summary.bin b/graphics/interface/summary.bin new file mode 100755 index 000000000..0a19222a3 Binary files /dev/null and b/graphics/interface/summary.bin differ diff --git a/graphics/interface/unk_tilemap.bin b/graphics/interface/unk_tilemap.bin new file mode 100755 index 000000000..0b3837ae2 Binary files /dev/null and b/graphics/interface/unk_tilemap.bin differ -- cgit v1.2.3 From cfe17cc552c29b7aece3e9b978b429d2ef14180e Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 28 Dec 2017 22:05:30 -0500 Subject: fifteenth wave of graphics.s dumps --- graphics/interface/hm.png | Bin 0 -> 184 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 graphics/interface/hm.png (limited to 'graphics/interface') diff --git a/graphics/interface/hm.png b/graphics/interface/hm.png new file mode 100755 index 000000000..d6c7e8de9 Binary files /dev/null and b/graphics/interface/hm.png differ -- cgit v1.2.3 From 06aa07306e36e5674eeb0114120829e9ae114c25 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 29 Dec 2017 20:25:32 -0500 Subject: sixteenth wave of graphics.s dumps --- graphics/interface/wallclock.png | Bin 0 -> 1195 bytes graphics/interface/wallclock1.bin | Bin 0 -> 1280 bytes graphics/interface/wallclock2.bin | Bin 0 -> 1280 bytes graphics/interface/wallclock_female.pal | 19 +++++++++++++++++++ graphics/interface/wallclock_male.pal | 19 +++++++++++++++++++ 5 files changed, 38 insertions(+) create mode 100755 graphics/interface/wallclock.png create mode 100755 graphics/interface/wallclock1.bin create mode 100755 graphics/interface/wallclock2.bin create mode 100755 graphics/interface/wallclock_female.pal create mode 100755 graphics/interface/wallclock_male.pal (limited to 'graphics/interface') diff --git a/graphics/interface/wallclock.png b/graphics/interface/wallclock.png new file mode 100755 index 000000000..e50f37e72 Binary files /dev/null and b/graphics/interface/wallclock.png differ diff --git a/graphics/interface/wallclock1.bin b/graphics/interface/wallclock1.bin new file mode 100755 index 000000000..49f21ed5b Binary files /dev/null and b/graphics/interface/wallclock1.bin differ diff --git a/graphics/interface/wallclock2.bin b/graphics/interface/wallclock2.bin new file mode 100755 index 000000000..ba479e7b1 Binary files /dev/null and b/graphics/interface/wallclock2.bin differ diff --git a/graphics/interface/wallclock_female.pal b/graphics/interface/wallclock_female.pal new file mode 100755 index 000000000..a7909e2e0 --- /dev/null +++ b/graphics/interface/wallclock_female.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +65 65 90 +222 230 238 +213 213 222 +205 205 213 +197 197 205 +255 197 255 +255 156 255 +255 115 255 +255 82 255 +74 180 189 +255 230 49 +90 90 123 +123 123 172 +65 65 90 +255 255 255 +0 0 0 diff --git a/graphics/interface/wallclock_male.pal b/graphics/interface/wallclock_male.pal new file mode 100755 index 000000000..1582ebfd2 --- /dev/null +++ b/graphics/interface/wallclock_male.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +65 65 90 +222 230 238 +213 213 222 +205 205 213 +197 197 205 +164 180 255 +115 139 255 +74 98 255 +32 65 255 +74 180 189 +255 230 49 +90 90 123 +123 123 172 +65 65 90 +255 255 255 +0 0 0 -- cgit v1.2.3 From 48378f791c5cf0ee10931626ef5b01aed26238bb Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sat, 30 Dec 2017 01:09:06 -0500 Subject: last wave of graphics.s dumps --- graphics/interface/textbox.png | Bin 0 -> 198 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 graphics/interface/textbox.png (limited to 'graphics/interface') diff --git a/graphics/interface/textbox.png b/graphics/interface/textbox.png new file mode 100755 index 000000000..ed8cd92ee Binary files /dev/null and b/graphics/interface/textbox.png differ -- cgit v1.2.3