| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 1 | -5/+5 |
| |\ | |||||
| | * | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2025-11-27 | 1 | -3/+3 |
| | | | |||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 | 1 | -4/+4 |
| |\| | |||||
| | * | Use `<STAT>_UP1_EFFECT` constants (#522) | PokefanMarcel | 2025-08-16 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 1 | -2/+2 |
| |\| | |||||
| | * | Miscellaneous cleanup (#488) | Rangi | 2025-01-28 | 1 | -2/+2 |
| | | | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 1 | -5/+5 |
| |\| | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 1 | -4/+4 |
| | | | |||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-04-25 | 1 | -1/+1 |
| |\| | |||||
| | * | Name some unnamed animation constants (#396) | Vortyne | 2023-03-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-11-23 | 1 | -0/+3 |
| |\| | |||||
| | * | Comment on the CooltrainerFAI bug | Rangi | 2021-11-03 | 1 | -0/+3 |
| | | | | | | | | | Fixes #308 | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-03-25 | 1 | -1/+1 |
| |\| | |||||
| | * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 | 1 | -1/+1 |
| | | | | | | | | | Fixes #312 | ||||
| | * | Sync more with pokeyellow | Rangi | 2020-11-06 | 1 | -2/+2 |
| | | | |||||
| | * | Sync more with pokeyellow | Rangi | 2020-11-05 | 1 | -1/+1 |
| | | | |||||
| | * | Some formatting changes | Rangi | 2020-10-19 | 1 | -2/+2 |
| | | | |||||
| | * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 1 | -1/+1 |
| | | | |||||
| | * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 1 | -3/+3 |
| | | | |||||
| | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -5/+5 |
| | | | |||||
| | * | Correct comments in AISwitchIfEnoughMons | Rangi | 2020-07-05 | 1 | -2/+2 |
| | | | | | | | | | Fixes #244 | ||||
| | * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 1 | -4/+4 |
| | | | |||||
| | * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 1 | -1/+1 |
| | | | | | | | | | by rgbds 0.4.0) | ||||
| | * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 1 | -5/+5 |
| | | | |||||
| | * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 1 | -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 pokecrystal | Rangi | 2020-07-02 | 1 | -1/+1 |
| | | | |||||
| | * | Move more tables from engine/ to data/ | Rangi | 2020-06-23 | 1 | -102/+3 |
| | | | | | | | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | ||||
| | * | Use percent macro for trainer AI packages | Thomas Winwood | 2019-11-23 | 1 | -21/+21 |
| | | | |||||
| | * | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 2017-12-30 | 1 | -163/+163 |
| | | | | | | | | | in instructions like add a, x | ||||
| | * | Merge pull request #167 from Pokechu22/rgbds-0.3.3 | yenatch | 2017-09-29 | 1 | -2/+2 |
| | |\ | | | | | | | Update for RGBDS 0.3.3 | ||||
| | | * | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 2017-06-09 | 1 | -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 comments | dannye | 2017-06-24 | 1 | -4/+4 |
| | |/ | |||||
| | * | sync engine code with pokeyellow | YamaArashi | 2016-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | Sync more with pokered | Rangi | 2020-11-06 | 1 | -2/+2 |
| | | | |||||
| * | | Sync more with pokered | Rangi | 2020-11-05 | 1 | -3/+3 |
| | | | |||||
| * | | Sync with pokered | dannye | 2020-11-04 | 1 | -125/+26 |
| | | | |||||
| * | | Sync with pokered | dannye | 2020-05-20 | 1 | -169/+169 |
| | | | |||||
| * | | Add trainer_ai pokered changes to pokeyellow | Amber Brault | 2019-12-04 | 1 | -21/+21 |
| | | | |||||
| * | | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 2017-09-25 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered | dannye | 2016-06-12 | 1 | -4/+2 |
| |\| | |||||
| | * | Remove the last address comments | dannye | 2016-06-12 | 1 | -3/+3 |
| | | | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file | ||||
| | * | remove address comments | YamaArashi | 2016-06-11 | 1 | -52/+52 |
| | | | |||||
| | * | Fewer underscores in constants | dannye | 2015-12-14 | 1 | -4/+4 |
| | | | |||||
| | * | No more W_ | dannye | 2015-08-30 | 1 | -17/+17 |
| | | | |||||
| * | | remove address comments | YamaArashi | 2016-06-11 | 1 | -55/+55 |
| | | | |||||
| * | | More bankF documentation. | luckytyphlosion | 2016-01-16 | 1 | -2/+2 |
| | | | | | | | | | PrintCriticalOHKOText to AdjustDamageForMoveType | ||||
| * | | Fewer underscores in constants | luckytyphlosion | 2015-12-22 | 1 | -4/+4 |
| | | | | | | | | | dannye | ||||
| * | | engine/battle/trainer_ai.asm | luckytyphlosion | 2015-12-06 | 1 | -79/+90 |
| | | | |||||
