diff options
Diffstat (limited to 'Expand-the-Town-Map-tileset.md')
-rw-r--r-- | Expand-the-Town-Map-tileset.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Expand-the-Town-Map-tileset.md b/Expand-the-Town-Map-tileset.md index 00e8c8d..64ff84f 100644 --- a/Expand-the-Town-Map-tileset.md +++ b/Expand-the-Town-Map-tileset.md @@ -157,7 +157,7 @@ And edit [engine/pokegear/pokegear.asm](../blob/master/engine/pokegear/pokegear. TownMapPals: ; Assign palettes based on tile ids hlcoord 0, 0 - decoord 0, 0, wAttrMap + decoord 0, 0, wAttrmap ld bc, SCREEN_WIDTH * SCREEN_HEIGHT .loop ; Current tile |