diff options
-rw-r--r-- | data/graphics.s | 4 | ||||
-rwxr-xr-x | graphics/unused/old.bin | bin | 0 -> 4096 bytes | |||
-rwxr-xr-x | graphics/unused/old.pal | 19 | ||||
-rwxr-xr-x | graphics/unused/old.png | bin | 1801 -> 1934 bytes | |||
-rwxr-xr-x | graphics/unused/unknown_D021BC.bin | bin | 556 -> 0 bytes | |||
-rwxr-xr-x | graphics/unused/unknown_D023E8.bin | bin | 40 -> 0 bytes |
6 files changed, 21 insertions, 2 deletions
diff --git a/data/graphics.s b/data/graphics.s index 2724214f2..bebde2e02 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -19,8 +19,8 @@ gUnknown_08D00524:: @ 8D00524 @ 8D019E4 .incbin "graphics/unused/old.4bpp.lz" @ japanese table and bunch of stuff - .incbin "graphics/unused/unknown_D021BC.bin" - .incbin "graphics/unused/unknown_D023E8.bin" + .incbin "graphics/unused/old.bin.lz" + .incbin "graphics/unused/old.gbapal.lz" .align 2 gSmokescreenImpactTiles:: @ 8D02410 diff --git a/graphics/unused/old.bin b/graphics/unused/old.bin Binary files differnew file mode 100755 index 000000000..aa15ea36e --- /dev/null +++ b/graphics/unused/old.bin diff --git a/graphics/unused/old.pal b/graphics/unused/old.pal new file mode 100755 index 000000000..cbcd5de4d --- /dev/null +++ b/graphics/unused/old.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +24 0 0 +41 0 0 +255 255 255 +0 0 0 +255 255 255 +255 65 0 +0 0 0 +255 0 0 +255 24 0 +255 65 0 +255 98 0 +255 131 0 +255 180 0 +255 222 0 +255 255 255 diff --git a/graphics/unused/old.png b/graphics/unused/old.png Binary files differindex 523f8fa9f..b5ea6e803 100755 --- a/graphics/unused/old.png +++ b/graphics/unused/old.png diff --git a/graphics/unused/unknown_D021BC.bin b/graphics/unused/unknown_D021BC.bin Binary files differdeleted file mode 100755 index 9d7c14a2d..000000000 --- a/graphics/unused/unknown_D021BC.bin +++ /dev/null diff --git a/graphics/unused/unknown_D023E8.bin b/graphics/unused/unknown_D023E8.bin Binary files differdeleted file mode 100755 index 58efd7d3e..000000000 --- a/graphics/unused/unknown_D023E8.bin +++ /dev/null |