diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-02-02 14:13:56 -0500 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-02-02 14:13:56 -0500 |
commit | 74d55de75f0dd371af9711a61857db2ff846bc17 (patch) | |
tree | 13fae1314c231c80fd130c1a90535be39364a77d | |
parent | b4e74b4e135db9df372e26286777102e7fa4d22e (diff) |
Updated Triple layer blocks (markdown)
-rw-r--r-- | Triple-layer-blocks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Triple-layer-blocks.md b/Triple-layer-blocks.md index eae1f2d..f8ed075 100644 --- a/Triple-layer-blocks.md +++ b/Triple-layer-blocks.md @@ -1,6 +1,6 @@ Overworld maps are built out of blocks of tiles. Those blocks get placed in three overlapping layers, but only two layers can be used at a time. [A popular binary hack](https://www.pokecommunity.com/showthread.php?t=352725) allows triple-layer blocks, using all three layers at once by combining two blocks: one for the bottom and middle layers, and a subsequent "burner" block for the top layer. -To allow this in pokeemerald, just edit [src/field_camera.c](../blob/src/field_camera.c): +To allow this in pokeemerald, just edit [src/field_camera.c](../blob/master/src/field_camera.c): ```diff static void DrawMetatile(s32 metatileLayerType, u16 *metatiles, u16 offset) |