diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2024-01-06 18:12:53 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2024-01-06 18:12:53 +0100 |
| commit | 560dfa45b16d5da212174423d71c67f638366cce (patch) | |
| tree | fb103ec8abfce76017c37ebb163bd91a8fea1278 /src/data | |
| parent | 06dc15859867c7f2db22ea6e289e28ff12b0b6c9 (diff) | |
Add more tilemap documentation
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 692b542d..40a0c62a 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 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. +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[] = { |
