summaryrefslogtreecommitdiff
path: root/constants/battle_constants.asm
AgeCommit message (Collapse)Author
2021-03-22Miscellaneous cleanupRangi
2021-03-16Revise some constant definitionsRangi
2021-03-05Verify data table sizes with table_width and assert_table_length macrosRangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2020-11-09Terser damage calculation constantsRangi
2020-10-21Identify remaining battle AI labelsRangi
2020-07-09Use const_skip and const_next macros for brevityRangi
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-05Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalcRangi
Also make .gitignore consistent with pokered
2020-05-12Simple cleanups in constants/data/macros and banks 1-4.entrpntr
2020-04-20Finish disassembling battle core.entrpntr
2020-04-19Start adding engine/battle/core.asm.entrpntr
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
2020-04-08Add engine/battle/ai/scoring.asm.entrpntr
2020-04-07Add data/moves/effects.asm.entrpntr
2016-01-29Import stuff from pokecrystal; diff gold and silverPikalaxALT