summaryrefslogtreecommitdiff
path: root/maps
AgeCommit message (Collapse)Author
2020-09-21Copy pokered map organization (maps/*.blk, scripts/*.asm, ↵Rangi
data/maps/objects/*.asm)
2020-09-20Remove more address commentsRangi
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-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
2020-08-09Clean up some code in home/Rangi
2019-03-13Fix for starter mons.andwhyisit
2019-02-26Disassemble SetTime.luckytyphlosion
2019-02-26Disassemble remaining maps.luckytyphlosion
2019-02-26Disassemble ShizukanaOkaluckytyphlosion
2019-02-26Sort maps into placeholder and non-placeholder.luckytyphlosion
2018-07-17Add all dummy scripts.luckytyphlosion
2018-07-08Add maps to linkerscriptluckytyphlosion
2018-07-08Build files in maps/luckytyphlosion
2018-07-08Dump all blksluckytyphlosion
2018-07-03Introduce linkerscript.luckytyphlosion
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
2018-07-03Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into masterobskyr
Long overdue!
2018-06-24fixed the 3-dot leaders at SatoMew's request2Tie
2018-06-24all the non-dummy map scripts until Silent Hill are disassebled. five left!2Tie