fixed bugs, added progress bar, and more
[dosdemo] / src / data.asm
diff --git a/src/data.asm b/src/data.asm
new file mode 100644 (file)
index 0000000..26234fc
--- /dev/null
@@ -0,0 +1,7 @@
+       section .data
+
+       global loading_pixels
+       global _loading_pixels
+loading_pixels:
+_loading_pixels:
+       incbin "data/loading.img"