aboutsummaryrefslogtreecommitdiffstats
path: root/engine/link (follow)
Commit message (Collapse)AuthorAgeFilesLines
* party_struct constants and ExchangeBytes size (#364)vulcandth2022-07-041-3/+3
| | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
* VC ExchangeBytes Aliases (#363)vulcandth2022-06-221-3/+3
| | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
* Improved Virtual Console patch identifiers (#357)vulcandth2022-06-062-8/+8
|
* Add hSerialConnectionStatus vc_assert (#354)vulcandth2022-04-171-0/+8
|
* Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-262-0/+8
|
* Refactorize check button pressed (#340)Yoann Fievez2021-11-051-11/+11
|
* Use {interpolation} to generate sequences of RAM labelsRangi2021-04-271-4/+4
| | | | Fixes #319
* Identify hUILayoutFlagsRangi2021-02-131-4/+4
|
* Fix file modesdannye2020-11-142-0/+0
|
* Sync more with pokeyellowRangi2020-11-051-6/+7
|
* SONY -> RIVALRangi2020-07-171-1/+1
|
* Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-2/+2
|
* Use 'tile' and 'tiles' macrosRangi2020-07-071-1/+1
|
* Sync coordinate macros with pokecrystalRangi2020-07-072-31/+31
|
* Use HIGH() and LOW()Rangi2020-07-071-2/+2
|
* callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-062-7/+7
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-062-25/+25
|
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-042-17/+17
|
* Replace raw hex values with HRAM constantsRangi2020-07-031-2/+2
| | | | To do: turn constants into labels and use ldh
* H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-4/+4
|
* Organize macros/ like pokecrystalRangi2020-07-031-2/+2
| | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
* Add subdirectories to engine/ similar to pokecrystalRangi2020-07-023-0/+1148