summaryrefslogtreecommitdiff
path: root/data/items
AgeCommit message (Collapse)Author
2021-05-08Dump banks $09 and $0B (#93)Zumi
2020-09-22include -> INCLUDERangi
2020-09-22Relabeled Item/MoveDescriptions & DexEntries (#74)jd-0
Re-label item & move descriptions and dex entries
2020-09-21Remove excess spacesRangi
2020-09-20Extract item descriptionsRangi
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-08-09Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since ↵Rangi
only the debug Gold ROM is built
2018-07-31Finished dumping bank 1Pokeglitch
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-06-08Rudimentary held item constants for item attributesPikalaxALT
2018-06-08Disassemble item attributesPikalaxALT
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-02Make the repository build all four ROMsPikalaxALT
2018-06-01Use fullwidth digitsRangi
2018-05-31Declare Pokédex type search data; add more commentsRangi
2018-05-30Clean up Makefilepfero
This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want.
2018-05-30Dump item and move namesRangi