summaryrefslogtreecommitdiff
path: root/battle/moves
AgeCommit message (Collapse)Author
2015-06-23Remove trailing newlines.IIMarckus
2014-06-10Use constants for move struct positioning.yenatch
This eliminates the need for arbitrary move labels like Move2 and Move1 that don't have anything to do with their respective moves.
2014-03-06Text macros in move and item descriptions.yenatch
2013-12-30move the Moves label into battle/moves/moves.asmyenatch
2013-12-30use a macro to define move structs for percentage valuesyenatch
2013-12-30shorten SP_ATTACK and SP_DEFENSE move effect constantsyenatch
2013-10-01move effect command 'wait' is now 'movedelay'yenatch
2013-07-27move descriptionsyenatch
2013-04-25there is no Move0yenatch
2013-04-25implement move effect constantsyenatch
2013-04-20damagecalc is actually damagestats; itemmultiplier is actually damagecalcyenatch
2013-04-01Move-specific effect pointersyenatch
2013-03-31Move effect pointersyenatch
2013-03-29dump move effectsyenatch
2013-02-05Saner file distributionyenatch
Moved files from data/ into new folders: -battle/ -stats/ -trainers/