aboutsummaryrefslogtreecommitdiff
path: root/map/loading/romtiles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-09-02 20:41:20 +0200
committerAstatin <[email protected]>2025-09-02 20:41:20 +0200
commit9786d0dd7d587d38d70a5d54f66612808e2989be (patch)
treea539c7a15a4932e4fab75d977f44c5b276f73888 /map/loading/romtiles.gbasm
parent1c4d3df6acdea1b49c23e2eada105535cf83a1da (diff)
Add some new tiles to main safe zones + fix
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