index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
bug_contest
/
judging.asm
Age
Commit message (
Expand
)
Author
2020-12-23
Rename some labels
Rangi
2020-10-26
Use more assertions to ensure correct code and data
Rangi
2020-04-18
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
Rangi
2020-03-21
rgbds supports 'X - 1' instead of 'X + -1'
Rangi
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-25
Use labels instead of constants for HRAM
Rangi
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-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-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-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
2017-12-27
Move events/ to engine/events/
Remy Oukaour