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 bfece45..717ab51 100644 --- a/Triple-layer-metatiles.md +++ b/Triple-layer-metatiles.md @@ -108,7 +108,7 @@ This causes the game to use the normal rendering behavior when using handling do ### 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` +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/shop.c` In `BuyMenuDrawMapBg`: |