index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
evolution_animation.asm
Age
Commit message (
Expand
)
Author
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-30
Fix wVirtualOAM labels, part 2.
luckytyphlosion
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
"CryHeader" → "Cry"; "Cry" → "MonCry"
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-10
Resolve #461
Remy Oukaour
2018-01-02
Consistent predef function names
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-24
Fix issue #345:
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-09
Document constants with comments, actual names, and more thorough usage
Remy Oukaour
2016-06-06
Remaining layout constants
pikalaxalt
2016-05-16
Evolution addresses
pikalaxalt
2016-05-14
EZChat cursor object
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-04
More splitting of main.asm; remove unneeded rept 2
pikalaxalt
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a t...
pikalaxalt
2015-12-19
More work on slots; WRAM cleanup, Move Deleter
PikalaxALT
2015-12-14
mystery gift, credits
PikalaxALT
2015-12-01
Break up engine/sprites.asm; address yenatch's comments
PikalaxALT
2015-11-28
Renaming sections, further dissolving main.asm
PikalaxALT
2015-11-26
Battle Tower scripts and text labels
PikalaxALT
2015-11-20
Annotate battle tower text bug
PikalaxALT
2015-11-20
bgcoord
PikalaxALT
2015-11-13
SpriteAnim
PikalaxALT
2015-11-11
More splits; map setup labels
PikalaxALT
2015-11-11
Further split bank 4
PikalaxALT
2015-11-09
Cleaning up static HRAM labels; movement stuff, route 38 trainers
PikalaxALT
2015-11-09
Add missing files in engine/ and battle/
PikalaxALT