aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/trainer_ai.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-101-2/+2
|\
| * fixed namesYamaArashi2015-08-071-2/+2
| |
* | Replace some hardcoded data sizesdannye2015-08-091-1/+1
|/
* Use more lbdannye2015-08-051-1/+1
| | | | and other clean up
* more naming variablesYamaArashi2015-07-241-12/+14
|
* Name sound effectsdannye2015-07-191-1/+1
|
* Consolidate coord macrosdannye2015-07-181-1/+1
|
* named wram variablesYamaArashi2015-07-141-6/+6
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-9/+8
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Clean up white spaceU-Daniel-PC\Daniel2015-06-111-3/+3
|
* Fix a hardcoded value by replacing it with a variable.IIMarckus2015-05-311-1/+1
|
* Further split bank e stuffxCrystal2015-04-011-0/+837