aboutsummaryrefslogtreecommitdiffstats
path: root/home/predef_text.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-23Identify more flag bits (#464)Sylvie1-1/+1
2024-09-18Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie1-1/+1
Also identify `wPPUpCountAndMaxPP`
2023-11-17Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck1-5/+5
* Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
2020-11-04Sync with pokereddannye1-0/+28
2020-07-07Move all code out of home.asm into home/Rangi1-0/+28
This results in 64 home/*.asm files, comparable to pokecrystal's 57.
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi1-237/+0
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi1-1/+1
by rgbds 0.4.0)
2020-07-03Move more code from home.asm to home/Rangi1-0/+237