diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-21 13:00:14 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-21 13:00:14 -0500 |
commit | a9fe12b09b5629fd66cfb9d48245469586945ab3 (patch) | |
tree | 1702b31f3ad92205141edcf969461a13beef5f62 | |
parent | af2e566baba8584f87d56c40718ca02fd041d2f6 (diff) |
Fix diff
-rw-r--r-- | Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md b/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md index 7e93d14..a244f51 100644 --- a/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md +++ b/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md @@ -526,11 +526,11 @@ Anyway, `LoadMapPart` calls `LoadMetatiles` to load certain data from the \*_met add hl, hl add hl, hl - ld a, [wTilesetBlocksAddress] -- ld a, [wTilesetDataAddress] ++ ld a, [wTilesetDataAddress] add l ld l, a - ld a, [wTilesetBlocksAddress + 1] -- ld a, [wTilesetDataAddress + 1] ++ ld a, [wTilesetDataAddress + 1] adc h ld h, a + |