summaryrefslogtreecommitdiff
path: root/Dice/obj/icon.src
diff options
context:
space:
mode:
Diffstat (limited to 'Dice/obj/icon.src')
-rw-r--r--Dice/obj/icon.src9
1 files changed, 9 insertions, 0 deletions
diff --git a/Dice/obj/icon.src b/Dice/obj/icon.src
new file mode 100644
index 0000000..24ec1cb
--- /dev/null
+++ b/Dice/obj/icon.src
@@ -0,0 +1,9 @@
+ section .icon
+
+ jp ___prgm_init
+ db $02
+
+ public ___description
+___description:
+ db "Dice Roller", 0
+___prgm_init: