index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rom6.c
Age
Commit message (
Expand
)
Author
2018-10-17
Further synchronisation
Slawter666
2018-10-17
Begin synchronising with pokeemerald
Slawter666
2018-07-12
Use map type constants in map headers
Marcus Huderle
2018-07-10
Move movement constants into include/constants/event_object_movement_constants.h
Marcus Huderle
2018-06-07
Label all metatile behaviors and functions
Marcus Huderle
2018-05-29
Unify 'map object' and 'field object' terms into 'event object'
Marcus Huderle
2018-05-29
Finish labeling all movement actions
Marcus Huderle
2018-05-29
Label all movement type functions and their callbacks
Marcus Huderle
2018-05-29
Rename regularAnim and specialAnim to singleMovement and heldMovement
Marcus Huderle
2018-04-10
Document fldeff_teleport.c
Marcus Huderle
2018-04-10
Document/cleanup fldeff_cut.c
Marcus Huderle
2018-04-10
Document/cleanup fldeff_secretpower.c
Marcus Huderle
2018-02-17
take your stupid fucking politically correct names since you dont care about ...
ProjectRevoTPP
2018-02-17
Merge branch 'master' of https://github.com/pret/pokeruby into evobjmv
ProjectRevoTPP
2018-01-24
merge field files into evobjmv.c.
ProjectRevoTPP
2018-01-21
resolve merge conflicts and make it compile
Cameron Hall
2018-01-17
use 'if DEBUG' instead of 'ifdef DEBUG'
Cameron Hall
2018-01-16
add debug ifdefs
Cameron Hall
2018-01-16
use game stat defines
ProjectRevoTPP
2017-12-21
Rename gScript* vars to gSpecialVar_*
Marcus Huderle
2017-11-26
abilities, songs, species constants
camthesaxman
2017-10-18
document bike.c.
ProjectRevoTPP
2017-09-23
do some scrcmd/overworld labeling
camthesaxman
2017-09-13
more labeling
camthesaxman
2017-09-12
rename rom_4.c to overworld.c
camthesaxman
2017-09-12
lots more relabeling
camthesaxman
2017-09-09
more renaming/refactoring
camthesaxman
2017-07-20
map out ram variables
drifloony
2017-06-16
Merge remote-tracking branch 'marijn/clean/headers'
yenatch
2017-06-15
move player_pc data to C file and do a lot of labeling
ProjectRevoTPP
2017-05-26
Sort includes
Marijn van der Werf
2017-05-26
Add headers
Marijn van der Werf
2017-05-05
Remove trailing whitespace
Marijn van der Werf
2017-04-27
Sort includes
Marijn van der Werf
2017-03-22
label changes for clarity
ProjectRevoTPP
2017-03-18
reorganize and add new headers for many files
ProjectRevoTPP
2017-01-19
decompile rom6 (#202)
Cameron Hall