aboutsummaryrefslogtreecommitdiffstats
path: root/macros/farcall.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-0/+7
|\
| * 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.
* Misc. naming and cleanup (#139)Narishma-gb2025-09-101-2/+2
| | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* RGBDS syntax updates (#86)vulcandth2022-06-061-10/+10
| | | New MACRO and DEF syntax
* Organize home and macro codeRangi2020-11-051-16/+5
|
* Start reorganizing pokeyellowRangi2020-11-041-0/+57
|
* Sync with pokereddannye2020-11-041-0/+33