summaryrefslogtreecommitdiff
path: root/engine/battle_anims/anim_commands.asm
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-03-11Verify script command table sizesRangi
2021-02-05Identify some more labelsRangi
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-06 Identify battle bg effects functions and constants (#773)7Soul
2020-10-05Identify more unnamed labelsRangi
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-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-12Create some battle tower SRAM labelsmid-kid
2019-02-16Standardize on $ff ^ X for bitwise negating 8-bit valuesRangi
2019-02-16Document the BattleAnimCmd_ClearObjs bugRangi
2019-02-16Document wBattleAnimFlagsmid-kid
2019-02-16Add more constants for battle anim structsmid-kid
2019-02-15Anotate more of the battle anim subsystemmid-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
2018-11-22Identified another user of wBattleAnimTempmid-kid
2018-11-21Define ANIM_GFX for PLAYER and ENEMYmid-kid
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-18Fix anim_ret_commandmid-kid
2018-06-25No space between labels and bodiesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove all address commentsmid-kid
2018-06-12Note which labels are only needed for locating banks (relevant to issue #485)Rangi
2018-04-05Fix some uses of EFFECTIVEmid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-02use "x + -1" not "x +- 1"Rangi
2018-01-30wSpritesEnd -> wVirtualOAMEnd.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23Prefix wram labels with w, part 1.luckytyphlosion
2018-01-16"CryHeader" → "Cry"; "Cry" → "MonCry"Remy Oukaour
2018-01-16Avoid "+- 1" at every maskbitsRemy Oukaour
2018-01-16Remove Predef_ prefix from routines listed in PredefPointersRemy Oukaour
2018-01-14Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...Remy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14GFX tile sizes in decimalRemy Oukaour