aboutsummaryrefslogtreecommitdiffstats
path: root/macros/farcall.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct commentRangi2025-12-011-1/+1
|
* Comment that `farcall` and `callfar` are interchangableRangi2025-12-011-0/+7
|
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-4/+4
|
* RGBDS syntax updates (#358)vulcandth2022-06-061-6/+6
| | | New MACRO and DEF syntax
* Sync home and macro code with pokeyellowRangi2020-11-051-0/+13
|
* callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-6/+4
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-3/+3
|
* H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-3/+3
|
* Organize macros/ like pokecrystalRangi2020-07-031-0/+37
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.