aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/trainer_ai.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-5/+5
|\
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-3/+3
| |
| * Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-251-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-4/+4
|\|
| * Use `<STAT>_UP1_EFFECT` constants (#522)PokefanMarcel2025-08-161-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-2/+2
|\|
| * Miscellaneous cleanup (#488)Rangi2025-01-281-2/+2
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-5/+5
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-4/+4
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-04-251-1/+1
|\|
| * Name some unnamed animation constants (#396)Vortyne2023-03-251-1/+1
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-0/+3
|\|
| * Comment on the CooltrainerFAI bugRangi2021-11-031-0/+3
| | | | | | | | Fixes #308
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-251-1/+1
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-1/+1
| | | | | | | | Fixes #312
| * Sync more with pokeyellowRangi2020-11-061-2/+2
| |
| * Sync more with pokeyellowRangi2020-11-051-1/+1
| |
| * Some formatting changesRangi2020-10-191-2/+2
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-1/+1
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-3/+3
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-5/+5
| |
| * Correct comments in AISwitchIfEnoughMonsRangi2020-07-051-2/+2
| | | | | | | | Fixes #244
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-4/+4
| |
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-1/+1
| | | | | | | | by rgbds 0.4.0)
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-5/+5
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-6/+6
| | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-1/+1
| |
| * Move more tables from engine/ to data/Rangi2020-06-231-102/+3
| | | | | | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
| * Use percent macro for trainer AI packagesThomas Winwood2019-11-231-21/+21
| |
| * Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-301-163/+163
| | | | | | | | in instructions like add a, x
| * Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch2017-09-291-2/+2
| |\ | | | | | | Update for RGBDS 0.3.3
| | * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | | The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
| * | Fix typos in commentsdannye2017-06-241-4/+4
| |/
| * sync engine code with pokeyellowYamaArashi2016-06-121-1/+1
| |
* | Sync more with pokeredRangi2020-11-061-2/+2
| |
* | Sync more with pokeredRangi2020-11-051-3/+3
| |
* | Sync with pokereddannye2020-11-041-125/+26
| |
* | Sync with pokereddannye2020-05-201-169/+169
| |
* | Add trainer_ai pokered changes to pokeyellowAmber Brault2019-12-041-21/+21
| |
* | Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu222017-09-251-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokered into merge-pokereddannye2016-06-121-4/+2
|\|
| * Remove the last address commentsdannye2016-06-121-3/+3
| | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file
| * remove address commentsYamaArashi2016-06-111-52/+52
| |
| * Fewer underscores in constantsdannye2015-12-141-4/+4
| |
| * No more W_dannye2015-08-301-17/+17
| |
* | remove address commentsYamaArashi2016-06-111-55/+55
| |
* | More bankF documentation.luckytyphlosion2016-01-161-2/+2
| | | | | | | | PrintCriticalOHKOText to AdjustDamageForMoveType
* | Fewer underscores in constantsluckytyphlosion2015-12-221-4/+4
| | | | | | | | dannye
* | engine/battle/trainer_ai.asmluckytyphlosion2015-12-061-79/+90
| |