aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-25287-2463/+2580
|\
| * Use `const_skip`Rangi422024-09-241-12/+12
| * Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-2448-115/+124
| * Identify hardware register bits (#469)Sylvie2024-09-246-13/+24
| * Identify more bit flags (#465)Sylvie2024-09-2413-27/+40
| * Fix comment: Road -> Roar (#466)Vortyne2024-09-241-4/+4
| * Identify more flag bits (#464)Sylvie2024-09-2353-193/+267
| * Remove the Discord webhook and tools/unnamed.pyRangi422024-09-183-157/+0
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-1857-237/+243
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-1873-181/+182
| * Use correct label in get_trainer_name.asm (#461)Vortyne2024-09-091-1/+1
| * Use long option flags for rgbgfx, same as tools/gfxRangi422024-08-281-9/+9
| * Fix comment about auto text box drawing (#458)Vortyne2024-08-041-1/+1
| * Use bankless symbols for VC constantsRangi422024-08-043-7/+9
| * 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
* | 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
| * 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 "Tra...Vortyne2023-12-231-1/+1
| * 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
| * Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi422023-11-214-14/+14
| * 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
| * Update install instructions for Arch LinuxRotekoppen2023-11-211-3/+1
| * 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