aboutsummaryrefslogtreecommitdiff
path: root/init.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'init.gbasm')
-rw-r--r--init.gbasm2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.gbasm b/init.gbasm
index 79d09f6..8483d4a 100644
--- a/init.gbasm
+++ b/init.gbasm
@@ -1,3 +1,5 @@
+.DB $01, $02, $04, $08, $10, $20, $40, $80
+
.PADTO 0x0040
VBlank:
CALL =VBLANK_Entrypoint