summaryrefslogtreecommitdiff
path: root/src/battle
AgeCommit message (Collapse)Author
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
2017-11-05move ewram.h includes in include/ to src files.ProjectRevoTPP
2017-11-05move ewram defines to ewram.h.ProjectRevoTPP
2017-11-04BAD_MEM macros to MEM_ALTProjectRevoTPP
2017-11-04add semicolons to BAD_MEMSET and BAD_MEMCPYProjectRevoTPP
2017-11-04more fixesProjectRevoTPP
2017-11-03BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixesProjectRevoTPP
2017-11-03NotInBattleProjectRevoTPP
2017-11-03Merge branch 'master' of https://github.com/pret/pokeruby into fix_setmondataProjectRevoTPP
2017-11-02Merge pull request #453 from huderlem/battle_towerMarcus Huderle
Decompile battle_tower
2017-11-01Use descriptive variable and function names for battle_tower codeMarcus Huderle
2017-10-29mergeProjectRevoTPP
2017-10-29use BAD_MEMSET macro for battle files.ProjectRevoTPP
2017-10-28Give more descriptive names for battle tower structsMarcus Huderle
2017-10-28More battle_tower decompMarcus Huderle
2017-10-26also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constantscamthesaxman
2017-10-23recast fixes for SetMonData and SetBoxMonData.ProjectRevoTPP
2017-10-23use SPEED instead of SPD in mon data constantscamthesaxman
2017-10-23port matching AbilityBattleEffects from Emeraldcamthesaxman
2017-10-21More battle_tower workMarcus Huderle
2017-10-16Merge branch 'master' into secret_basescnorton