aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-10-01 17:17:13 +0900
committerAstatin <astatin@redacted>2024-10-01 17:17:13 +0900
commit9eab2451e369e56508d1a6b8380e772d74ce7c40 (patch)
treecb886283ddac73cec34d69075125338a93d4955c /main.gbasm
parent6f0a76fccce2bd8cbe74975623b28f0201b2610a (diff)
Fix bunny display and add attack animation
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.gbasm b/main.gbasm
index ba1f003..a3447d2 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -25,9 +25,6 @@ VBLANK_Entrypoint:
CALL =Display_Prepared_Block
CALL =Display_Object
CALL $OAM_DMA_Transfer_routine
- LD HL, $9800
- LD A, $mem_bunny_x
- CALL =Print_8bit
CALL =Object_Interactions_Check