index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
battle
Age
Commit message (
Collapse
)
Author
2021-03-23
Verify uneven list sizes with list_start, li, and assert_list_length macros
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
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-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-06-14
Fix file permissions.
entrpntr
2020-06-06
Add engine/battle/misc.asm
libjet
2020-05-12
Simple cleanups in constants/data/macros and banks 1-4.
entrpntr
2020-05-04
Finish cleanup of bank 3.
entrpntr
2020-04-30
Add remaining bank 9 files.
entrpntr
2020-04-20
Finish disassembling battle core.
entrpntr
2020-04-19
Start adding engine/battle/core.asm.
entrpntr
2020-04-19
Finish disassembling effect commands.
entrpntr
2020-04-19
Continue with effect commands (about 50% complete).
entrpntr
2020-04-19
Start adding engine/battle/effect_commands.asm.
entrpntr
2020-04-08
Add engine/battle/ai/scoring.asm.
entrpntr