aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-0617-15/+15
| |
* | Use `SFX_STOP_ALL_MUSIC` (#136)CreamElDudJafar2025-08-171-1/+1
| |
* | Rename `.asm_39c46` to `.loopSkipTrainer` (#122)PokefanMarcel2025-07-231-4/+4
| | | | | | | | | | --------- Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Replace hardcoded offset with address (#132)kagnusdev2025-07-231-1/+1
| |
* | Add more labels and constants for Options menu (#133)thoth-332025-07-232-159/+206
| | | | | | | | | | | | | | * Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com>
* | Update hardware.inc to 5.2.0Rangi422025-07-224-60/+86
| |
* | Use hardware.inc constants in places unique to YellowRangi422025-07-027-26/+22
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-02186-1477/+2391
|\|
| * 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 more ldpikacrydannye2025-05-2511-19/+22
| |
* | tools/unnamed.py supports RGBDS 0.9.2 (object revision 12)Rangi422025-05-101-3/+3
| |
* | Improve IsSurfingPikachuInParty documentation (#128)Linus Unnebäck2025-05-101-4/+5
| |
* | Name Func_07c4/StopBikeSurf (#118)Linus Unnebäck2025-05-101-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-1027-86/+177
|\|
| * 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 hardcoded address in VC patchRangi422025-02-041-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-3071-335/+361
|\|
| * Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-3017-69/+69
| |