aboutsummaryrefslogtreecommitdiff
path: root/map/loading/romtiles.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'map/loading/romtiles.gbasm')
-rw-r--r--map/loading/romtiles.gbasm3
1 files changed, 1 insertions, 2 deletions
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