aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-13List end markers (-1 aka $FF) are not part of table dataRangi421-2/+2
2025-07-11Use hardware constants for tile attributes in VermilionDockOAMBlock (#516)kagnusdev1-4/+4
2025-06-30Use combined hardware constantsRangi4235-61/+61
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi53-226/+226
2025-04-08Use constants in `PrintBCDNumber` calls (#503)Narishma-gb1-1/+1
2025-01-30Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb8-41/+41
2025-01-28Consistently capitalize `ASSERT` directives (#489)Rangi1-1/+1
2025-01-28Miscellaneous cleanup (#488)Rangi1-1/+1
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi1-2/+2
2024-12-16Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi421-2/+1
2024-09-29`dbsprite` is the wrong macro for `WriteOAMBlock` data (#472)Vortyne1-1/+1
2024-09-24Identify `wCurrentMapScriptFlags` bits (#467)Sylvie39-103/+103
2024-09-24Identify more bit flags (#465)Sylvie1-1/+1
2024-09-23Identify more flag bits (#464)Sylvie5-5/+5
2024-09-18Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie7-16/+16
2024-09-18Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie54-131/+132
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie4-10/+10
2024-07-24Identify wcd6d as wNameBuffer and others (#455)Sylvie4-4/+4
2024-07-16Identify various flag labels and bit constants (#454)Sylvie57-299/+300
2024-06-15Identify some unused WRAM variables (#453)Sylvie1-1/+1
2023-11-21Fix some map text constantsdannye1-5/+5
2023-11-20Fix event checkdannye1-1/+1
2023-11-20Identify `wSavedCoordIndex` and its other usagesRangi427-40/+40
2023-11-19Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437)Vortyne2-4/+4
2023-11-19Fix incorrect fallthrough commentdannye1-1/+1
2023-11-19Fix inconsistent object const namesdannye3-9/+9
2023-11-19Name unnamed labels in seafoam islands and pokemon mansion script files (#435)Vortyne9-104/+104
2023-11-19Fix HallOfFake typodannye1-2/+2
2023-11-19Fix Celedon typodannye1-4/+4
2023-11-18Identify more map script labelsRangi4215-86/+85
2023-11-17Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2-4/+4
2023-08-26Missing usage of def_script_pointers (#423)Vortyne1-0/+1
2023-07-15Thoroughly document debug code (#410)SatoMew1-1/+1
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth223-8551/+8852
2022-09-15Distinguish Elite 4 "meta" constants from event constantsRangi2-2/+2
2022-08-11Use the same music headers as pokecrystal (#382)Rangi1-1/+1
2022-07-09wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton1-1/+1
2021-11-23Use ~X instead of $ff ^ XRangi1-2/+2
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi1-2/+2
2021-05-31Update CeruleanCity.asmAmber Brault1-9/+9
2021-05-31Clean many labels of scripts of all gymsYoann Fievez8-474/+478
2021-05-31Partially document CeruleanCity.asmAmber Brault1-39/+41
2021-04-13The 'def_trainers' macro checks that trainers' event flag bits are correct (#...Rangi69-117/+257
2021-04-08Trim extra newlines from some filesRangi1-2/+0
2020-11-14Fix file modesdannye224-0/+0
2020-11-06Sync more with pokeyellowRangi13-23/+21
2020-09-22Use the constant in all relevant situationsSatoMew1-2/+2
2020-08-30Identify some hSpriteDataOffset valuesRangi2-11/+11
2020-08-28Use decimal, not hex, for sprite (object) coordinates in map scriptsRangi13-47/+47
2020-07-18Consistent labels for Gym name scriptsRangi8-46/+50