diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-01-27 12:54:35 -0500 |
|---|---|---|
| committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-01-27 12:54:35 -0500 |
| commit | d5cafbf0b71fa823778e7a2c38e8db047a327957 (patch) | |
| tree | d0ec10106b50dd2736ae90477bc1923a3d02ee91 | |
| parent | 2162d4575a093cc5381f0f8e2a0f797382f6c2d8 (diff) | |
Updated Allow map tiles to appear above sprites (markdown)
| -rw-r--r-- | Allow-map-tiles-to-appear-above-sprites.md | 4 |
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.  -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. |
