index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
whiteout.asm
Age
Commit message (
Expand
)
Author
2020-07-17
return → endcallback, reloadandreturn → reloadend
Rangi
2020-06-10
Resolve #723: treat std scripts like specials and predefs
Rangi
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-03-10
Rename some call/jump script commands to avoid confusion with jr/jp asm instr...
Rangi
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
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
Script commands don't have underscores
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-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-12
Use more constants in scripts
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