diff options
-rw-r--r-- | Triple-layer-metatiles.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Triple-layer-metatiles.md b/Triple-layer-metatiles.md index 5f6b478..bfece45 100644 --- a/Triple-layer-metatiles.md +++ b/Triple-layer-metatiles.md @@ -106,7 +106,7 @@ With the state as is doors will break. Drawing doors also causes a call to `Draw This causes the game to use the normal rendering behavior when using handling door animations. -## Fixing the pokemart +### Fixing the pokemart Marts are weird in vanilla. They try to move tiles from BG1 to the other 2 BGs in order to make some space for the `pokemart` UI. They also redraw a big portion of the map which needs to be updated. All those changes go to `src/mart.c` |