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