diff options
| author | dannye <33dannye@gmail.com> | 2021-03-25 17:39:44 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-03-25 17:39:44 -0500 |
| commit | eb47bda8ee5c1f002236200df36012de9e243a97 (patch) | |
| tree | fc69fc5435582efebd36fc54414673dd8ac7f646 /data/maps/town_map_entries.asm | |
| parent | Merge remote-tracking branch 'remotes/pokered/master' (diff) | |
| parent | Verify data table and name list sizes with assertion macros (diff) | |
| download | pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.tar.gz pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.tar.xz pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/maps/town_map_entries.asm')
| -rw-r--r-- | data/maps/town_map_entries.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/maps/town_map_entries.asm b/data/maps/town_map_entries.asm index 8ad4bc28..954a3ee9 100644 --- a/data/maps/town_map_entries.asm +++ b/data/maps/town_map_entries.asm @@ -5,6 +5,7 @@ ENDM ; the appearance of towns and routes in the town map ExternalMapEntries: + table_width 3, ExternalMapEntries ; x, y, name external_map 2, 11, PalletTownName external_map 2, 8, ViridianCityName @@ -43,6 +44,7 @@ ExternalMapEntries: external_map 0, 6, Route23Name external_map 10, 1, Route24Name external_map 11, 0, Route25Name + assert_table_length FIRST_INDOOR_MAP internal_map: MACRO |
