From 9786d0dd7d587d38d70a5d54f66612808e2989be Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 2 Sep 2025 20:41:20 +0200 Subject: Add some new tiles to main safe zones + fix --- map/loading/romtiles.gbasm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'map/loading/romtiles.gbasm') diff --git a/map/loading/romtiles.gbasm b/map/loading/romtiles.gbasm index e35a1e5..51ebacf 100644 --- a/map/loading/romtiles.gbasm +++ b/map/loading/romtiles.gbasm @@ -64,11 +64,10 @@ Load_ROM_Block: ; X in A, Y in B LD A, (HL+) LD ($mem_prepared_block_tile), A - LD A, (HL) + LD A, (HL-) LD ($mem_prepared_block_tile+1), A LD A, L - DEC A ADD $40 LD L, A LD A, H -- cgit v1.2.3-70-g09d2