index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pokemon
/
pokemon_2.c
Age
Commit message (
Expand
)
Author
2018-01-15
through sub_809B7D4
PikalaxALT
2018-01-14
format and arrange some Pokemon data
camthesaxman
2018-01-07
Finish battle_2.c and battle_util.c decompilation
Marcus Huderle
2018-01-07
Decompile through HandleEndTurn_BattleWon, and update trainer class constant ...
Marcus Huderle
2017-12-19
Abstract away explicit memcpy call in pokemon_2.c
PikalaxALT
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-26
rename rng.c to random.c
camthesaxman
2017-11-09
depreciate use of shared_syms
ProjectRevoTPP
2017-10-29
change SetMonData and SetBoxMonData prototypes
ProjectRevoTPP
2017-10-29
merge
ProjectRevoTPP
2017-10-26
also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constants
camthesaxman
2017-10-23
recast fixes for SetMonData and SetBoxMonData.
ProjectRevoTPP
2017-10-23
use SPEED instead of SPD in mon data constants
camthesaxman
2017-08-27
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP