diff options
author | Astatin <[email protected]> | 2024-10-01 17:17:13 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-10-01 17:17:13 +0900 |
commit | 9eab2451e369e56508d1a6b8380e772d74ce7c40 (patch) | |
tree | cb886283ddac73cec34d69075125338a93d4955c /main.gbasm | |
parent | 6f0a76fccce2bd8cbe74975623b28f0201b2610a (diff) |
Fix bunny display and add attack animation
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |