summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-01-27 12:54:35 -0500
committerRangi <35663410+Rangi42@users.noreply.github.com>2018-01-27 12:54:35 -0500
commitd5cafbf0b71fa823778e7a2c38e8db047a327957 (patch)
treed0ec10106b50dd2736ae90477bc1923a3d02ee91
parent2162d4575a093cc5381f0f8e2a0f797382f6c2d8 (diff)
Updated Allow map tiles to appear above sprites (markdown)
-rw-r--r--Allow-map-tiles-to-appear-above-sprites.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Allow-map-tiles-to-appear-above-sprites.md b/Allow-map-tiles-to-appear-above-sprites.md
index 3f7d120..5bfb0a8 100644
--- a/Allow-map-tiles-to-appear-above-sprites.md
+++ b/Allow-map-tiles-to-appear-above-sprites.md
@@ -213,8 +213,8 @@ ScrollBGMapPalettes:: ; 4c03f
Notice how `SwapTextboxPalettes` now reuses the loop it shares with `ScrollBGMapPalettes`, and then the whole decision of which nybble to read is no longer necessary because the whole byte defines one tile's attributes.
-Anyway—at this point you are done!
+Anyway—at this point you are done! Now when you edit a palette_map.asm file, you can use the names `PRIORITY_GRAY`, `PRIORITY_BROWN`, etc., and the corresponding tile will appear above any NPC.
![Screenshot](screenshots/tile-priority.png)
-Now when you edit a palette_map.asm file, you can use the names `PRIORITY_GRAY`, `PRIORITY_BROWN`, etc., and the corresponding tile will appear above any NPC. *However*, the lightest hue (that's white when you're editing the monochrome tileset PNG) will be transparent. That's how tall grass works: you see only the parts of the player sprite that overlap "white" pixels (actually light green, using the standard outdoor color palette). So design your overhead tiles carefully.
+*However*, the lightest hue (that's white when you're editing the monochrome tileset PNG) will be transparent. That's how tall grass works: you see only the parts of the player sprite that overlap "white" pixels (actually light green, using the standard outdoor color palette). So design your overhead tiles carefully.