summaryrefslogtreecommitdiff
path: root/engine/battle/trainer_ai.asm
AgeCommit message (Collapse)Author
2021-11-03Comment on the CooltrainerFAI bugRangi
Fixes #308
2021-03-25Verify data table and name list sizes with assertion macrosRangi
Fixes #312
2020-11-06Sync more with pokeyellowRangi
2020-11-05Sync more with pokeyellowRangi
2020-10-19Some formatting changesRangi
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-05Correct comments in AISwitchIfEnoughMonsRangi
Fixes #244
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi
by rgbds 0.4.0)
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi
2020-06-23Move more tables from engine/ to data/Rangi
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2019-11-23Use percent macro for trainer AI packagesThomas Winwood
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal
in instructions like add a, x
2017-09-29Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch
Update for RGBDS 0.3.3
2017-06-24Fix typos in commentsdannye
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz
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>
2016-06-12sync engine code with pokeyellowYamaArashi
2016-06-12Remove the last address commentsdannye
except for wram.asm and sram.asm also delete unused yellow file
2016-06-11remove address commentsYamaArashi
2015-12-14Fewer underscores in constantsdannye
2015-08-30No more W_dannye
2015-08-10Merge branch 'master' of https://github.com/YamaArashi/pokereddannye
2015-08-09Replace some hardcoded data sizesdannye
2015-08-07fixed namesYamaArashi
2015-08-05Use more lbdannye
and other clean up
2015-07-24more naming variablesYamaArashi
2015-07-19Name sound effectsdannye
2015-07-18Consolidate coord macrosdannye
2015-07-14named wram variablesYamaArashi
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-06-11Clean up white spaceU-Daniel-PC\Daniel
2015-05-31Fix a hardcoded value by replacing it with a variable.IIMarckus
2015-04-01Further split bank e stuffxCrystal