aboutsummaryrefslogtreecommitdiffstats
path: root/macros/code.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi2025-11-231-0/+8
|
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-2/+2
|
* RGBDS syntax updates (#358)vulcandth2022-06-061-8/+8
| | | New MACRO and DEF syntax
* Fix file modesdannye2020-11-141-0/+0
|
* Sync home and macro code with pokeyellowRangi2020-11-051-1/+1
|
* Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-061-3/+3
| | | | MACRO/ENDM, etc)
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-0/+11
|
* Organize macros/ like pokecrystalRangi2020-07-031-0/+9
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.