aboutsummaryrefslogtreecommitdiff
path: root/bunny.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'bunny.gbasm')
-rw-r--r--bunny.gbasm8
1 files changed, 0 insertions, 8 deletions
diff --git a/bunny.gbasm b/bunny.gbasm
index 01801ab..ff2aa99 100644
--- a/bunny.gbasm
+++ b/bunny.gbasm
@@ -148,14 +148,6 @@ Move_Bunny:
RET
Display_Bunny: ; X position in $81, Y position in $80
- LD A, $mem_bunny_x
- LD HL, $9840
- CALL =Print_8bit
-
- LD A, $mem_bunny_y
- LD HL, $9860
- CALL =Print_8bit
-
LD A, $mem_bunny_x_px
LD B, A
LD A, $mem_bunny_y_px