summaryrefslogtreecommitdiff
path: root/data/moves
AgeCommit message (Collapse)Author
2021-05-08Dump banks $09 and $0B (#93)Zumi
2020-09-23Fill in named constants & values for moves (#76)jd-0
Fill in named constants & values for moves
2020-09-22Use Japanese charmap charactersRangi
2020-09-22Relabeled Item/MoveDescriptions & DexEntries (#74)jd-0
Re-label item & move descriptions and dex entries
2020-09-22Extract move data table (needs identification)Rangi
2020-09-20Extract item descriptionsRangi
2020-09-20Extract move 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-13Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵Ebernacher90
of file
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-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
2018-05-29Include data in main.asm (not base data, it doesn't match yet)Rangi
2018-05-28These are dex IDs, not internal indexesRangi
2018-05-28Define item constants; declare TM/HM movesRangi