summaryrefslogtreecommitdiff
path: root/asm/macros/map.inc
AgeCommit message (Collapse)Author
2022-01-23Add new macro commentsGriffinR
2022-01-23Add missing :req, remove old macrosGriffinR
2021-04-01Fix bg event macrosGriffinR
2020-04-28Sync map header property names with pokefireredGriffinR
2018-12-26Use map_header_flags macro (#483)Marcus Huderle
2018-12-19Fix deleted lineDeokishisu
2018-12-19Add requirements to the fields of the object_event macroDeokishisu
With these changes, the compiler will yell at you if you screw up the number of fields for your event objects while manually editing a map's events.inc. Making these fields required will prevent event corruption of all map events that are included after the map with the messed up fields.
2018-10-19clean flags and remove temp macrogarak
2018-10-17begin event flag names, add temporary hidden item macrogarak
2018-07-11Sync bg_event macros with pokerubyMarcus Huderle
2018-06-15Split out movement radius in object_event macroMarcus Huderle
2018-06-15Remove filler bytes from object_event macroMarcus Huderle
2018-06-15Get all map constants from include/ rather than constants/Marcus Huderle
2017-10-24TestDiegoisawesome
2017-10-23Prepare for dumpingDiegoisawesome
2016-11-01.s -> .incYamaArashi