diff options
Diffstat (limited to 'Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md')
-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 4a3724b..3c3afa5 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 @@ -533,7 +533,7 @@ Anyway, `LoadMapPart` calls `LoadMetatiles` to load certain data from the \*_met + + ldh a, [rSVBK] + push af -+ ld a, BANK(wSurroundingTiles) ; aka BANK(wSurroundingAttributes) ++ ld a, BANK("Surrounding Data") + ldh [rSVBK], a ; copy the 4x4 metatile @@ -666,7 +666,7 @@ One more thing: edit [engine/overworld/load_map_part.asm](../blob/master/engine/ - decoord 0, 0 + ldh a, [rSVBK] + push af -+ ld a, BANK(wSurroundingTiles) ; aka BANK(wSurroundingAttributes) ++ ld a, BANK("Surrounding Data") + ldh [rSVBK], a ld b, SCREEN_HEIGHT .loop |