index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
battle
/
ai
Age
Commit message (
Expand
)
Author
2020-06-29
Identify more unnamed labels
Rangi
2020-05-17
Miscellaneous cleanup noted in #709
Rangi
2020-05-07
Clean up some percentage values
Rangi
2020-01-04
Add and simplify bugfixes in bugs_and_glitches.md (#664)
Colton G. Rushton
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
2018-08-26
hQuotient is a four-byte buffer (fixes #558)
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-08-17
Fix some StatUp-related labels
mid-kid
2018-08-07
Fix more uses of EFFECTIVE
mid-kid
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-07-18
Remove some more address comments
mid-kid
2018-06-25
No space between labels and bodies
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-06-12
Note which labels are only needed for locating banks (relevant to issue #485)
Rangi
2018-05-23
Start improving sprite movement engine (to do: identify bit flags)
Rangi
2018-05-19
1 << FRZ == $20
Rangi
2018-04-01
Fix file permissions
mid-kid
2018-02-25
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-22
Pkmn -> Mon
mid-kid
2018-02-04
Consistent "X percent [+/- Y]" order
Rangi
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-30
Fix comment/style issues caused from w-izing.
luckytyphlosion
2018-01-25
Move AI data tables into data/battle/ai (mirroring engine/battle/ai) so they'...
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-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-10
Arrays end with -1, not $ff
Remy Oukaour
2018-01-07
Predef_FlagAction -> Predef_SmallFarFlagAction
xCrystal
2018-01-05
Predef_Flag -> Predef_FlagAction
xCrystal
2018-01-02
Consistent predef function names
xCrystal
2017-12-26
Split battle/ into data/ and engine/ components
Remy Oukaour