aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | * Identify more bit flags * Space
* 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
| | | | Everything is named, unnamed.py reports 100.00% complete
* 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
| | | Also identify `wPPUpCountAndMaxPP`
* 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
| | | Actually, setting bit 0 of this byte disables auto text box drawing on calling DisplayTextID. See https://github.com/pret/pokered/blob/6e3ab0a9e97ff14123ac65f56cb4b4ddab45b695/engine/menus/display_text_id_init.asm#L7
* 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 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
|
* 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
|
* 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