diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-15 13:23:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 13:23:22 -0400 |
| commit | 87f24a885d888411d715171d75163bd59a609b41 (patch) | |
| tree | 802877f7038146e7246ba4adc56d560049e5eb96 /data/maps | |
| parent | e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a (diff) | |
| parent | 254f26bf6b36f1a35f3c3f58516e4f719af122c2 (diff) | |
Merge pull request #274 from Rangi42/master
Indent comments that describe data table macro formats
Diffstat (limited to 'data/maps')
| -rwxr-xr-x | data/maps/force_bike_surf.asm | 2 | ||||
| -rwxr-xr-x | data/maps/town_map_entries.asm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/force_bike_surf.asm b/data/maps/force_bike_surf.asm index 7f65333d..74eba325 100755 --- a/data/maps/force_bike_surf.asm +++ b/data/maps/force_bike_surf.asm @@ -3,7 +3,7 @@ force_bike_surf: MACRO ENDM ForcedBikeOrSurfMaps: -; map id, x, y + ; map id, x, y force_bike_surf ROUTE_16, 17, 10 force_bike_surf ROUTE_16, 17, 11 force_bike_surf ROUTE_18, 33, 8 diff --git a/data/maps/town_map_entries.asm b/data/maps/town_map_entries.asm index b06714d6..1aba1cfe 100755 --- a/data/maps/town_map_entries.asm +++ b/data/maps/town_map_entries.asm @@ -5,7 +5,7 @@ ENDM ; the appearance of towns and routes in the town map ExternalMapEntries: -; x, y, name + ; x, y, name external_map 11, 2, PalletTownName external_map 8, 2, ViridianCityName external_map 3, 2, PewterCityName @@ -53,7 +53,7 @@ ENDM ; the appearance of buildings and dungeons in the town map InternalMapEntries: -; maximum map id subject to this rule, x, y, name + ; maximum map id subject to this rule, x, y, name internal_map OAKS_LAB, 11, 2, PalletTownName internal_map VIRIDIAN_GYM, 8, 2, ViridianCityName internal_map VIRIDIAN_FOREST_SOUTH_GATE, 6, 2, Route2Name |
