summaryrefslogtreecommitdiff
path: root/src/battle/battle_4.c
AgeCommit message (Expand)Author
2018-09-11Decompile atkC1_hiddenpowercalc (#682)Doesnty
2018-06-25Merge branch 'master' into contest_link_80C2020Marcus Huderle
2018-05-30Fix some sym_common fake-matching symbolsMarcus Huderle
2018-05-21Standardize args to palette blend functionsMarcus Huderle
2018-04-18remove duplicate battlemove flag constantsyenatch
2018-04-18physical/special type macrosyenatch
2018-04-18use >= for hp percentagesyenatch
2018-04-18use TYPE_MYSTERY for physical/special checksyenatch
2018-04-09Merge pull request #591 from huderlem/misc_docMarcus Huderle
2018-04-08Document friendship events, primary status ailments, and misc cleanupMarcus Huderle
2018-04-07through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))PikalaxALT
2018-04-06Use 'battler' instead of 'bank'Marcus Huderle
2018-04-06Finish decompiling battle_9Marcus Huderle
2018-04-06Decompile a bunch of battle_9Marcus Huderle
2018-04-06Start decompiling battle_9Marcus Huderle
2018-03-31Merge branch 'master' into contest_link_80C2020PikalaxALT
2018-02-15atk15_seteffectwithchance debug codeCameron Hall
2018-01-27add comments for pool loads in C filesCameron Hall
2018-01-23fix more false offsetsCameron Hall
2018-01-23sub_80C2020PikalaxALT
2018-01-22fix false gMysteryEventScriptCmdTableEnd offsetsCameron Hall
2018-01-17add debug code in battle_4.c and battle_controller_player.cCameron Hall
2018-01-15match ChangeStatBuffscamthesaxman
2018-01-15import some battle_4.c code from emerald and get atk23_getexp matchingcamthesaxman
2018-01-15clean up pokemon_item_effect.ccamthesaxman
2018-01-10finish labeling scanline_effect.ccamthesaxman
2018-01-09more text/menu renamingcamthesaxman
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
2017-12-30Sync gAnimDisableStructPtr and gTransformedPersonalities with pokeemeraldMarcus Huderle
2017-12-30Sync battle_script changes with pokeemeraldMarcus Huderle
2017-12-27Port updated battle_script macros from pokeemeraldMarcus Huderle
2017-11-26fix merge conflictscamthesaxman
2017-11-26opponents, map_objects, hold_effects, game_stat, decorations, battle_move_eff...camthesaxman
2017-11-26Cleanup pokemon_summary_screenMarcus Huderle
2017-11-26flag, vars, items constantscamthesaxman
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-26rename rng.c to random.ccamthesaxman
2017-11-19label battle animssceptillion
2017-11-13migrate battle_message data to src (TODO, german)ProjectRevoTPP
2017-11-11eliminate remaining RAM pointers in src/ProjectRevoTPP
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-03BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixesProjectRevoTPP
2017-10-23use SPEED instead of SPD in mon data constantscamthesaxman