summaryrefslogtreecommitdiff
path: root/src/data
AgeCommit message (Collapse)Author
2016-09-18more move effectsxCrystal
2016-09-18more type $03 effectsxCrystal
2016-09-18Foul Odor and Stiffen effectsxCrystal
2016-09-17Acid effect and CheckNoDamageOrEffectxCrystal
2016-09-17unknown2 param of move struct is actually its animationxCrystal
2016-07-29Began Disassembling Scripting system and AI.Andrew Martinek
2016-06-09disassembled overworld interaction code and a lot of relevant routines. Also ↵Andrew Martinek
ripped a data table and a couple pointer tables.
2016-03-05figure out substatus duelvarsxCrystal
ex can't attack status
2016-03-05start dissasembling move effect functionsxCrystal
and plenty of other duel related stuff
2016-03-04correct some text labels with multiple meaningsxCrystal
2016-02-27Misc fixesanmart
Labeled some things and fixed a few labels
2016-02-21Replace hardcoded constants and clean updannye
2016-02-15lowercase hexxCrystal
2016-02-15Replace a few static addressesdannye
2016-01-27EOLs Windows->UNIXdannye
2016-01-26Clean up white spacedannye
2016-01-26Clean up move effect flagsdannye
use generic constant names for unnamed flags, so that if they are named in the future, it will not be a chore
2016-01-26Rename deck name text stringsdannye
2016-01-25card effect commands labelsxCrystal
2016-01-20more card data documentationxCrystal
2016-01-17Generalize to "effect commands", even for trainer cards, to avoid confusionxCrystal
2016-01-17disassemble GetCardPointer (0:2f7c)xCrystal
2016-01-17dissasemble 2fcb-302cxCrystal
2016-01-16some label/commentary correctionsxCrystal
2016-01-16accidentally messed up the commentaryxCrystal
2016-01-16organize move effect commandsxCrystal
2016-01-16dump move effect commands dataxCrystal
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