diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 18:19:56 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 18:19:56 -0400 |
| commit | 55bb99580eeccc92106437c4ad86edb8ca89ecda (patch) | |
| tree | 5aa22f9fc5526c2d1461f01f5859de7dd573c2f3 /data/maps/headers/FuchsiaCity.asm | |
| parent | Factor out graphics INCBINs from main.asm to gfx/*.asm (diff) | |
| download | pokeyellow-55bb99580eeccc92106437c4ad86edb8ca89ecda.tar.gz pokeyellow-55bb99580eeccc92106437c4ad86edb8ca89ecda.tar.xz pokeyellow-55bb99580eeccc92106437c4ad86edb8ca89ecda.zip | |
data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects
To do: Polished Map support for loading the objects
Diffstat (limited to 'data/maps/headers/FuchsiaCity.asm')
| -rwxr-xr-x | data/maps/headers/FuchsiaCity.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/maps/headers/FuchsiaCity.asm b/data/maps/headers/FuchsiaCity.asm new file mode 100755 index 00000000..6028bce0 --- /dev/null +++ b/data/maps/headers/FuchsiaCity.asm @@ -0,0 +1,6 @@ + + map_header FuchsiaCity, FUCHSIA_CITY, OVERWORLD, SOUTH | WEST | EAST + connection south, Route19, ROUTE_19, 5 + connection west, Route18, ROUTE_18, 4 + connection east, Route15, ROUTE_15, 4 + end_map_header |
