summaryrefslogtreecommitdiff
path: root/engine/item_effects.asm
AgeCommit message (Expand)Author
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-05Terser name for the does-nothing effectRangi
2018-02-05Off by oneRangi
2018-02-05No redundant item effect labelsRangi
2018-02-03Keep documentation in sync with new WRAM labelsRangi
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-02Fix confusing labelRangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23Prefix wram labels with w, part 1.luckytyphlosion
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-16Avoid "+- 1" at every maskbitsRemy Oukaour
2018-01-16Remove Predef_ prefix from routines listed in PredefPointersRemy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2018-01-11More constants and data tablesRemy Oukaour
2018-01-10Arrays end with -1, not $ffRemy Oukaour
2018-01-09Do a little cleanup towards issue #465Remy Oukaour
2018-01-09More commentsRemy Oukaour
2018-01-07Predef_FlagAction -> Predef_SmallFarFlagActionxCrystal
2018-01-05Predef_Flag -> Predef_FlagActionxCrystal
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2018-01-02Consistent predef function namesxCrystal
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24Add more constants for some maximum valuesRemy Oukaour
2017-12-24Remove all code from main.asm (some labeled INCBINs, like out-of-context grap...Remy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-19Document two more bugsRemy Oukaour
2017-12-16Move more code out of main.asmRemy Oukaour
2017-12-16Ad some more constants for meaningful audio WRAM bitsRemy Oukaour
2017-12-14Split items/ and trainers/ into their data/ and engine/ componentsRemy Oukaour