From f9f115384757135fa8488bd43eb3e5e91cc243d9 Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 14 Aug 2024 20:05:28 +0900 Subject: Add RNG + do some tests with is_solid --- bunny.gbasm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bunny.gbasm') 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 -- cgit v1.2.3-70-g09d2