summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands.asm
AgeCommit message (Expand)Author
2022-04-08Use NUM_BATTLE_STATS instead of raw numbersHEADmasterRangi
2021-11-23Use ~X instead of $ff ^ XRangi
2021-09-26Use EFFECTIVE constant for 1.0× battle damageRangi
2021-01-09Rename GetFarHalfword to GetFarWordRangi
2020-12-23Rename some labelsRangi
2020-11-09Terser damage calculation constantsRangi
2020-11-03Identify remaining uses of wBuffer1-6 as general-purpose HP buffersRangi
2020-11-03More syncing with pokecrystalRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-21Identify SwitchItemsInBag labelsRangi
2020-08-29Remove wKickCounter and wPresentPower aliases for wBattleAnimParamRangi
2020-07-21Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)Rangi
2020-07-05Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalcRangi
2020-06-16Harmonize engine/{battle, battle_anims, events, games} with pokecrystalRangi
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-04-19Finish disassembling effect commands.entrpntr
2020-04-19Continue with effect commands (about 50% complete).entrpntr
2020-04-19Start adding engine/battle/effect_commands.asm.entrpntr