aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Use less generic labels for party finding loops (#514)kagnusdev2025-07-07
* Require RGBDS 0.9.3 for its DMG palette specs (#513)Rangi2025-07-02
* Check limits for warp, bg, and object eventsRangi422025-07-02
* Define `MAX_WARP_EVENTS`Rangi422025-07-02
* Use more audio constantsRangi422025-06-30
* Use combined hardware constantsRangi422025-06-30
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-30
* Distinguish single trainer pics section from Pokemon picsRangi422025-06-25
* Fishing graphics make more sense horizontallyRangi422025-06-25
* Simplify `li` macroRangi422025-06-11
* Add .rgbds-version file for rgbenv compatibilityRangi422025-06-07
* Fix typosdannye2025-06-03
* Add a `CANNOT_MOVE` constant (#508)Rangi2025-05-31
* Use features new to RGBDS 0.9.2 (#506)Rangi2025-05-10
* Fix sprite data comment (#507)Vortyne2025-05-09
* Rename `Green1/2/3` to `Rival1/2/3` for consistencyRangi422025-04-20
* Use constants in `PrintBCDNumber` calls (#503)Narishma-gb2025-04-08
* Further improve NPC trade labels and comments (#493)SatoMew2025-04-08
* Use constants for PP masks instead of magic numbers (#504)edave642025-04-02
* Remove GSC-only Stadium data handling from make_patch.cRangi422025-03-11
* Support `<` and `>` prefixes for high and low bytes in VC patch templates (#502)Rangi2025-03-08
* Correct `vc_patch` length (#499)Narishma-gb2025-03-08
* Use constants for trade text indexes (#501)Rangi2025-03-08
* Use "command -v" instead of "which"mid-kid2025-03-07
* Fix termux instructions to not use "sudo"mid-kid2025-03-07
* Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi2025-02-27
* Fix hardcoded address in Blue VC patchRangi422025-02-04
* Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-30
* Consistently refer to CGB, not GBC (#491)SatoMew2025-01-30
* Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-28
* Miscellaneous cleanup (#488)Rangi2025-01-28
* Comment on size of unionRangi422025-01-28
* Correct wTileMapBackup declared space (#487)Engezerstorung2025-01-28
* Use `EFFECT_1E`Rangi422024-12-27
* Use exported constants for VC patch (#483)vulcandth2024-12-27
* Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-27
* Use RGBDS 0.9.0 (#482)Rangi2024-12-25
* Use `SERIAL_RNS_LENGTH` in `BattleRandom`Rangi422024-12-21
* Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi422024-12-16
* Remove redundant parenthesesRangi422024-12-16
* Use "gray", not "grey"Rangi422024-12-16
* Assert the relations between some move effect constants (#478)Sylvie2024-11-24
* GitHub Actions needs libpng-dev installed for rgbdsRangi422024-10-16
* Renamed pokemon-asm-tools to gb-asm-toolsRangi422024-10-09
* Tools depend on common.h by defaultRangi422024-10-07
* Remove independent tools and link to pokemon-asm-toolsRangi422024-10-07
* Comment wave5 garbage data (#474)Sylvie2024-10-07
* Rewrite `transpose_tiles` to be in-place (#475)Sylvie2024-10-07
* Consistently format WRAM values (#476)Sylvie2024-10-07
* `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection`Vortyne2024-10-07