summaryrefslogtreecommitdiff
path: root/engine/routines
AgeCommit message (Expand)Author
2018-03-25Organize the engine/ directory, director's cutmid-kid
2018-03-25Organize the engine/ directory, take 3mid-kid
2018-03-14Organize the engine/ directory, take 2mid-kid
2018-03-13Organize the engine/ directorymid-kid
2018-02-25Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-22Fix TRUE/FALSE constants for CalcMonStatsmid-kid
2018-02-22Pkmn -> Monmid-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-02sine_wave macro parameterizes table size, not frequency ("amplitude" was an i...Rangi
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 1.luckytyphlosion
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23Prefix wram labels with w, part 1.luckytyphlosion
2018-01-22Add data/text/Rangi
2018-01-21Group engine/pokedex filesRemy Oukaour
2018-01-21Unrelated routine gets its own fileRemy Oukaour
2018-01-21POKEDEX_SCXRemy Oukaour
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-19More Japanese charactersRemy Oukaour
2018-01-18Disambiguate "%" and "<NO>"Remy Oukaour
2018-01-18More charmap and home/text.asm documentation for JP charsRemy Oukaour
2018-01-16"CryHeader" → "Cry"; "Cry" → "MonCry"Remy Oukaour
2018-01-16Cleaner Pokédex codeRemy Oukaour
2018-01-16Remove Predef_ prefix from routines listed in PredefPointersRemy Oukaour
2018-01-15Move code out of gfx/ (close #474)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-12Move code out of data/Remy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2018-01-10Resolve #461Remy Oukaour
2018-01-09Consistent sine wave code formattingRemy Oukaour
2018-01-08Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7)Adelaide Walter
2018-01-07Predef_FlagAction -> Predef_SmallFarFlagActionxCrystal
2018-01-05Predef_Flag -> Predef_FlagActionxCrystal
2018-01-02Consistent predef function namesxCrystal
2018-01-02Consolidate Special function namesxCrystal
2018-01-02More unreferenced labels cleanupxCrystal
2018-01-02Clean up Predef function namesxCrystal
2018-01-02Clean up XXX comments for unused contentxCrystal
2017-12-29LY_BLANK and rLCDC constantsxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-26Use "battle_anims" and "sprite_anims" for clarity, not just "anims"Remy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24Group Pokérus files in engine/pokerus/Remy Oukaour
2017-12-24Remove all code from main.asm (some labeled INCBINs, like out-of-context grap...Remy Oukaour