summaryrefslogtreecommitdiff
path: root/engine/battle
AgeCommit message (Collapse)Author
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-21Remove RAM address commentsRangi
2020-06-16Harmonize engine/{battle, battle_anims, events, games} with pokecrystalRangi
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-06-15Use pokecrystal's sine_table macroRangi
A circle has 65536 "degrees", so 32768 "degrees" = pi radians = half a circle
2020-06-14Fix file permissions.entrpntr
2020-06-10Use hlbgcoord 0, 0 in a few places.entrpntr
2020-06-06Merge pull request #45 from libjet/bank3eentrpntr
Disassemble bank $3e
2020-06-06Add engine/battle/misc.asmlibjet
2020-06-06Add engine/battle/hidden_power.asmlibjet
2020-06-05Fix file permissions.entrpntr
2020-06-03Start cleaning up.entrpntr
2020-05-31Add engine/battle/battle_transition.asmlibjet
2020-05-21Add getgen1trainerclassname.asmlibjet
2020-05-21Add start_battle.asmlibjet
2020-05-14Clean up battle anims, constants, and wram.entrpntr
2020-05-12Simple cleanups in constants/data/macros and banks 1-4.entrpntr
2020-05-04Finish cleanup of bank 3.entrpntr
2020-05-03Add Makefile option for verbose sym/map; fix some label names.entrpntr
2020-05-01Disassemble bank $0b.entrpntr
2020-04-30Add remaining bank 9 files.entrpntr
2020-04-29Add bank 9 files before trainer card.entrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr
2020-04-20Miscellaneous cleanup before continuing.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/[move|redundant|switch].asm.entrpntr
2020-04-08Add engine/battle/read_trainer_[attributes|party].asm.entrpntr
2020-04-08Add engine/battle/ai/scoring.asm.entrpntr
2020-04-07Add engine/battle/ai/items.asm.entrpntr
2020-03-17Cleanup of files for banks $02 and $03 for main.asm.entrpntr
2019-08-26Import trainer DVs data from pokecrystalRyan Tandy