diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-08 08:07:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-08 08:07:53 -0400 |
commit | 39d68ebd445be5657a916dec1b4872717e9c40d3 (patch) | |
tree | 4394601f49f220e3c32d9879a3c26284c9c92771 /graphics | |
parent | 7980c4aa071685983f84861cc7dc69d6daf30a90 (diff) | |
parent | 122f1395823cfa3dfd96842c61411ad29700f8de (diff) |
Merge pull request #77 from jiangzhengwenjz/misc
corrected sprite.h + finished safari_zone, list_menu, menu_indicators, field_poison, buy_menu_helpers, dynamic_placeholder_text_util
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/interface/dex_caught_pokeball.pal | 19 | ||||
-rw-r--r-- | graphics/interface/dex_caught_pokeball_and_pokemon_types.png | bin | 0 -> 1803 bytes | |||
-rw-r--r-- | graphics/interface/pokemon_types.pal | 19 | ||||
-rw-r--r-- | graphics/interface/red_arrow.pal | 19 | ||||
-rw-r--r-- | graphics/interface/red_arrow.png | bin | 0 -> 167 bytes | |||
-rw-r--r-- | graphics/interface/red_arrow_other.png | bin | 0 -> 197 bytes | |||
-rw-r--r-- | graphics/interface/selector_outline.png | bin | 0 -> 156 bytes |
7 files changed, 57 insertions, 0 deletions
diff --git a/graphics/interface/dex_caught_pokeball.pal b/graphics/interface/dex_caught_pokeball.pal new file mode 100644 index 000000000..ab57da621 --- /dev/null +++ b/graphics/interface/dex_caught_pokeball.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 156 131 +238 238 238 +0 0 0 +213 213 189 +172 164 123 +255 131 123 +238 49 0 +222 49 16 +197 49 41 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/interface/dex_caught_pokeball_and_pokemon_types.png b/graphics/interface/dex_caught_pokeball_and_pokemon_types.png Binary files differnew file mode 100644 index 000000000..4a9e67954 --- /dev/null +++ b/graphics/interface/dex_caught_pokeball_and_pokemon_types.png diff --git a/graphics/interface/pokemon_types.pal b/graphics/interface/pokemon_types.pal new file mode 100644 index 000000000..16a03be2c --- /dev/null +++ b/graphics/interface/pokemon_types.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +123 156 131 +238 49 0 +246 131 49 +255 180 16 +222 230 49 +123 205 82 +156 222 222 +106 148 246 +164 65 164 +172 172 123 +222 222 197 +189 164 57 +255 90 139 +82 123 139 +65 65 65 +255 255 255 diff --git a/graphics/interface/red_arrow.pal b/graphics/interface/red_arrow.pal new file mode 100644 index 000000000..f820b52bb --- /dev/null +++ b/graphics/interface/red_arrow.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 164 197 +255 82 0 +131 32 0 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 diff --git a/graphics/interface/red_arrow.png b/graphics/interface/red_arrow.png Binary files differnew file mode 100644 index 000000000..91c8268b7 --- /dev/null +++ b/graphics/interface/red_arrow.png diff --git a/graphics/interface/red_arrow_other.png b/graphics/interface/red_arrow_other.png Binary files differnew file mode 100644 index 000000000..33fcf44b9 --- /dev/null +++ b/graphics/interface/red_arrow_other.png diff --git a/graphics/interface/selector_outline.png b/graphics/interface/selector_outline.png Binary files differnew file mode 100644 index 000000000..d9f3e1b8d --- /dev/null +++ b/graphics/interface/selector_outline.png |