aboutsummaryrefslogtreecommitdiffstats
path: root/home/names2.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Rangi2020-07-041-1/+1
| | | | by rgbds 0.4.0)
* Move more code from home.asm to home/Rangi2020-07-031-0/+93