aboutsummaryrefslogtreecommitdiffstats
path: root/engine (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-17Document a bug in `PrintBenchGuyText` (#523)Narishma-gb1-0/+9
2025-08-17Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi1-1/+1
2025-08-16Use `<STAT>_UP1_EFFECT` constants (#522)PokefanMarcel1-4/+4
2025-08-11Identify `JOYP_SGB_MLT_REQ` constantRangi421-4/+4
2025-08-11Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constantsRangi421-14/+14
2025-07-07Use less generic labels for party finding loops (#514)kagnusdev1-4/+4
2025-06-30Use combined hardware constantsRangi428-11/+11
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi46-317/+317
2025-06-25Distinguish single trainer pics section from Pokemon picsRangi421-1/+1
2025-06-03Fix typosdannye5-8/+8
2025-05-31Add a `CANNOT_MOVE` constant (#508)Rangi1-3/+6
2025-05-09Fix sprite data comment (#507)Vortyne1-2/+2
2025-04-08Use constants in `PrintBCDNumber` calls (#503)Narishma-gb5-11/+8
2025-04-08Further improve NPC trade labels and comments (#493)SatoMew1-25/+9
2025-04-02Use constants for PP masks instead of magic numbers (#504)edave645-16/+16
2025-03-08Use constants for trade text indexes (#501)Rangi1-5/+23
2025-02-27Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi1-6/+6
2025-01-30Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2-9/+9
2025-01-30Consistently refer to CGB, not GBC (#491)SatoMew1-8/+8
2025-01-28Consistently capitalize `ASSERT` directives (#489)Rangi11-20/+20
2025-01-28Miscellaneous cleanup (#488)Rangi13-29/+37
2025-01-28Correct wTileMapBackup declared space (#487)Engezerstorung1-12/+12
2024-12-27Use `EFFECT_1E`Rangi421-1/+1
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi1-1/+1
2024-12-25Use RGBDS 0.9.0 (#482)Rangi1-2/+1
2024-12-21Use `SERIAL_RNS_LENGTH` in `BattleRandom`Rangi421-2/+2
2024-12-16Remove redundant parenthesesRangi426-10/+10
2024-12-16Use "gray", not "grey"Rangi423-4/+4
2024-11-24Assert the relations between some move effect constants (#478)Sylvie1-3/+5
2024-10-07`FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection`Vortyne1-3/+3
2024-09-29`dbsprite` is the wrong macro for `WriteOAMBlock` data (#472)Vortyne4-39/+58
2024-09-25This byte is written to, but not used (#471)Vortyne1-1/+1
2024-09-24Identify `wCurrentMapScriptFlags` bits (#467)Sylvie5-5/+5
2024-09-24Identify hardware register bits (#469)Sylvie2-4/+4
2024-09-24Identify more bit flags (#465)Sylvie8-16/+24
2024-09-24Fix comment: Road -> Roar (#466)Vortyne1-4/+4
2024-09-23Identify more flag bits (#464)Sylvie27-110/+119
2024-09-18Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie43-172/+173
2024-09-18Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie10-28/+26
2024-09-09Use correct label in get_trainer_name.asm (#461)Vortyne1-1/+1
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie38-147/+146
2024-07-24Identify wcd6d as wNameBuffer and others (#455)Sylvie21-50/+52
2024-07-16Identify various flag labels and bit constants (#454)Sylvie60-443/+449
2024-06-15Identify some unused WRAM variables (#453)Sylvie12-19/+19
2024-05-05Fix hard-coded bankdannye1-1/+1
2024-01-03Update to RGBDS 0.7.0 (#447)Rangi2-4/+4
2023-12-18Clean up item comments (#443)SatoMew1-11/+17
2023-12-06Correct StarterDex function comment (#440)colawsol1-1/+1
2023-11-22Delete a couple EOL whitespace.vulcandth1-1/+1
2023-11-21Fix a few usages of EFFECTIVEdannye3-4/+3