summaryrefslogtreecommitdiff
path: root/engine/pic_animation.asm
AgeCommit message (Expand)Author
2018-03-13Organize the engine/ directorymid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-02use "x + -1" not "x +- 1"Rangi
2018-01-30Fix comment/style issues caused from w-izing.luckytyphlosion
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-16"CryHeader" → "Cry"; "Cry" → "MonCry"Remy Oukaour
2018-01-16Remove Predef_ prefix from routines listed in PredefPointersRemy Oukaour
2018-01-15_Special_BugContestJudging → _BugContestJudging; HOF_Predef_AnimateFrontpic...Remy 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-14Close #470 (JOHTO_POKEMON)Remy Oukaour
2018-01-04Use BANK for hardcoded WRAM banks preceding FarCopyWRAM/GetFarWRAMByte calls.Adelaide Walter
2018-01-03Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa...Adelaide Walter
2018-01-02Consistent predef function namesxCrystal
2018-01-02Consolidate Special function namesxCrystal
2018-01-02Clean up Predef function namesxCrystal
2018-01-02Clean up XXX comments for unused contentxCrystal
2017-12-28Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)Remy Oukaour
2017-12-28Merge branch 'master' of https://github.com/pret/pokecrystalRemy Oukaour
2017-12-28endm -> ENDMxCrystal
2017-12-28Rename pokemon animation files (fix #439)Remy Oukaour
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-27gfx/pokemon/animation.asm → engine/pic_animation.asmRemy Oukaour