index
:
poketcg
master
rgbgfx
Pokémon Trading Card Game
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
data
/
cards.asm
Age
Commit message (
Expand
)
Author
2020-12-16
NidoranF attacks
ElectroDeoxys
2020-04-24
Merge branch 'master' into master
xCrystal
2020-04-23
First contributions
JappaWakka
2020-04-22
Added some AI related constants
ElectroDeoxys
2019-09-10
Fix move flag constants and some card constants
ElectroDeoxys
2019-09-07
Add constants for CheckLoadedMoveFlag
ElectroDeoxys
2018-06-30
Rename 'Kind' labels (issue #36)
xCrystal
2018-02-16
all permissions 755 -> 644
xCrystal
2018-02-15
Style
xCrystal
2018-02-10
Refractor/rearrange some macros
xCrystal
2018-02-07
More accurate card type constants
xCrystal
2018-02-07
More home disasm and misc
xCrystal
2018-02-07
More home disassembly
xCrystal
2016-09-17
unknown2 param of move struct is actually its animation
xCrystal
2016-03-05
figure out substatus duelvars
xCrystal
2016-03-04
correct some text labels with multiple meanings
xCrystal
2016-01-26
Clean up white space
dannye
2016-01-26
Clean up move effect flags
dannye
2016-01-25
card effect commands labels
xCrystal
2016-01-20
more card data documentation
xCrystal
2016-01-16
organize move effect commands
xCrystal
2016-01-16
document more card fields: move effect status
xCrystal
2016-01-16
document more card fields: move effect category
xCrystal
2016-01-16
no more underscores in card text pointers
xCrystal
2016-01-16
gfx macro
xCrystal
2016-01-16
fix some typos and use lowercase for prepositions in move names
xCrystal
2016-01-16
label card names and descriptions
xCrystal
2016-01-14
energy macro
xCrystal
2015-03-14
Move source code into "src/". Update Makefile/scan_includes.
stag019