diff options
author | Astatin <[email protected]> | 2024-12-24 17:51:12 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-12-24 17:51:12 +0900 |
commit | 30d350a66f38036316197cc208e4b2f8011c6f50 (patch) | |
tree | 59bea84d11a5cf1939784f40a1d53eb75475d79d /main.gbasm | |
parent | 0ed4b7a5d40ce169dc3f7e061d6edeccfa0b8784 (diff) |
Draw cat sprite
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -91,9 +91,9 @@ New_Dungeon: LD $mem_current_mode, A LD $mem_requested_mode, A - LD HL, $9c0f - LD BC, =Debug_Text - CALL =Print_str + ; LD HL, $9c0f + ; LD BC, =Debug_Text + ; CALL =Print_str LD A, $68 LD ($9c02), A @@ -109,18 +109,18 @@ New_Dungeon: VBLANK_Entrypoint: .ENABLE_WINDOW_NO_WAIT_HBLANK - LD A, $tmp_var_5 - LD HL, $9c12 - CALL =Print_8bit - LD A, $tmp_var_6 - LD HL, $9c0d - CALL =Print_8bit - LD A, $tmp_var_4 - LD HL, $9c0a - CALL =Print_8bit - LD A, $mem_bunny_current_room_idx - LD HL, $9c07 - CALL =Print_8bit + ; LD A, $tmp_var_5 + ; LD HL, $9c12 + ; CALL =Print_8bit + ; LD A, $tmp_var_6 + ; LD HL, $9c0d + ; CALL =Print_8bit + ; LD A, $tmp_var_4 + ; LD HL, $9c0a + ; CALL =Print_8bit + ; LD A, $mem_bunny_current_room_idx + ; LD HL, $9c07 + ; CALL =Print_8bit LD A, $palette_bold_font LD $reg_bg_palette, A |