aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/move_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace hard-coded numbers with constants in haze.asm (#564)DrNyk2026-01-171-2/+2
* Comment more unreferenced local labels (#550)Narishma-gb2025-12-152-2/+7
* Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-251-4/+5
* Consistently use `ld [hli]`/`ld [hld]`, not `ldi`/`ldd`Rangi2025-10-051-1/+1
* Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-1/+1
* Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-241-3/+3
* Rename `SLP` to `SLP_MASK` (#361)vulcandth2022-06-171-1/+1
* Use ~X instead of $ff ^ XRangi2021-11-231-1/+1
* Add some constants for options (#344)Yoann Fievez2021-11-051-1/+1
* Sync more with pokeyellowRangi2020-11-053-7/+7
* Sync coordinate macros with pokecrystalRangi2020-07-073-6/+6
* callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-066-14/+14
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-0614-33/+33
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-0412-39/+39
* H_CONSTANTNAMES -> hConstantNamesRangi2020-07-0314-33/+33
* Add subdirectories to engine/ similar to pokecrystalRangi2020-07-0214-0/+891