index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
bug_contest
Age
Commit message (
Expand
)
Author
2019-03-10
Rename some call/jump script commands to avoid confusion with jr/jp asm instr...
Rangi
2019-03-10
Rename more script commands for consistency and predictability
Rangi
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-07-27
Merge branch 'master' of https://github.com/pret/pokecrystal
mid-kid
2018-07-26
Remove a documented bug that's not really a bug
mid-kid
2018-07-23
StringCmp → CompareBytes; CompareLong → CompareBytesLong
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-25
Remove even more address comments
mid-kid
2018-06-24
Remove all address comments
mid-kid
2018-04-05
Use constants for bit/set/res more
Rangi
2018-04-01
Fix file permissions
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-02
use "x + -1" not "x +- 1"
Rangi
2018-01-26
Sync documentation with code
Rangi
2018-01-25
Move event data to data/events/
Rangi
2018-01-24
Remove Special_ prefix from special routines (close #478)
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-18
Use Japanese charmap definitions in strings
Remy Oukaour
2018-01-15
_Special_BugContestJudging → _BugContestJudging; HOF_Predef_AnimateFrontpic...
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-02
No more mobile EQUS ret (replace with Stubbed_ + ret)
xCrystal
2018-01-02
Consolidate Special function names
xCrystal
2018-01-02
Clean up Predef function names
xCrystal
2017-12-27
Move events/ to engine/events/
Remy Oukaour