aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.gbasm b/main.gbasm
index a3447d2..3ae5cf4 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -26,6 +26,10 @@ VBLANK_Entrypoint:
CALL =Display_Object
CALL $OAM_DMA_Transfer_routine
+ LD HL, $9800
+ LD A, ($c98b)
+ CALL =Print_8bit
+
CALL =Object_Interactions_Check
CALL =Pad_Button_Check