diff options
author | Astatin <[email protected]> | 2025-04-08 19:55:07 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-04-08 19:55:07 +0200 |
commit | 5eb4fc176cae7907a90789051e1e3a9d1fc10f37 (patch) | |
tree | 09c3b1f4cfd61ca368cd2f8e40a808522541388c /modes | |
parent | 51bdddd2ee8357950d785a60b887730368527277 (diff) |
Fix last dungeon generation mode frame
Diffstat (limited to 'modes')
-rw-r--r-- | modes/dungeongeneration.gbasm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modes/dungeongeneration.gbasm b/modes/dungeongeneration.gbasm index c119338..2aa41ba 100644 --- a/modes/dungeongeneration.gbasm +++ b/modes/dungeongeneration.gbasm @@ -170,8 +170,6 @@ Dungeon_generation_VBlank: .ENABLE_VBLANK_INTERRUPTS .RESET_INTERRUPTS - LD A, $lcdc_mapbg_tilemap - LD $reg_lcd_controller, A EI Wait_for_Interrupt.loop: |