aboutsummaryrefslogtreecommitdiffstats
path: root/home/names2.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-1/+1
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-2/+2
* Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-4/+4
* Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-241-1/+1
* Identify some unused WRAM variables (#453)Sylvie2024-06-151-2/+2
* Improve some RAM formattingRangi2021-05-311-3/+3
* Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi2021-04-131-9/+15
* Separate the two lists of unused namesRangi2020-08-311-1/+1
* Add comments associating constants with data, and identify some more dataRangi2020-07-201-0/+1
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-7/+7
* TM/HM constants named after movesRangi2020-07-051-1/+1
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi2020-07-041-1/+1
* Move more code from home.asm to home/Rangi2020-07-031-0/+93