index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
item_effects.asm
Age
Commit message (
Expand
)
Author
2018-02-25
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-22
Fix TRUE/FALSE constants for CalcMonStats
mid-kid
2018-02-22
Pkmn -> Mon
mid-kid
2018-02-05
Terser name for the does-nothing effect
Rangi
2018-02-05
Off by one
Rangi
2018-02-05
No redundant item effect labels
Rangi
2018-02-03
Keep documentation in sync with new WRAM labels
Rangi
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-02
Fix confusing label
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-23
Prefix wram labels with w, part 1.
luckytyphlosion
2018-01-20
PARTY_LENGTH; MON_NAME; sgb_border.bin
Remy Oukaour
2018-01-16
Avoid "+- 1" at every maskbits
Remy Oukaour
2018-01-16
Remove Predef_ prefix from routines listed in PredefPointers
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-11
Use maskbits some more
Remy Oukaour
2018-01-11
More constants and data tables
Remy Oukaour
2018-01-10
Arrays end with -1, not $ff
Remy Oukaour
2018-01-09
Do a little cleanup towards issue #465
Remy Oukaour
2018-01-09
More comments
Remy Oukaour
2018-01-07
Predef_FlagAction -> Predef_SmallFarFlagAction
xCrystal
2018-01-05
Predef_Flag -> Predef_FlagAction
xCrystal
2018-01-02
No more mobile EQUS ret (replace with Stubbed_ + ret)
xCrystal
2018-01-02
Consistent predef function names
xCrystal
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
Add more constants for some maximum values
Remy Oukaour
2017-12-24
Remove all code from main.asm (some labeled INCBINs, like out-of-context grap...
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-19
Document two more bugs
Remy Oukaour
2017-12-16
Move more code out of main.asm
Remy Oukaour
2017-12-16
Ad some more constants for meaningful audio WRAM bits
Remy Oukaour
2017-12-14
Split items/ and trainers/ into their data/ and engine/ components
Remy Oukaour