aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-10-08 18:04:22 +0900
committerAstatin <astatin@redacted>2024-10-08 18:04:22 +0900
commitd355a883e53574c474d322b39872ae51a40cedc5 (patch)
tree8de5825730ed3f1cf6bd5692c811c3e68bbae902 /main.gbasm
parent9bdce0aa0daf5bf25f21e2bc6863312f01f55376 (diff)
Fox following bunny (WIP)
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.gbasm b/main.gbasm
index 3ae5cf4..a3447d2 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -26,10 +26,6 @@ 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