From 8982501b7860b97cd659262cbb14f375ca07b54a Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Sun, 1 Oct 2017 13:03:51 -0500 Subject: Extract baseroms from reset_rtc_screen --- graphics/misc/reset_rtc_screen_arrow.pal | 7 +++++++ graphics/misc/reset_rtc_screen_downarrow.png | Bin 0 -> 113 bytes graphics/misc/reset_rtc_screen_rightarrow.png | Bin 0 -> 110 bytes 3 files changed, 7 insertions(+) create mode 100644 graphics/misc/reset_rtc_screen_arrow.pal create mode 100644 graphics/misc/reset_rtc_screen_downarrow.png create mode 100644 graphics/misc/reset_rtc_screen_rightarrow.png (limited to 'graphics/misc') diff --git a/graphics/misc/reset_rtc_screen_arrow.pal b/graphics/misc/reset_rtc_screen_arrow.pal new file mode 100644 index 000000000..b2e8a5f5f --- /dev/null +++ b/graphics/misc/reset_rtc_screen_arrow.pal @@ -0,0 +1,7 @@ +JASC-PAL +0100 +4 +0 0 0 +255 0 0 +74 74 74 +0 0 0 diff --git a/graphics/misc/reset_rtc_screen_downarrow.png b/graphics/misc/reset_rtc_screen_downarrow.png new file mode 100644 index 000000000..8f7b3480d Binary files /dev/null and b/graphics/misc/reset_rtc_screen_downarrow.png differ diff --git a/graphics/misc/reset_rtc_screen_rightarrow.png b/graphics/misc/reset_rtc_screen_rightarrow.png new file mode 100644 index 000000000..785b3c1db Binary files /dev/null and b/graphics/misc/reset_rtc_screen_rightarrow.png differ -- cgit v1.2.3 From ba758afc1486b6cfb262d2fa96bbe9efd6c1720c Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Sun, 1 Oct 2017 14:48:29 -0500 Subject: Extract baseroms from and combine fldeff_emotion and trainer_see Also extract from bike --- graphics/misc/emotion_exclamation.png | Bin 0 -> 108 bytes graphics/misc/emotion_heart.png | Bin 0 -> 126 bytes graphics/misc/emotion_question.png | Bin 0 -> 117 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 graphics/misc/emotion_exclamation.png create mode 100644 graphics/misc/emotion_heart.png create mode 100644 graphics/misc/emotion_question.png (limited to 'graphics/misc') diff --git a/graphics/misc/emotion_exclamation.png b/graphics/misc/emotion_exclamation.png new file mode 100644 index 000000000..595566d2f Binary files /dev/null and b/graphics/misc/emotion_exclamation.png differ diff --git a/graphics/misc/emotion_heart.png b/graphics/misc/emotion_heart.png new file mode 100644 index 000000000..9995984b4 Binary files /dev/null and b/graphics/misc/emotion_heart.png differ diff --git a/graphics/misc/emotion_question.png b/graphics/misc/emotion_question.png new file mode 100644 index 000000000..7376fd058 Binary files /dev/null and b/graphics/misc/emotion_question.png differ -- cgit v1.2.3 From cfc70c980630525d660156c4e732ae10d9f57729 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Wed, 4 Oct 2017 02:38:25 -0500 Subject: Extract baseroms from miscellaneous files Had to leave some unfinished due to complexity at the moment --- graphics/misc/main_menu_bg.pal | 19 +++++++++++++++++++ graphics/misc/main_menu_text.pal | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 graphics/misc/main_menu_bg.pal create mode 100644 graphics/misc/main_menu_text.pal (limited to 'graphics/misc') diff --git a/graphics/misc/main_menu_bg.pal b/graphics/misc/main_menu_bg.pal new file mode 100644 index 000000000..7aca54c52 --- /dev/null +++ b/graphics/misc/main_menu_bg.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +139 148 255 +255 255 255 +49 57 82 +90 98 115 +8 8 16 +148 156 172 +205 222 238 +180 180 189 +189 205 222 +32 32 49 +123 131 139 +49 82 123 +41 123 197 +57 139 213 +90 164 230 +139 197 246 diff --git a/graphics/misc/main_menu_text.pal b/graphics/misc/main_menu_text.pal new file mode 100644 index 000000000..25a3ac1d2 --- /dev/null +++ b/graphics/misc/main_menu_text.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +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 +0 0 0 -- cgit v1.2.3