summaryrefslogtreecommitdiff
path: root/src/data/cards.asm
AgeCommit message (Expand)Author
2020-12-16NidoranF attacksElectroDeoxys
2020-04-24Merge branch 'master' into masterxCrystal
2020-04-23First contributionsJappaWakka
2020-04-22Added some AI related constantsElectroDeoxys
2019-09-10Fix move flag constants and some card constantsElectroDeoxys
2019-09-07Add constants for CheckLoadedMoveFlagElectroDeoxys
2018-06-30Rename 'Kind' labels (issue #36)xCrystal
2018-02-16all permissions 755 -> 644xCrystal
2018-02-15StylexCrystal
2018-02-10Refractor/rearrange some macrosxCrystal
2018-02-07More accurate card type constantsxCrystal
2018-02-07More home disasm and miscxCrystal
2018-02-07More home disassemblyxCrystal
2016-09-17unknown2 param of move struct is actually its animationxCrystal
2016-03-05figure out substatus duelvarsxCrystal
2016-03-04correct some text labels with multiple meaningsxCrystal
2016-01-26Clean up white spacedannye
2016-01-26Clean up move effect flagsdannye
2016-01-25card effect commands labelsxCrystal
2016-01-20more card data documentationxCrystal
2016-01-16organize move effect commandsxCrystal
2016-01-16document more card fields: move effect statusxCrystal
2016-01-16document more card fields: move effect categoryxCrystal
2016-01-16no more underscores in card text pointersxCrystal
2016-01-16gfx macroxCrystal
2016-01-16fix some typos and use lowercase for prepositions in move namesxCrystal
2016-01-16label card names and descriptionsxCrystal
2016-01-14energy macroxCrystal
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019