diff options
author | Astatin <[email protected]> | 2024-08-14 20:05:28 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-14 20:05:28 +0900 |
commit | f9f115384757135fa8488bd43eb3e5e91cc243d9 (patch) | |
tree | 6ab2b9bf120267f85140e1d8c9aa3a12b7e9c446 /bunny.gbasm | |
parent | 59c2f3cc678df564bb9cf2b232537ce8a9d734fa (diff) |
Add RNG + do some tests with is_solid
Diffstat (limited to 'bunny.gbasm')
-rw-r--r-- | bunny.gbasm | 8 |
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 |