diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2024-01-06 14:59:48 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2024-01-06 15:01:44 +0100 |
| commit | aced0bef691dbc41bdd39b6e62662d2436877a4b (patch) | |
| tree | e90f9fd8e4c4c3471c2fb246bb1372974294b469 /src/data | |
| parent | c3b771a20923b335bbea2ab97a68ac29d04fcc43 (diff) | |
Rename metaTiles
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/caveBorderMapData.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/caveBorderMapData.c b/src/data/caveBorderMapData.c index de31603b..692b542d 100644 --- a/src/data/caveBorderMapData.c +++ b/src/data/caveBorderMapData.c @@ -3,9 +3,9 @@ /* Tiles for the borders of the cave that are loaded during the transition. -When the player goes inside a cave during the start of the enter transition the border metatilemap is loaded and at the -end the metatilemap for the cave is loaded. When the player goes out of a cave during the start of the leave transition -the border metatilemap is loaded and at the end the metatilemap for the outside is loaded. +When the player goes inside a cave during the start of the enter transition the border tilemap is loaded and at the +end the tilemap for the cave is loaded. When the player goes out of a cave during the start of the leave transition +the border tilemap is loaded and at the end the tilemap for the outside is loaded. */ const MapDataDefinition gCaveBorder_LakeWoods_enter_start[] = { |
