aboutsummaryrefslogtreecommitdiffstats
path: root/home/predef_text.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify more flag bits (#464)Sylvie2024-09-231-1/+1
|
* Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-1/+1
| | | Also identify `wPPUpCountAndMaxPP`
* Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-171-5/+5
| | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
* Move all code out of home.asm into home/Rangi2020-07-071-0/+28
| | | | This results in 64 home/*.asm files, comparable to pokecrystal's 57.
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-237/+0
|
* 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/+237