aboutsummaryrefslogtreecommitdiffstats
path: root/macros/scripts/text.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use rgbds 0.5.0 features:Rangi2021-04-171-4/+3
| | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* Fix file modesdannye2020-11-141-0/+0
|
* Use const_skip and const_next macros for brevityRangi2020-07-091-33/+35
|
* Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi2020-07-091-38/+38
| | | | implementations
* Sync coordinate macros with pokecrystalRangi2020-07-071-1/+1
|
* text_linkpromptbutton -> text_waitbuttonRangi2020-07-061-3/+3
| | | | Fixes #260
* Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-061-2/+2
| | | | MACRO/ENDM, etc)
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-62/+195
|
* Organize macros/ like pokecrystalRangi2020-07-031-0/+78
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.