index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
player_gfx.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-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-22
More engine flag constants
Rangi
2018-01-16
map_header → map_def; map_header_2 → map_data
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-09
default_names.asm → player_names.asm
Remy Oukaour
2018-01-02
Consistent predef function names
xCrystal
2018-01-02
Clean up XXX comments for unused content
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-28
Prefix engine_flags wram addresses with w
xCrystal
2017-12-26
event/ → events/, and move some appropriate engine/ files there
Remy Oukaour
2017-12-15
Move more contiguous related code blocks from main.asm to engine/ and events/
Remy Oukaour