aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Specify file extensions that `make` does not generateRangi422025-08-271-5/+12
|
* Document a bug in `PrintBenchGuyText` (#523)Narishma-gb2025-08-171-0/+9
|
* Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2025-08-174-202/+219
|
* Use `<STAT>_UP1_EFFECT` constants (#522)PokefanMarcel2025-08-161-4/+4
|
* List end markers (-1 aka $FF) are not part of table dataRangi422025-08-132-5/+5
|
* Say how many bytes the assertion macros expected vs gotRangi422025-08-131-14/+20
|
* Identify `JOYP_SGB_MLT_REQ` constantRangi422025-08-112-4/+7
|
* Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constantsRangi422025-08-112-24/+50
|
* Try to catch missing commas in `tmhm` learnsetsRangi422025-08-031-0/+1
|
* Update hardware.inc to 5.2.0Rangi422025-07-223-23/+31
|
* Use hardware constants for tile attributes in VermilionDockOAMBlock (#516)kagnusdev2025-07-111-4/+4
|
* Use less generic labels for party finding loops (#514)kagnusdev2025-07-071-4/+4
|
* Require RGBDS 0.9.3 for its DMG palette specs (#513)Rangi2025-07-025-19/+19
|
* Check limits for warp, bg, and object eventsRangi422025-07-023-8/+18
|
* Define `MAX_WARP_EVENTS`Rangi422025-07-023-2/+7
|
* Use more audio constantsRangi422025-06-303-33/+33
|
* Use combined hardware constantsRangi422025-06-3049-86/+86
|
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-30152-1360/+2253
|
* Distinguish single trainer pics section from Pokemon picsRangi422025-06-253-3/+3
|
* Fishing graphics make more sense horizontallyRangi422025-06-253-0/+0
|
* Simplify `li` macroRangi422025-06-111-1/+1
|
* Add .rgbds-version file for rgbenv compatibilityRangi422025-06-071-0/+1
|
* Fix typosdannye2025-06-037-11/+11
|
* Add a `CANNOT_MOVE` constant (#508)Rangi2025-05-312-3/+8
|
* Use features new to RGBDS 0.9.2 (#506)Rangi2025-05-104-15/+15
|
* Fix sprite data comment (#507)Vortyne2025-05-091-2/+2
| | | Reduces confusion if someone edits this file since the wrong byte was commented
* Rename `Green1/2/3` to `Rival1/2/3` for consistencyRangi422025-04-201-6/+6
|
* Use constants in `PrintBCDNumber` calls (#503)Narishma-gb2025-04-088-15/+12
|
* Further improve NPC trade labels and comments (#493)SatoMew2025-04-082-27/+14
|
* Use constants for PP masks instead of magic numbers (#504)edave642025-04-026-16/+20
|
* Remove GSC-only Stadium data handling from make_patch.cRangi422025-03-111-6/+0
|
* Support `<` and `>` prefixes for high and low bytes in VC patch templates (#502)Rangi2025-03-081-2/+22
|
* Correct `vc_patch` length (#499)Narishma-gb2025-03-081-1/+1
|
* Use constants for trade text indexes (#501)Rangi2025-03-082-5/+24
|
* Use "command -v" instead of "which"mid-kid2025-03-071-1/+1
| | | | | | The "which" command has been deprecated in debianutils, and while other distributions still ship it, "command -v" is in POSIX and implemented without external packages.
* Fix termux instructions to not use "sudo"mid-kid2025-03-071-2/+2
|
* Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi2025-02-274-27/+82
|
* Fix hardcoded address in Blue VC patchRangi422025-02-041-1/+1
|
* Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-3017-69/+69
|
* Consistently refer to CGB, not GBC (#491)SatoMew2025-01-304-15/+18
|
* Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-2815-25/+25
|
* Miscellaneous cleanup (#488)Rangi2025-01-2818-34/+46
| | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
* Comment on size of unionRangi422025-01-281-0/+1
|
* Correct wTileMapBackup declared space (#487)Engezerstorung2025-01-284-32/+46
|
* Use `EFFECT_1E`Rangi422024-12-271-1/+1
|
* Use exported constants for VC patch (#483)vulcandth2024-12-277-144/+136
|
* Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-2748-63/+74
|
* Use RGBDS 0.9.0 (#482)Rangi2024-12-255-22/+21
|
* Use `SERIAL_RNS_LENGTH` in `BattleRandom`Rangi422024-12-211-2/+2
|
* Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi422024-12-162-3/+6
|