aboutsummaryrefslogtreecommitdiffstats
path: root/macros/scripts/text.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-9/+34
|\
| * Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi2025-02-271-9/+34
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-44/+44
| | | | | | New MACRO and DEF syntax
* | RGBDS syntax updates (#86)vulcandth2022-06-061-44/+44
| | | | | | New MACRO and DEF syntax
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-4/+3
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-4/+3
| | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * 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.
* Sync with pokereddannye2020-11-041-0/+213