diff options
author | YamaArashi <shadow962@live.com> | 2016-07-24 17:14:27 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-24 17:14:27 -0700 |
commit | 4c12d260cc25c54000ea4308a3af84b882a92792 (patch) | |
tree | fdbdd17642f1490b45966d2ef5ba4f6ad3fa45b3 /data | |
parent | 4465c0addccdcbf1c02183ac83fe79e65197a1de (diff) |
hand cursor palettes have unused bit set
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 4 |
1 files changed, 2 insertions, 2 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 |