summaryrefslogtreecommitdiff
path: root/macros/map.asm
AgeCommit message (Collapse)Author
2017-12-14Reorganize macrosRemy Oukaour
2017-12-12xy_trigger handles $0 padding, so map scripts are simplerRemy Oukaour
2017-12-11Move lots of data tables into individual data/ filesRemy Oukaour
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
2017-12-11Document macros/map.asmRemy Oukaour
Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events) Prefix FLOOR to the `elevfloor` constants
2016-01-05maptrigger macroPikalaxALT
2015-12-25Labels relating to odd eggPikalaxALT
2015-12-15No more ItemFragmentPikalaxALT
2015-12-09itemfragmentPikalaxALT
2015-11-02Removed \2\@ from map_header_2PikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-08-17Add radio_constants.asm, update "map" macroPikalaxALT
2015-07-31Split fourth-to-last byte of person_event into nybble argumentsPikalaxALT
2015-07-29Reworked person_event argumentsPikalaxALT
2015-07-25Macro update, roam mon annotationsPikalaxALT
Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags.
2015-07-23Replaced GROUP_, MAP_ references with the map macroPikalaxALT
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme Added new macro elevfloor to simplify the definition of elevators under this new scheme
2015-07-20More label updates, moved predefs to new filePikalaxALT
Also named most of the engine and event flag constants.
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-07-13Replace EVENT_ALWAYS_THERE with -1PikalaxALT
2015-07-09Split the sixth argument of map_header into separate arguments.IIMarckus
From PikalaxALT.
2015-02-11Move the map_header macro into macros/map.asm.yenatch
2015-02-11Move second map header macros into macros/map.asm.yenatch
On second thought, keep the data separate from ugly macros.
2015-01-20Move around some more macros.yenatch
2015-01-20Stop using the preprocessor.yenatch