summaryrefslogtreecommitdiff
path: root/data/battle
AgeCommit message (Collapse)Author
2021-03-23Verify uneven list sizes with list_start, li, and assert_list_length macrosRangi
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-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-06-14Fix file permissions.entrpntr
2020-06-06Add engine/battle/misc.asmlibjet
2020-05-12Simple cleanups in constants/data/macros and banks 1-4.entrpntr
2020-05-04Finish cleanup of bank 3.entrpntr
2020-04-30Add remaining bank 9 files.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