diff options
author | Astatin <[email protected]> | 2025-09-02 20:41:20 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-02 20:41:20 +0200 |
commit | 9786d0dd7d587d38d70a5d54f66612808e2989be (patch) | |
tree | a539c7a15a4932e4fab75d977f44c5b276f73888 /map/loading/romtiles.gbasm | |
parent | 1c4d3df6acdea1b49c23e2eada105535cf83a1da (diff) |
Add some new tiles to main safe zones + fix
Diffstat (limited to 'map/loading/romtiles.gbasm')
-rw-r--r-- | map/loading/romtiles.gbasm | 3 |
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 |