Address PR suggestions (#1078)

This commit is contained in:
xCrystal
2024-01-28 21:19:32 +01:00
parent e0c278a595
commit 17d3a1a8ae
4 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
_LoadOverworldTilemap::
; From the metatile-based 24x20 map in wSurroundingTiles,
; load the corresponding 20x18 tiles to wTilemap.
; This function is only used for the initial loading of the map; incremental
; loads while moving happen through UpdateBGMapRow and UpdateBGMapColumn.
ld hl, wSurroundingTiles
ld a, [wPlayerMetatileY]
and a