index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
battle
/
moves
Age
Commit message (
Collapse
)
Author
2015-06-23
Remove trailing newlines.
IIMarckus
2014-06-10
Use 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-06
Text macros in move and item descriptions.
yenatch
2013-12-30
move the Moves label into battle/moves/moves.asm
yenatch
2013-12-30
use a macro to define move structs for percentage values
yenatch
2013-12-30
shorten SP_ATTACK and SP_DEFENSE move effect constants
yenatch
2013-10-01
move effect command 'wait' is now 'movedelay'
yenatch
2013-07-27
move descriptions
yenatch
2013-04-25
there is no Move0
yenatch
2013-04-25
implement move effect constants
yenatch
2013-04-20
damagecalc is actually damagestats; itemmultiplier is actually damagecalc
yenatch
2013-04-01
Move-specific effect pointers
yenatch
2013-03-31
Move effect pointers
yenatch
2013-03-29
dump move effects
yenatch
2013-02-05
Saner file distribution
yenatch
Moved files from data/ into new folders: -battle/ -stats/ -trainers/