index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
pic_animation.asm
Age
Commit message (
Expand
)
Author
2018-03-13
Organize the engine/ directory
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-30
Fix comment/style issues caused from w-izing.
luckytyphlosion
2018-01-23
Prefix wram labels with w, part 2.
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-15
_Special_BugContestJudging → _BugContestJudging; HOF_Predef_AnimateFrontpic...
Remy Oukaour
2018-01-14
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-14
Close #470 (JOHTO_POKEMON)
Remy Oukaour
2018-01-04
Use BANK for hardcoded WRAM banks preceding FarCopyWRAM/GetFarWRAMByte calls.
Adelaide Walter
2018-01-03
Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa...
Adelaide Walter
2018-01-02
Consistent predef function names
xCrystal
2018-01-02
Consolidate Special function names
xCrystal
2018-01-02
Clean up Predef function names
xCrystal
2018-01-02
Clean up XXX comments for unused content
xCrystal
2017-12-28
Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)
Remy Oukaour
2017-12-28
Merge branch 'master' of https://github.com/pret/pokecrystal
Remy Oukaour
2017-12-28
endm -> ENDM
xCrystal
2017-12-28
Rename pokemon animation files (fix #439)
Remy Oukaour
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-28
Uppercase MACRO and EQU(S) according to the style guide
xCrystal
2017-12-27
gfx/pokemon/animation.asm → engine/pic_animation.asm
Remy Oukaour