summaryrefslogtreecommitdiff
path: root/src/battle/battle_2.c
AgeCommit message (Collapse)Author
2018-01-22dump some debug baseromsCameron Hall
2018-01-22Rename some static functionsPikalaxALT
2018-01-21match debug ROMCameron Hall
2018-01-17add some debug changes that I missedCameron Hall
2018-01-17resolve more undefined referencesCameron Hall
2018-01-17resolve more undefined referencesCameron Hall
2018-01-17resolve more undefined referencesCameron Hall
2018-01-17add more debug thingsCameron Hall
2018-01-17resolve some undefined referencesCameron Hall
2018-01-17use 'if DEBUG' instead of 'ifdef DEBUG'Cameron Hall
2018-01-16Merge branch 'master' into german_debugCameron Hall
2018-01-16add debug ifdefsCameron Hall
2018-01-15match ChangeStatBuffscamthesaxman
2018-01-15import some battle_4.c code from emerald and get atk23_getexp matchingcamthesaxman
2018-01-10finish labeling scanline_effect.ccamthesaxman
2018-01-10label more of scanline_effect.ccamthesaxman
2018-01-09label some scanline_effect functionscamthesaxman
2018-01-09rename unknown_task to scanline_effectcamthesaxman
2018-01-09more text/menu renamingcamthesaxman
2018-01-09s/gWindowConfig/gWindowTemplate/gcamthesaxman
2018-01-08re-label some window and text codecamthesaxman
2018-01-07Finish battle_2.c and battle_util.c decompilationMarcus Huderle
2018-01-07Finish decompiling battle_2Marcus Huderle
2018-01-07Decompile through HandleEndTurn_BattleWon, and update trainer class constant ↵Marcus Huderle
names
2018-01-07Decompile more battle_2 functionsMarcus Huderle
2017-12-27Port battle_anim changes from pokeemeraldMarcus Huderle
2017-11-26opponents, map_objects, hold_effects, game_stat, decorations, ↵camthesaxman
battle_move_effects constants
2017-11-26flag, vars, items constantscamthesaxman
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-26rename rng.c to random.ccamthesaxman
2017-11-19clean up unknown_task variablessceptillion
2017-11-18change Sprite struct to use a data array instead of manual declares.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-03BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixesProjectRevoTPP
2017-10-29use BAD_MEMSET macro for battle files.ProjectRevoTPP
2017-10-23recast fixes for SetMonData and SetBoxMonData.ProjectRevoTPP
2017-10-10Add more party_menu documentationMarcus Huderle
2017-10-09Document party menu handlers, text oam, and menu typesMarcus Huderle
2017-09-30Merge branch 'master' of https://github.com/pret/pokeruby into refactor_srcProjectRevoTPP
2017-09-28mergeProjectRevoTPP
2017-08-27mergeProjectRevoTPP
2017-08-26mergeProjectRevoTPP
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP