summaryrefslogtreecommitdiff
path: root/macros/scripts/text.asm
AgeCommit message (Collapse)Author
2021-01-03Merge last changes from pretklektron
2021-01-03and it's finally done :Dklektron
2020-11-14Fix file modesdannye
2020-07-09Use const_skip and const_next macros for brevityRangi
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi
Fixes #260
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi
MACRO/ENDM, etc)
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.