diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 12:39:50 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 12:39:50 -0400 |
| commit | 15bcd882288c2f7e4a902a44cd9b90d76306fcf9 (patch) | |
| tree | 69c94c4e36c13e814774da529f7ed19e6a662e2c /data/maps/town_map_entries.asm | |
| parent | e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a (diff) | |
Indent comments that describe data table macro formats
Diffstat (limited to 'data/maps/town_map_entries.asm')
| -rwxr-xr-x | data/maps/town_map_entries.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
