Skip to content

Commit 80e4cd9

Browse files
committed
sgb guide: minor fixes
1 parent a6cacb3 commit 80e4cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/guides/sgb_border.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ As stated before, the SGB border consists of tile data, picture data, and palett
178178
- the picture data must be at `$8000`-`$873f` (last 64 bytes are _usually_ offscreen, see [notes](#notes))
179179
- palette data must be at `$8800`-`$885f`
180180
- everything else is ignored
181-
* how you skip putting data at `$8740`-`$87ff` is up to you, I prefer doing separate copies, valen prefers copying tilemap and palette data in one go, with the area between them pa
181+
* how you skip putting data at `$8740`-`$87ff` is up to you, I prefer doing separate copies, others prefer copying tilemap and palette data in one go, with the area between them padded.
182182

183183
See also the related Pan Docs entry: [SGB Command Border](https://gbdev.io/pandocs/SGB_Command_Border.html).
184184

0 commit comments

Comments
 (0)