summaryrefslogtreecommitdiff
path: root/maps/placeholder/BaadonRouteGateWest.asm
AgeCommit message (Collapse)Author
2020-09-21Copy pokered map organization (maps/*.blk, scripts/*.asm, ↵Rangi
data/maps/objects/*.asm)
2020-09-20Remove address commentsjd-0
Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4}
2020-09-13Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵Ebernacher90
of file
2019-02-26Sort maps into placeholder and non-placeholder.luckytyphlosion