aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAge
* Minor fix in Makefile, add one `PIKACHU_SPRITE_INDEX` (#141)Narishma-gb2025-11-22
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-12
|\
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-12
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-10
| | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-06
|\|
| * Document visual glitch with Pewter City Gym guy (#526)PokefanMarcel2025-09-03
| |
| * Label and constant cleanup (#528)Narishma-gb2025-09-03
| | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
| * List end markers (-1 aka $FF) are not part of table dataRangi422025-08-13
| |
| * Use hardware constants for tile attributes in VermilionDockOAMBlock (#516)kagnusdev2025-07-11
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-02
|\|
| * Use combined hardware constantsRangi422025-06-30
| |
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-30
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-10
|\|
| * Use constants in `PrintBCDNumber` calls (#503)Narishma-gb2025-04-08
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-30
|\|
| * Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-30
| |
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-28
| |
| * Miscellaneous cleanup (#488)Rangi2025-01-28
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-27
| |
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-27
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-25
|\|
| * Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi422024-12-16
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-09
|\|
| * `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472)Vortyne2024-09-29
| |
* | Rename off-by-one wram labelsdannye2024-09-29
| |
* | Identify more bit flags (#119)Sylvie2024-09-29
| | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-25
|\|
| * Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-24
| |
| * Identify more bit flags (#465)Sylvie2024-09-24
| | | | | | | | | | * Identify more bit flags * Space
| * Identify more flag bits (#464)Sylvie2024-09-23
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-18
| |
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-18
| | | | | | Also identify `wPPUpCountAndMaxPP`
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-04
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-24
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-16
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-15
| |
* | Rename event constants for Jessie/James battlesRangi422024-07-24
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-21
|\|
| * Fix some map text constantsdannye2023-11-21
| |
| * Fix event checkdannye2023-11-20
| |
| * Identify `wSavedCoordIndex` and its other usagesRangi422023-11-20
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-20
|\|
| * Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437)Vortyne2023-11-19
| |
| * Fix incorrect fallthrough commentdannye2023-11-19
| |
| * Fix inconsistent object const namesdannye2023-11-19
| |
| * Name unnamed labels in seafoam islands and pokemon mansion script files (#435)Vortyne2023-11-19
| | | | | | | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels
| * Fix HallOfFake typodannye2023-11-19
| |
| * Fix Celedon typodannye2023-11-19
| |
| * Identify more map script labelsRangi422023-11-18
| |
| * Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-17
| | | | | | | | | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com>