summaryrefslogtreecommitdiff
path: root/macros/maps.asm
AgeCommit message (Collapse)Author
2021-05-09Use rgbds 0.5.1 featuresRangi
rgbfix now warns about overwriting non-zero bytes
2020-09-22Move the 'map' macro to where it is usedRangi
2020-09-22Simplify bg_event usage, and document map event macro argumentsRangi
2020-09-22Port updated map event macrosRangi
2020-09-22Port the improved connection macro from pokegold/pokecrystalRangi
2020-09-20- Remove trailing whitespaceRangi
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
2020-09-13Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵Ebernacher90
of file
2018-07-08Build files in maps/luckytyphlosion
2018-07-08Dump Map Events.luckytyphlosion