summaryrefslogtreecommitdiff
path: root/macros/event.asm
AgeCommit message (Collapse)Author
2015-10-04soft resetPikalaxALT
2015-09-09Fix typos in comments.IIMarckus
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-13- Update variable sprites to use constants rather than fixed valuesPikalaxALT
2015-06-23Introduce checkmorn/checkday/checknite to replace checktime.IIMarckus
2015-06-08Fix macro changemapScott Norton
Syntax is now `changemap MapBlockDataBank, MapBlockDataPointer`
2015-04-13Enumerate the event script command macros.yenatch
This is ugly, but much better than static values.
2015-02-11Use labels for script specials instead of constants/static values.yenatch
2015-01-20Stop using the preprocessor.yenatch