index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
gfx
/
pic_animation.asm
Age
Commit message (
Expand
)
Author
2021-04-19
Use rgbds 0.5.0
Rangi
2021-03-24
Add some comments regarding 16-bit increment/decrement
Rangi
2021-01-09
Rename GetFarHalfword to GetFarWord
Rangi
2020-11-09
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
Rangi
2020-10-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-06-10
Define pokeanim setup commands like std scripts, predefs, and specials
Rangi
2020-03-21
rgbds supports 'X - 1' instead of 'X + -1'
Rangi
2020-02-13
Standardize on lowercase Tilemap and Attrmap
mid-kid
2019-01-15
Fix some constants
mid-kid
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-07-23
wPokeAnimStruct matches wPokeAnimStructEnd
Rangi
2018-07-23
Consistent routine naming convention: 'Foo' wraps '_Foo'
Rangi
2018-07-22
ANIM_MON_UNUSED → ANIM_MON_HOF
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-01
Miscellaneous fixes in the use of _command constants.
mid-kid
2018-05-06
'rept' is not indented
Rangi
2018-03-13
Organize the engine/ directory
mid-kid