aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use bankless symbols for VC constantsRangi422024-08-043-7/+9
| | | | | | | | | | This is valid according to the .sym file spec: <https://rgbds.gbdev.io/sym/>
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-0450-177/+181
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-2443-129/+142
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-16143-1081/+1071
| |
| * Build with RGBDS 0.8.0, though it is not yet requiredRangi422024-06-282-4/+4
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-1520-53/+49
| |
| * Add comment about audio engine perfect pitch bug (#451)Preeyan Parmar2024-05-233-3/+6
| | | | | | Co-authored-by: preeyan <preeyan>
* | Use long option flags for rgbgfx, same as tools/gfxRangi422024-08-281-2/+2
| |
* | Rename event constants for Jessie/James battlesRangi422024-07-245-32/+31
| |
* | Build with RGBDS 0.8.0, though it is not yet requiredRangi422024-06-282-4/+4
| |
* | Improve documentation of some SRAM routines (#114)SatoMew2024-06-2613-71/+69
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-0524-74/+80
|\|
| * Use constant in wram for hidden item flags (#445)Vortyne2024-05-055-2/+15
| | | | | | Prevents defining more hidden items than the flag array has room for
| * Fix hard-coded bankdannye2024-05-051-1/+1
| |
| * Update to RGBDS 0.7.0 (#447)Rangi2024-01-0313-48/+35
| |
| * Use BANK("Trainer Sight") to apply to all four possible functions in the ↵Vortyne2023-12-231-1/+1
| | | | | | | | "Trainer Sight" section (#444)
| * Clean up item comments (#443)SatoMew2023-12-183-15/+21
| |
| * Correct StarterDex function comment (#440)colawsol2023-12-061-1/+1
| |
| * Convert a couple ds 2 to dwvulcandth2023-11-223-4/+4
| |
| * Delete a couple EOL whitespace.vulcandth2023-11-222-2/+2
| |
* | Remove pcm.py since pcm.c handles itRangi422023-11-231-156/+0
| |
* | Rename pikachu palette packetsdannye2023-11-2111-92/+94
| |
* | Don't list unidentified labels in webhook right nowdannye2023-11-211-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-2150-362/+346
|\|
| * Fix some map text constantsdannye2023-11-215-21/+21
| |
| * Fix a few usages of EFFECTIVEdannye2023-11-213-4/+3
| |
| * Fix inaccurate comment in UpdateNPCSpriteRangi422023-11-211-2/+2
| | | | | | | | Fixes #404
| * Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi422023-11-214-14/+14
| | | | | | | | Fixes #430
| * Rename two unused items as `ITEM_XX` like pokecrystalRangi422023-11-214-11/+11
| |
| * Use some more constants in place of raw numbersRangi422023-11-212-18/+23
| |
| * Replace some `$a` with `EFFECTIVE` (#399)RainbowMetalPigeon2023-11-211-2/+2
| |
| * Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew2023-11-214-79/+79
| |
| * Use MEGA_PUNCH constant in explosion animation routine (#434)BlueZangoose2023-11-214-8/+19
| | | | | | | | | | | | | | | | | | * Use MEGA_PUNCH constant in explosion animation routine * Add AnimationType constants and assert --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
| * Update install instructions for Arch LinuxRotekoppen2023-11-211-3/+1
| | | | | | RGBDS is now available in the official repos as community/rgbds
| * Fix event checkdannye2023-11-201-1/+1
| |
| * List unidentified labels in Discord webhookRangi422023-11-201-1/+1
| |
| * Have palfix.py always output grayscaleRangi422023-11-201-19/+5
| | | | | | | | Fixes #431
| * Identify `wSavedCoordIndex` and its other usagesRangi422023-11-2015-54/+57
| |
| * Add `bigdw` and `dc` data macrosRangi422023-11-208-91/+76
| |
| * Identify the unnamed HRAM variables and one WRAM label (#438)Vortyne2023-11-206-33/+30
| |
* | Extend tools/pcm.c to allow decoding .pcm to .wavRangi422023-11-201-9/+68
| | | | | | | | Fixes #79
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-20730-13192/+14903
|\|
| * Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437)Vortyne2023-11-192-4/+4
| |
| * Fix SAFFRONCTIY typodannye2023-11-192-2/+2
| |
| * Fix inconsistent B1F object constsdannye2023-11-192-6/+6
| |
| * Fix incorrect fallthrough commentdannye2023-11-191-1/+1
| |
| * Fix inconsistent object const namesdannye2023-11-196-27/+27
| |
| * Remove incorrect sign object constsdannye2023-11-192-3/+0
| |
| * Name unnamed labels in seafoam islands and pokemon mansion script files (#435)Vortyne2023-11-1910-105/+105
| | | | | | | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels
| * Fix HallOfFake typodannye2023-11-191-2/+2
| |