aboutsummaryrefslogtreecommitdiffstats
path: root/macros/scripts/text.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-27Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi1-9/+34
2022-06-06RGBDS syntax updates (#86)vulcandth1-44/+44
New MACRO and DEF syntax
2022-06-06RGBDS syntax updates (#358)vulcandth1-44/+44
New MACRO and DEF syntax
2021-04-17Use rgbds 0.5.0 features:Rangi1-4/+3
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2020-11-14Fix file modesdannye1-0/+0
2020-11-04Sync with pokereddannye1-0/+213
2020-07-09Use const_skip and const_next macros for brevityRangi1-33/+35
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi1-38/+38
implementations
2020-07-07Sync coordinate macros with pokecrystalRangi1-1/+1
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi1-3/+3
Fixes #260
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi1-2/+2
MACRO/ENDM, etc)
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi1-62/+195
2020-07-03Organize macros/ like pokecrystalRangi1-2/+0
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-05-20Sync with pokereddannye1-0/+80
2016-07-31Split macros.asmdannye1-0/+80