summaryrefslogtreecommitdiff
path: root/home/start.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
committerdannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
commit5647ca687b92954dcf37a6ea6bfbc9a341c32de4 (patch)
treedde1937a1bfdb3a835f4155e1c2eb8f1aaf86f63 /home/start.asm
parent53fcd05aa24693093d8af1dc8ec4fedd3957decc (diff)
Sync with pokered
Diffstat (limited to 'home/start.asm')
-rw-r--r--home/start.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/start.asm b/home/start.asm
new file mode 100644
index 00000000..379436ae
--- /dev/null
+++ b/home/start.asm
@@ -0,0 +1,10 @@
+_Start::
+ cp GBC
+ jr z, .gbc
+ xor a
+ jr .ok
+.gbc
+ ld a, 1
+.ok
+ ldh [hGBC], a
+ jp Init