aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-04-151-1/+1
|\
| * Change text label `_SilphCo8FSilphWorkerMSilphIsFinishedText` (#578)PokefanMarcel2026-04-091-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-1745-287/+289
|\|
| * Document SFX event bug inside Rocket Hideout B1F (#566)CreamElDudJafar2026-01-171-2/+3
| |
| * Use macros to enforce "hidden object" constraints, and rename them to ↵Rangi2026-01-072-2/+2
| | | | | | | | "hidden events" (#559)
| * Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi2026-01-0734-249/+249
| | | | | | | | them to "toggleable objects" (#557)
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-152-2/+3
| |
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-272-3/+3
| |
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`.
* | Minor fix in Makefile, add one `PIKACHU_SPRITE_INDEX` (#141)Narishma-gb2025-11-221-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-1/+1
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-1/+1
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-107-8/+8
| | | | | | | | | | | | | | | | | | * 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-066-18/+18
|\|
| * Document visual glitch with Pewter City Gym guy (#526)PokefanMarcel2025-09-031-1/+1
| |
| * Label and constant cleanup (#528)Narishma-gb2025-09-034-11/+11
| | | | | | | | | | * 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-131-2/+2
| |
| * Use hardware constants for tile attributes in VermilionDockOAMBlock (#516)kagnusdev2025-07-111-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-0256-291/+291
|\|
| * Use combined hardware constantsRangi422025-06-3035-61/+61
| |
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-3053-226/+226
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-1/+1
|\|
| * Use constants in `PrintBCDNumber` calls (#503)Narishma-gb2025-04-081-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-3010-26/+26
|\|
| * Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-308-41/+41
| |
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-1/+1
| |
| * Miscellaneous cleanup (#488)Rangi2025-01-281-1/+1
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-271-2/+2
| |
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-271-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-251-2/+1
|\|
| * Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi422024-12-161-2/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-091-1/+1
|\|
| * `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472)Vortyne2024-09-291-1/+1
| |
* | Rename off-by-one wram labelsdannye2024-09-299-15/+15
| |
* | Identify more bit flags (#119)Sylvie2024-09-291-1/+1
| | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-25100-636/+638
|\|
| * Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-2439-103/+103
| |
| * Identify more bit flags (#465)Sylvie2024-09-241-1/+1
| | | | | | | | | | * Identify more bit flags * Space
| * Identify more flag bits (#464)Sylvie2024-09-235-5/+5
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-187-16/+16
| |
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-1854-131/+132
| | | | | | Also identify `wPPUpCountAndMaxPP`
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-044-10/+10
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-244-4/+4
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-1657-299/+300
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-151-1/+1
| |
* | Rename event constants for Jessie/James battlesRangi422024-07-244-24/+24
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-218-46/+46
|\|
| * Fix some map text constantsdannye2023-11-211-5/+5
| |
| * Fix event checkdannye2023-11-201-1/+1
| |
| * Identify `wSavedCoordIndex` and its other usagesRangi422023-11-207-40/+40
| |