summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-07-24 17:14:27 -0700
committerYamaArashi <shadow962@live.com>2016-07-24 17:14:27 -0700
commit4c12d260cc25c54000ea4308a3af84b882a92792 (patch)
treefdbdd17642f1490b45966d2ef5ba4f6ad3fa45b3
parent4465c0addccdcbf1c02183ac83fe79e65197a1de (diff)
hand cursor palettes have unused bit set
-rw-r--r--data/data2.s4
-rw-r--r--graphics/pokemon_storage/hand_cursor.pal19
-rw-r--r--graphics/pokemon_storage/hand_cursor_alt.pal19
-rw-r--r--graphics/pokemon_storage/hand_cursor_alt_pal.binbin0 -> 32 bytes
-rw-r--r--graphics/pokemon_storage/hand_cursor_pal.binbin0 -> 32 bytes
5 files changed, 2 insertions, 40 deletions
diff --git a/data/data2.s b/data/data2.s
index c135ed10e..df4f52e3c 100644
--- a/data/data2.s
+++ b/data/data2.s
@@ -11718,11 +11718,11 @@ gSpriteTemplate_83BB2F0:: @ 83BB2F0
.align 2
HandCursorPalette: @ 83BB308
- .incbin "graphics/pokemon_storage/hand_cursor.gbapal"
+ .incbin "graphics/pokemon_storage/hand_cursor_pal.bin"
.align 2
HandCursorAltPalette: @ 83BB328
- .incbin "graphics/pokemon_storage/hand_cursor_alt.gbapal"
+ .incbin "graphics/pokemon_storage/hand_cursor_alt_pal.bin"
.align 2
HandCursorTiles: @ 83BB348
diff --git a/graphics/pokemon_storage/hand_cursor.pal b/graphics/pokemon_storage/hand_cursor.pal
deleted file mode 100644
index b38cf1e01..000000000
--- a/graphics/pokemon_storage/hand_cursor.pal
+++ /dev/null
@@ -1,19 +0,0 @@
-JASC-PAL
-0100
-16
-255 197 255
-255 255 255
-255 255 255
-222 222 246
-164 164 180
-148 148 172
-115 115 123
-82 82 90
-65 65 65
-180 230 115
-189 238 98
-148 205 57
-255 255 0
-90 189 238
-0 0 0
-0 0 0
diff --git a/graphics/pokemon_storage/hand_cursor_alt.pal b/graphics/pokemon_storage/hand_cursor_alt.pal
deleted file mode 100644
index 7dd606ad0..000000000
--- a/graphics/pokemon_storage/hand_cursor_alt.pal
+++ /dev/null
@@ -1,19 +0,0 @@
-JASC-PAL
-0100
-16
-255 197 255
-255 255 255
-255 230 90
-255 180 106
-255 164 0
-148 148 172
-115 115 123
-82 82 90
-65 65 65
-180 230 115
-189 238 98
-148 205 57
-255 255 0
-90 189 238
-0 0 0
-0 0 0
diff --git a/graphics/pokemon_storage/hand_cursor_alt_pal.bin b/graphics/pokemon_storage/hand_cursor_alt_pal.bin
new file mode 100644
index 000000000..201907e31
--- /dev/null
+++ b/graphics/pokemon_storage/hand_cursor_alt_pal.bin
Binary files differ
diff --git a/graphics/pokemon_storage/hand_cursor_pal.bin b/graphics/pokemon_storage/hand_cursor_pal.bin
new file mode 100644
index 000000000..49793a128
--- /dev/null
+++ b/graphics/pokemon_storage/hand_cursor_pal.bin
Binary files differ