index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle
/
battle_setup.c
Age
Commit message (
Collapse
)
Author
2018-04-05
Merge remote-tracking branch 'upstream/master' into btl_attrs
Marcus Huderle
2018-04-04
Merge remote-tracking branch 'upstream/master' into battle-1
Marcus Huderle
2018-02-17
Merge branch 'master' of https://github.com/pret/pokeruby into evobjmv
ProjectRevoTPP
2018-02-03
trainer constants in battle_setup and pokemon_2
yenatch
2018-01-28
clean up option_menu.c and field_poison.c a bit
camthesaxman
2018-01-25
Decompile trainer data
Blampharos
This necessitated changes in other files which access this data. Three macro constants were migrated from trainer_constants.inc to trainer.h data/trainers.inc and data-de/trainers.inc have been deleted
2018-01-24
merge field files into evobjmv.c.
ProjectRevoTPP
2018-01-16
use game stat defines
ProjectRevoTPP
2018-01-01
Port battle_setup names from pokeemerald
Marcus Huderle
2017-12-24
Name and use general purpose vars
Marcus Huderle
2017-12-21
Rename gScript* vars to gSpecialVar_*
Marcus Huderle
2017-12-17
Use FLAG_ prefix for all flags
Marcus Huderle
2017-11-26
don't require MAP_ prefix on MAP_GROUP and MAP_NUM macros
camthesaxman
2017-11-26
opponents, map_objects, hold_effects, game_stat, decorations, ↵
camthesaxman
battle_move_effects constants
2017-11-26
map constants
camthesaxman
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-26
rename rng.c to random.c
camthesaxman
2017-11-19
headers for fldeff_poison and fldeff_recordmixing
sceptillion
2017-11-03
BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixes
ProjectRevoTPP
2017-10-16
Merge branch 'master' into secret_base
scnorton
2017-10-01
Merge remote-tracking branch 'upstream/master' into script_cmd_renaming
camthesaxman
2017-09-28
merge
ProjectRevoTPP
2017-08-26
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP