Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-11 | Group item and deco data more | Remy Oukaour | |
2018-01-11 | More constants and data tables | Remy Oukaour | |
2018-01-10 | Arrays end with -1, not $ff | Remy Oukaour | |
2018-01-03 | More relevant data file locations | Remy Oukaour | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2017-12-27 | Remove redundant data/ filename prefixes | Remy Oukaour | |
2017-12-27 | Move events/ to engine/events/ | Remy Oukaour | |
2017-12-26 | event/ → events/, and move some appropriate engine/ files there | Remy Oukaour | |
2017-12-26 | Name mail graphics | Remy Oukaour | |
2017-12-24 | Merge branch 'master' of https://github.com/pret/pokecrystal | Remy Oukaour | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-24 | HELD_TRADE_EVOLVE -> HELD_FLINCH | mid-kid | |
This item effect effectively causes the target to flinch (sometimes). It's not exclusive to trade evolve items in later generations either. | |||
2017-12-23 | Move NUM_BUENA_PRIZES to event/buena.asm (still hard-coded) | Remy Oukaour | |
Buena_PrizeMenu has "rept NUM_BUENA_PRIZES", which needs NUM_BUENA_PRIZES to be already defined. BuenaPrizeItems and BuenaPrizeItemsEnd are needed to define NUM_BUENA_PRIZES; but BuenaPrizeItems is defined after Buena_PrizeMenu. I don't see a way to avoid hard-coding its value of 9. Contrast that with the NUM_MOM_ITEMS constants, which are not used as "rept" arguments and so can be defined within their code file. | |||
2017-12-15 | Copy pokered's organization some more, with further constant and data files | Remy Oukaour | |
2017-12-14 | Split items/ and trainers/ into their data/ and engine/ components | Remy Oukaour | |
Move some data into a pokemon/ subdirectory |