aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/move_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-173-8/+14
|\
| * 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
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-1/+1
| | | | | | | | | | | | | | | | | | * 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/pokereddannye2024-09-252-4/+4
|\|
| * 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
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Rename `SLP` to `SLP_MASK` (#89)vulcandth2022-06-171-1/+1
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-232-2/+2
|\|
| * Use ~X instead of $ff ^ XRangi2021-11-231-1/+1
| |
| * Add some constants for options (#344)Yoann Fievez2021-11-051-1/+1
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
| * 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
|
* Sync more with pokeredRangi2020-11-053-7/+7
|
* Sync with pokereddannye2020-11-0414-0/+884