From: Lukas Krickl Date: Wed, 22 Mar 2023 05:26:43 +0000 (+0100) Subject: Converted spritedata are no longer tracked X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=0e0e33ca281c35e054f807683cc6544392fb87e4;p=turtlebay%2F.git Converted spritedata are no longer tracked --- diff --git a/.gitignore b/.gitignore index 0f76984..33ed8a2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ tools/png2bin/obj tools/png2bin/src/include/*.gch tools/png2bin/src/*.txt tools/png2bin/*.sprite +sprdata/ diff --git a/gfx/Turtle_Bay_Cover.png b/gfx/Turtle_Bay_Cover.png new file mode 100644 index 0000000..28b3ce6 Binary files /dev/null and b/gfx/Turtle_Bay_Cover.png differ diff --git a/gfx/room01_pf0.spr b/gfx/room01_pf0.spr deleted file mode 100644 index edb6935..0000000 --- a/gfx/room01_pf0.spr +++ /dev/null @@ -1,26 +0,0 @@ -; Sprite of ../../gfx/room01_pf0.png -.byte %000001111 -.byte %000000001 -.byte %000000001 -.byte %000000001 -.byte %000111001 -.byte %000001001 -.byte %000001001 -.byte %000000001 -.byte %000000001 -.byte %000000001 -.byte %010001001 -.byte %010001001 -.byte %000000001 -.byte %000000001 -.byte %000000001 -.byte %000001001 -.byte %000001001 -.byte %000111001 -.byte %000000001 -.byte %000000001 -.byte %000000001 -.byte %000000001 -.byte %000000001 -.byte %000001111 - diff --git a/gfx/room01_pf1.spr b/gfx/room01_pf1.spr deleted file mode 100644 index 957740c..0000000 --- a/gfx/room01_pf1.spr +++ /dev/null @@ -1,26 +0,0 @@ -; Sprite of ../../gfx/room01_pf1.png -.byte %00000000 -.byte %00000000 -.byte %00000000 -.byte %00000000 -.byte %00111110 -.byte %00000010 -.byte %00000010 -.byte %00000010 -.byte %00000010 -.byte %00000010 -.byte %11111110 -.byte %11111110 -.byte %00000010 -.byte %00000010 -.byte %00000010 -.byte %00000010 -.byte %00000010 -.byte %00111110 -.byte %00000000 -.byte %00000000 -.byte %00000000 -.byte %00000000 -.byte %00000000 -.byte %00000000 - diff --git a/gfx/room01_pf2.spr b/gfx/room01_pf2.spr deleted file mode 100644 index da32378..0000000 --- a/gfx/room01_pf2.spr +++ /dev/null @@ -1,26 +0,0 @@ -; Sprite of ../../gfx/room01_pf2.png -.byte %00000000 -.byte %00000000 -.byte %00111110 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00100000 -.byte %00111110 -.byte %00000000 -.byte %00000000 -.byte %00000000 -.byte %00000000 - diff --git a/gfx/room02_pf1.png b/gfx/room02_pf1.png new file mode 100644 index 0000000..ecf9448 Binary files /dev/null and b/gfx/room02_pf1.png differ