summaryrefslogtreecommitdiff
path: root/engine/battle_anims
AgeCommit message (Expand)Author
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
2018-11-22Identified another user of wBattleAnimTempmid-kid
2018-11-21Define ANIM_GFX for PLAYER and ENEMYmid-kid
2018-09-09Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphicRangi
2018-08-25These are signed offsets, not addresses (thanks, PikalaxALT)Rangi
2018-08-25Remove HRAM label address commentsRangi
2018-08-25hLabel - $ff00 -> LOW(hLabel)Rangi
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-25Single newline at the end of filesRangi
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-04-04Fix snake_case filenamesmid-kid
2018-04-01Fix file permissionsmid-kid
2018-02-03Macro factors out sine code, just like sine data, since it's used 5 timesRangi
2018-02-03Keep documentation in sync with new WRAM labelsRangi
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-02use "x + -1" not "x +- 1"Rangi
2018-02-02sine_wave macro parameterizes table size, not frequency ("amplitude" was an i...Rangi
2018-01-30wSpritesEnd -> wVirtualOAMEnd.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 1.luckytyphlosion
2018-01-25More battle data in data/battle/Rangi