summaryrefslogtreecommitdiff
path: root/engine/battle_anims/anim_commands.asm
AgeCommit message (Expand)Author
2022-03-14Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)vulcandth
2021-11-23Use ~X instead of $ff ^ XRangi
2021-03-11Verify script command table sizesRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-09Identify wBattleAnimTemp0-3Rangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-06Identify battle bg effects functions and constantsRangi
2020-10-05Identify more unnamed labelsRangi
2020-08-27Fix some constants surrounding sprite animationsmid-kid
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize engine/{battle, battle_anims, events, games} with pokecrystalRangi
2020-06-05Fix file permissions.entrpntr
2020-06-05Add a couple comments.entrpntr
2020-06-05Add engine/battle_anims/anim_commands.asmlibjet