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 (
Expand
)
Author
2018-10-20
Continue synchronising
Slawter666
2018-10-17
Further synchronisation
Slawter666
2018-07-20
Copy the Trainer struct from pokeemerald.
vblm12
2018-07-20
Rename OPPONENT_ to TRAINER_ to match pokeemerald.
vblm12
2018-07-12
Use map type constants in map headers
Marcus Huderle
2018-06-20
Use MUS_ prefix instead of BGM_ prefix for songs
Marcus Huderle
2018-06-07
Label all metatile behaviors and functions
Marcus Huderle
2018-06-06
Label/document field_control_avatar.c and a few misc things
Marcus Huderle
2018-05-29
Unify 'map object' and 'field object' terms into 'event object'
Marcus Huderle
2018-05-29
Properly label object movement anim nums
Marcus Huderle
2018-05-23
Label all of MapObject struct members, and ground effect flags
Marcus Huderle
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
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, battle_move_eff...
camthesaxman
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