index
:
poketcg
master
rgbgfx
Pokémon Trading Card Game
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
data
/
effect_commands.asm
Age
Commit message (
Collapse
)
Author
2021-09-23
Split bank1
ElectroDeoxys
2021-06-11
Fix Ninetales typos
dannye
2021-02-03
Change all references of "move" to "attack"
ElectroDeoxys
2020-12-31
Address feedback from 614af97
dannye
2020-12-24
Finish up effect functions
ElectroDeoxys
2020-12-20
Fix typos
dannye
2020-12-20
Merge branch 'master' of https://github.com/xCrystal/poketcg
dannye
2020-12-16
(Most) trainer effects
ElectroDeoxys
2020-12-16
Colorless attack effects
ElectroDeoxys
2020-12-16
Lightning attack effects
ElectroDeoxys
2020-12-16
Fighting attack effects
ElectroDeoxys
2020-12-16
Psychic attack effects
ElectroDeoxys
2020-12-16
Fire attack effects
ElectroDeoxys
2020-12-16
Disassemble Water effects
ElectroDeoxys
2020-12-16
Finish Grass effects
ElectroDeoxys
2020-12-16
Some effects and changed ChangedType to ChangedColor
ElectroDeoxys
2020-12-16
Butterfree attack effects
ElectroDeoxys
2020-12-16
Nidorino and Nidorina effects
ElectroDeoxys
2020-12-16
NidoranM Horn Hazard effect
ElectroDeoxys
2020-12-16
NidoranF attacks
ElectroDeoxys
2020-12-16
Exeggutor Teleport effect
ElectroDeoxys
2020-12-16
Oddish Sprout effect
ElectroDeoxys
2020-12-16
Zubat, Golbat and Venonat Leech Life effects
ElectroDeoxys
2020-12-16
Disasm Victreebel Lure attack
ElectroDeoxys
2020-12-15
Complete Lure effect functions
xCrystal
2020-12-15
Misc progress related to duel effect functions
xCrystal
2020-11-29
Updating spelling + adding NPCMovement_d896
E
2020-11-28
fixing spelling errors
E
2020-11-28
Adding reference to effect_commands.asm
E
2020-04-25
Terror Strike effect command and related routines
ElectroDeoxys
2019-07-21
Effect command constants and documentation
xCrystal
2019-07-21
More progress related to move effects
xCrystal
2018-06-30
Rename 'Kind' labels (issue #36)
xCrystal
2018-02-15
Style
xCrystal
2016-09-18
more move effects
xCrystal
2016-09-18
more type $03 effects
xCrystal
2016-09-18
Foul Odor and Stiffen effects
xCrystal
2016-09-17
Acid effect and CheckNoDamageOrEffect
xCrystal
2016-09-17
unknown2 param of move struct is actually its animation
xCrystal
2016-03-05
start dissasembling move effect functions
xCrystal
and plenty of other duel related stuff
2016-02-27
Misc fixes
anmart
Labeled some things and fixed a few labels
2016-02-21
Replace hardcoded constants and clean up
dannye
2016-02-15
lowercase hex
xCrystal
2016-02-15
Replace a few static addresses
dannye
2016-01-27
EOLs Windows->UNIX
dannye
2016-01-26
Clean up white space
dannye
2016-01-25
card effect commands labels
xCrystal
2016-01-17
Generalize to "effect commands", even for trainer cards, to avoid confusion
xCrystal