aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus/main_menu.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-3/+4
|
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-5/+5
|
* Label and constant cleanup (#528)Narishma-gb2025-09-031-2/+3
| | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* Use combined hardware constantsRangi422025-06-301-1/+1
|
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-24/+24
|
* Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-7/+7
|
* Remove redundant parenthesesRangi422024-12-161-2/+2
|
* Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-241-1/+1
|
* Identify various flag labels and bit constants (#454)Sylvie2024-07-161-41/+45
|
* Identify some unused WRAM variables (#453)Sylvie2024-06-151-1/+1
|
* Thoroughly document debug code (#410)SatoMew2023-07-151-4/+9
|
* Complete and improve debug name labels (#408)SatoMew2023-02-261-0/+1
|
* Identify some `.asm_*` labelsRangi2022-07-101-2/+2
|
* Improved Virtual Console patch identifiers (#357)vulcandth2022-06-061-2/+2
|
* Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-261-0/+2
|
* Add some constants for options (#344)Yoann Fievez2021-11-051-7/+6
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Refactorize check button pressed (#340)Yoann Fievez2021-11-051-7/+7
|
* Fix file modesdannye2020-11-141-0/+0
|
* Add comments associating constants with data, and identify some more dataRangi2020-07-201-4/+4
|
* $ec = "▷"Rangi2020-07-161-4/+4
|
* Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-0/+1
|
* Sync coordinate macros with pokecrystalRangi2020-07-071-32/+32
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-16/+16
|
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-8/+10
|
* H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-5/+5
|
* Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+712