diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-23 02:08:02 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-23 02:08:02 -0400 |
commit | ec7271ec261ba5162764eabe4ef94f2f4a7fdf1b (patch) | |
tree | e03e2e1c110626d9b757c24bdf5e116a11e091b6 /gfx/debug | |
parent | 3a50abc46a294ee670beddff327e7f6cf21bb61c (diff) |
Add engine/menus/debug.asm.
Diffstat (limited to 'gfx/debug')
-rw-r--r-- | gfx/debug/bg.pal | 43 | ||||
-rw-r--r-- | gfx/debug/color_test.2bpp | bin | 0 -> 352 bytes | |||
-rw-r--r-- | gfx/debug/ob.pal | 42 | ||||
-rw-r--r-- | gfx/debug/up_arrow.2bpp | 1 |
4 files changed, 86 insertions, 0 deletions
diff --git a/gfx/debug/bg.pal b/gfx/debug/bg.pal new file mode 100644 index 00000000..d0b57359 --- /dev/null +++ b/gfx/debug/bg.pal @@ -0,0 +1,43 @@ + ; white + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + ; red + RGB 31, 00, 00 + RGB 31, 00, 00 + RGB 31, 00, 00 + RGB 00, 00, 00 + + ; green + RGB 00, 31, 00 + RGB 00, 31, 00 + RGB 00, 31, 00 + RGB 00, 00, 00 + + ; blue + RGB 00, 00, 31 + RGB 00, 00, 31 + RGB 00, 00, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 diff --git a/gfx/debug/color_test.2bpp b/gfx/debug/color_test.2bpp Binary files differnew file mode 100644 index 00000000..fd536647 --- /dev/null +++ b/gfx/debug/color_test.2bpp diff --git a/gfx/debug/ob.pal b/gfx/debug/ob.pal new file mode 100644 index 00000000..2a03f4e8 --- /dev/null +++ b/gfx/debug/ob.pal @@ -0,0 +1,42 @@ + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 31, 31, 31 + RGB 00, 00, 00 + + ; red + RGB 31, 31, 31 + RGB 31, 00, 00 + RGB 31, 00, 00 + RGB 00, 00, 00 + + ; green + RGB 31, 31, 31 + RGB 00, 31, 00 + RGB 00, 31, 00 + RGB 00, 00, 00 + + ; blue + RGB 31, 31, 31 + RGB 00, 00, 31 + RGB 00, 00, 31 + RGB 00, 00, 00 diff --git a/gfx/debug/up_arrow.2bpp b/gfx/debug/up_arrow.2bpp new file mode 100644 index 00000000..2fa4ef56 --- /dev/null +++ b/gfx/debug/up_arrow.2bpp @@ -0,0 +1 @@ +ÿÿÿïÿïÿÇÿÇÿƒÿƒÿ
\ No newline at end of file |