pokecrystal-board/data/maps
mid-kid abb9454307 Make the connection macro simpler to use
It now only takes one numerical parameter, which is the offset of the
target map relative to the source map, much like in AdvancedMap. This
makes it easier to make connections and avoids having to calculate these
values by hand, and/or "mess with the values 'till it works", as many
have been doing thus far. It's just one, easy-to-understand value.

To convert from the old macro to the new macro, just take the fourth and
the fifth parameter, and calculate `<4th_param> - <5th_param>`. The
result is the value required for the new macro.
2018-11-06 21:19:07 +01:00
..
attributes.asm Make the connection macro simpler to use 2018-11-06 21:19:07 +01:00
blocks.asm Pokecom Center Admin Room -> Office 2018-02-25 22:19:17 -05:00
environment_colors.asm Add ROOF_ constants 2018-02-04 21:39:46 -05:00
flypoints.asm Remove all address comments 2018-06-24 16:13:22 +02:00
landmarks.asm landmark macro includes the +8/+16 offsets for X/Y coordinates 2018-07-07 00:59:27 -04:00
map_data.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00
maps.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00
outdoor_sprites.asm Fix triple newlines left over from removing address comments 2018-06-24 23:22:50 -04:00
roofs.asm gfx/roofs/*.png filenames match ROOF_* constants 2018-10-31 17:46:18 -04:00
scenes.asm Remove all address comments 2018-06-24 16:13:22 +02:00
scripts.asm Pokecom Center Admin Room -> Office 2018-02-25 22:19:17 -05:00
setup_scripts.asm Remove all address comments 2018-06-24 16:13:22 +02:00
sgb_roof_pal_inds.asm Remove all address comments 2018-06-24 16:13:22 +02:00
spawn_points.asm Remove even more address comments 2018-06-25 02:10:37 +02:00