summaryrefslogtreecommitdiff
path: root/src/battle
AgeCommit message (Collapse)Author
2017-12-27Port battle_anim changes from pokeemeraldMarcus Huderle
2017-12-26Add coord_weather_event macro, and define COORD_EVENT_WEATHER_* constantsMarcus Huderle
2017-12-24Name and use general purpose varsMarcus Huderle
2017-12-22fix merge conflictscamthesaxman
2017-12-22save workcamthesaxman
2017-12-21Rename gScript* vars to gSpecialVar_*Marcus Huderle
2017-12-20Decompile battle_anim beta_beat_upMarcus Huderle
2017-12-20Decompile battle_anim shockMarcus Huderle
2017-12-19Decompile battle_anim thunderMarcus Huderle
2017-12-19Decompile battle_anim wisp_orbMarcus Huderle
2017-12-19Decompile battle_anim heated_rockMarcus Huderle
2017-12-19Decompile battle_anim sunlightMarcus Huderle
2017-12-19Decompile battle_anim energy_waveMarcus Huderle
2017-12-19Decompile battle_anim rainMarcus Huderle
2017-12-19Decompile battle_anim fury_cutter_countMarcus Huderle
2017-12-18Decompile battle_anim guardMarcus Huderle
2017-12-18Decompile battle_anim note_spinMarcus Huderle
2017-12-18Decompile battle_anim noiseMarcus Huderle
2017-12-18Start decompiling waterMarcus Huderle
2017-12-18Decompile battle_anim bubbleMarcus Huderle
2017-12-18Merge pull request #491 from huderlem/flagsMarcus Huderle
Use named flag constants
2017-12-17Use FLAG_ prefix for all flagsMarcus Huderle
2017-12-11decompile struggle, swipe, and uproarcamthesaxman
2017-12-11decompile devilcamthesaxman
2017-12-11decompile auroracamthesaxman
2017-11-26fix merge conflictscamthesaxman
2017-11-26Merge pull request #473 from ProjectRevoTPP/split_80CMarcus Huderle
split battle_anim_80CA710
2017-11-26move src/anim to src/battle/anim.ProjectRevoTPP
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-26Cleanup pokemon_summary_screenMarcus Huderle
2017-11-26flag, vars, items constantscamthesaxman
2017-11-26Label the PokemonSummaryScreenStruct structs membersMarcus Huderle
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-26rename rng.c to random.ccamthesaxman
2017-11-20Merge pull request #465 from sceptillion/unknown_taskMarcus Huderle
clean up unknown_task variables
2017-11-19clean up unknown_task variablessceptillion
2017-11-19gBattleAnims_Unknown2 to gBattleAnims_Specialsceptillion
2017-11-19label battle animssceptillion
2017-11-19headers for fldeff_poison and fldeff_recordmixingsceptillion
2017-11-18change Sprite struct to use a data array instead of manual declares.ProjectRevoTPP
2017-11-16remove unnecessary battle_message externsProjectRevoTPP
2017-11-13fix germanProjectRevoTPP
2017-11-13migrate battle_message data to src (TODO, german)ProjectRevoTPP
2017-11-11eliminate remaining RAM pointers in src/ProjectRevoTPP
2017-11-09remove shared_symsProjectRevoTPP
2017-11-09depreciate use of shared_symsProjectRevoTPP
2017-11-06finish refactoring ewram defines into ewram.h.ProjectRevoTPP
2017-11-05move src/engine/ direct ewram calls to ewram.h.ProjectRevoTPP