summaryrefslogtreecommitdiff
path: root/battle/moves
AgeCommit message (Collapse)Author
2017-12-24Change a few Unknown labelsRemy Oukaour
2017-12-15Move more contiguous related code blocks from main.asm to engine/ and events/Remy Oukaour
2017-12-14Document two more bugs found by Crystal_Remy Oukaour
2017-12-14Reorganize macrosRemy Oukaour
2017-12-11Comments distinguish "move effects" and "effect commands"Remy Oukaour
Effect command enums are used like constants, not macros
2017-11-15Clean up labels in battle/moves/move_effects.asmmid-kid
There were a lot of unused labels in there, and a few confusing misnomers around move_effects_pointers.asm. They now match up exactly with the names in battle_constants.asm. Also renamed a few effects, to make their purpose clearer, and to match up with their respective event script commands: EFFECT_EXPLOSION -> EFFECT_SELFDESCTRUCT EFFECT_HAZE -> EFFECT_RESET_STATS EFFECT_WHIRLWIND -> EFFECT_FORCE_SWITCH EFFECT_BIND -> EFFECT_TRAP_TARGET EFFECT_TWINEEDLE -> EFFECT_POISON_MULTI_HIT EFFECT_STEEL_WING -> EFFECT_DEFENSE_UP_HIT EFFECT_METAL_CLAW -> EFFECT_ATTACK_UP_HIT EFFECT_ANCIENTPOWER -> EFFECT_ALL_UP_HIT
2016-03-01Battle animation annotationsPikalaxALT
2015-11-09Some work on battle animationsPikalaxALT
2015-11-07battle/ai/switch.asm and more battle/effect_commands.asmPikalaxALT
2015-11-06Still more battle command labelsPikalaxALT
2015-11-06More battle command labelsPikalaxALT
2015-11-06Sprite movement function labelsPikalaxALT
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/