diff options
Diffstat (limited to 'Edit-the-Town-Map.md')
-rw-r--r-- | Edit-the-Town-Map.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Edit-the-Town-Map.md b/Edit-the-Town-Map.md index 38eb75c..3acdda0 100644 --- a/Edit-the-Town-Map.md +++ b/Edit-the-Town-Map.md @@ -160,7 +160,7 @@ You can minimize those elements by making them only take up two rows. Edit [engi .ok farcall PokegearMap - ld a, $07 -- ld bc, $12 +- ld bc, SCREEN_WIDTH - 2 - hlcoord 1, 2 - call ByteFill - hlcoord 0, 2 @@ -232,7 +232,7 @@ You can minimize those elements by making them only take up two rows. Edit [engi - hlcoord 1, 1 - -; Middle row -- ld bc, 18 +- ld bc, SCREEN_WIDTH - 2 - ld a, " " - call ByteFill - |