summaryrefslogtreecommitdiff
path: root/src/battle/battle_setup.c
AgeCommit message (Collapse)Author
2019-07-28emerald file names, part 1camthesaxman
2018-10-20Continue synchronisingSlawter666
2018-10-17Further synchronisationSlawter666
2018-07-20Copy the Trainer struct from pokeemerald.vblm12
Also regenerate trainers*.h
2018-07-20Rename OPPONENT_ to TRAINER_ to match pokeemerald.vblm12
2018-07-12Use map type constants in map headersMarcus Huderle
2018-06-20Use MUS_ prefix instead of BGM_ prefix for songsMarcus Huderle
2018-06-07Label all metatile behaviors and functionsMarcus Huderle
2018-06-06Label/document field_control_avatar.c and a few misc thingsMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-29Properly label object movement anim numsMarcus Huderle
2018-05-23Label all of MapObject struct members, and ground effect flagsMarcus Huderle
2018-04-05Merge remote-tracking branch 'upstream/master' into btl_attrsMarcus Huderle
2018-04-04Merge remote-tracking branch 'upstream/master' into battle-1Marcus Huderle
2018-02-17Merge branch 'master' of https://github.com/pret/pokeruby into evobjmvProjectRevoTPP
2018-02-03trainer constants in battle_setup and pokemon_2yenatch
2018-01-28clean up option_menu.c and field_poison.c a bitcamthesaxman
2018-01-25Decompile trainer dataBlampharos
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-24merge field files into evobjmv.c.ProjectRevoTPP
2018-01-16use game stat definesProjectRevoTPP
2018-01-01Port battle_setup names from pokeemeraldMarcus Huderle
2017-12-24Name and use general purpose varsMarcus Huderle
2017-12-21Rename gScript* vars to gSpecialVar_*Marcus Huderle
2017-12-17Use FLAG_ prefix for all flagsMarcus Huderle
2017-11-26don't require MAP_ prefix on MAP_GROUP and MAP_NUM macroscamthesaxman
2017-11-26opponents, map_objects, hold_effects, game_stat, decorations, ↵camthesaxman
battle_move_effects constants
2017-11-26map constantscamthesaxman
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-26rename rng.c to random.ccamthesaxman
2017-11-19headers for fldeff_poison and fldeff_recordmixingsceptillion
2017-11-03BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixesProjectRevoTPP
2017-10-16Merge branch 'master' into secret_basescnorton
2017-10-01Merge remote-tracking branch 'upstream/master' into script_cmd_renamingcamthesaxman
2017-09-28mergeProjectRevoTPP
2017-08-26mergeProjectRevoTPP
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP