summaryrefslogtreecommitdiff
path: root/engine/battle_anims
AgeCommit message (Expand)Author
2022-03-12Allow alternate labels for patch namesRangi
2022-03-12Build the Virtual Console patch with `make crystal11_vc` (#882)vulcandth
2021-11-23Use ~X instead of $ff ^ XRangi
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
2021-03-11Verify script command table sizesRangi
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
2021-02-05Identify some more labelsRangi
2020-11-17Resolve some "???" commentsRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-09Identify wBattleAnimTemp0-3Rangi
2020-11-03Identify some more uses of wBuffer1-6Rangi
2020-10-30UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle animsRangi
2020-10-30Identify wSpriteAnimDict key constantsRangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-22Identify more sprite graphics and map object labels, and have consistent anon...Rangi
2020-10-21Identify remaining two battle anim BG effect functionsRangi
2020-10-06Update battle anim bg function comments, and identify more unnamed labelsRangi
2020-10-06 Identify battle bg effects functions and constants (#773)7Soul
2020-10-05Identify more unnamed labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-04Identify more unnamed labelsRangi
2020-10-03Identify battle animation functions (#771)7Soul
2020-08-27Fix some constants surrounding sprite animationsmid-kid
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-07-08Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-16Harmonize engine/{battle, battle_anims, events, games} with pokegoldRangi
2020-06-13Label some mobile addresses, and revise some commentsRangi
2020-05-10Update some commentsRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-03-21Miscellaneous fixes from #694Rangi
2020-02-28'and BANK' -> 'aka BANK'Rangi
2019-04-13Merge pull request #623 from mid-kid/patch-1Rangi
2019-04-12Create some battle tower SRAM labelsmid-kid
2019-04-09TextBox -> Textboxmid-kid
2019-02-16Standardize on $ff ^ X for bitwise negating 8-bit valuesRangi
2019-02-16Document the BattleAnimCmd_ClearObjs bugRangi
2019-02-16Merge pull request #601 from mid-kid/masterRangi
2019-02-16Fix issues in reviewmid-kid
2019-02-16Eliminate some $xxxx valuesRangi
2019-02-16Document wBattleAnimFlagsmid-kid
2019-02-16Add more constants for battle anim structsmid-kid
2019-02-15wNumActiveBattleAnims → wLastAnimObjectIndexmid-kid
2019-02-15Anotate more of the battle anim subsystemmid-kid
2019-02-06Document all possible values for ReinitBattleAnimFramesetmid-kid
2019-02-06BATTLEANIMSTRUCT_0B -> BATTLEANIMSTRUCT_PARAMmid-kid
2018-12-26Fix comments around BANK() statementsmid-kid
2018-11-25Rename "feet and head follow" commandsmid-kid