summaryrefslogtreecommitdiff
path: root/engine/events/celebi.asm
AgeCommit message (Expand)Author
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-08-27Fix some constants surrounding sprite animationsmid-kid
2020-06-11Remove redundant tile graphics file, reuse othersRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-03-16Combine Celebi frames into one PNGRangi
2020-02-26Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.pngRangi
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
2018-09-09Curr -> CurRangi
2018-07-15More OAM coordinate consistencyRangi
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-04-05Use constants for bit/set/res moreRangi
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-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-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14GFX tile sizes in decimalRemy Oukaour
2018-01-11Disambiguate some uses of wcf64/5/6Remy Oukaour
2018-01-10Resolve #461Remy Oukaour
2018-01-09Consistent sine wave code formattingRemy Oukaour
2018-01-02Finish consistent Special function namesxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-27Move events/ to engine/events/Remy Oukaour