diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2021-06-01 20:40:27 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2021-06-01 20:40:27 -0400 |
commit | f0b41debc35c2084aad6d369eab11a2d2df4ab44 (patch) | |
tree | 9b720ab0b617fa207051efc7ff9373669f7dc47b /graphics/easy_chat | |
parent | a839463c849679974c986bf9c9c260eff0e94cb7 (diff) | |
parent | 9f5bf65fb336cf7a3ba68d32267bf993f0f6a494 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into remove-temps
Diffstat (limited to 'graphics/easy_chat')
-rw-r--r-- | graphics/easy_chat/button_window.png (renamed from graphics/easy_chat/rwindow.png) | bin | 419 -> 419 bytes | |||
-rw-r--r-- | graphics/easy_chat/interview_frame.png | bin | 0 -> 192 bytes | |||
-rw-r--r-- | graphics/easy_chat/rectangle_cursor.png (renamed from graphics/easy_chat/cursor.png) | bin | 199 -> 199 bytes | |||
-rw-r--r-- | graphics/easy_chat/text.pal | 9 | ||||
-rw-r--r-- | graphics/easy_chat/text_input_frame.png | bin | 0 -> 260 bytes | |||
-rw-r--r-- | graphics/easy_chat/text_input_frame_green.pal | 19 | ||||
-rw-r--r-- | graphics/easy_chat/text_input_frame_orange.pal | 19 | ||||
-rw-r--r-- | graphics/easy_chat/title_text.pal | 7 |
8 files changed, 54 insertions, 0 deletions
diff --git a/graphics/easy_chat/rwindow.png b/graphics/easy_chat/button_window.png Binary files differindex 6319f9a5d..6319f9a5d 100644 --- a/graphics/easy_chat/rwindow.png +++ b/graphics/easy_chat/button_window.png diff --git a/graphics/easy_chat/interview_frame.png b/graphics/easy_chat/interview_frame.png Binary files differnew file mode 100644 index 000000000..63470e729 --- /dev/null +++ b/graphics/easy_chat/interview_frame.png diff --git a/graphics/easy_chat/cursor.png b/graphics/easy_chat/rectangle_cursor.png Binary files differindex 502ea2d69..502ea2d69 100644 --- a/graphics/easy_chat/cursor.png +++ b/graphics/easy_chat/rectangle_cursor.png diff --git a/graphics/easy_chat/text.pal b/graphics/easy_chat/text.pal new file mode 100644 index 000000000..5c8eed0ba --- /dev/null +++ b/graphics/easy_chat/text.pal @@ -0,0 +1,9 @@ +JASC-PAL +0100 +6 +0 0 0 +255 255 255 +98 98 98 +222 213 222 +65 139 74 +230 230 230 diff --git a/graphics/easy_chat/text_input_frame.png b/graphics/easy_chat/text_input_frame.png Binary files differnew file mode 100644 index 000000000..c0fbba87d --- /dev/null +++ b/graphics/easy_chat/text_input_frame.png diff --git a/graphics/easy_chat/text_input_frame_green.pal b/graphics/easy_chat/text_input_frame_green.pal new file mode 100644 index 000000000..c64a7216f --- /dev/null +++ b/graphics/easy_chat/text_input_frame_green.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +189 255 139 +156 230 106 +123 180 90 +180 213 255 +139 180 230 +115 139 172 +0 0 0 +255 131 131 +238 82 82 +255 238 180 +255 255 213 +115 115 115 +180 189 180 +222 213 222 +255 255 255 diff --git a/graphics/easy_chat/text_input_frame_orange.pal b/graphics/easy_chat/text_input_frame_orange.pal new file mode 100644 index 000000000..165bad8de --- /dev/null +++ b/graphics/easy_chat/text_input_frame_orange.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 189 115 +255 139 57 +205 98 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 238 180 +255 255 213 +115 115 115 +180 189 180 +222 213 222 +255 255 255 diff --git a/graphics/easy_chat/title_text.pal b/graphics/easy_chat/title_text.pal new file mode 100644 index 000000000..c075c5ce1 --- /dev/null +++ b/graphics/easy_chat/title_text.pal @@ -0,0 +1,7 @@ +JASC-PAL +0100 +4 +0 0 0 +0 0 0 +57 205 255 +172 172 238 |