index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
field
/
overworld.c
Age
Commit message (
Expand
)
Author
2018-01-01
Port battle_setup names from pokeemerald
Marcus Huderle
2017-12-27
Port updated battle_script macros from pokeemerald
Marcus Huderle
2017-12-24
Merge pull request #492 from PikalaxALT/decompile_data
Marcus Huderle
2017-12-24
Name and use general purpose vars
Marcus Huderle
2017-12-18
Merge branch 'master' into decompile_data
scnorton
2017-12-17
Use FLAG_ prefix for all flags
Marcus Huderle
2017-12-17
Fix CheckPathBetweenTrainerAndPlayer and remove MapObject2 struct definition ...
scnorton
2017-11-26
don't require MAP_ prefix on MAP_GROUP and MAP_NUM macros
camthesaxman
2017-11-26
map constants
camthesaxman
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-26
fix merge conflicts
camthesaxman
2017-11-26
rename rng.c to random.c
camthesaxman
2017-11-25
finish decompiling field_weather_2
camthesaxman
2017-11-25
label and decompile more of field_weather_2
camthesaxman
2017-11-18
change Sprite struct to use a data array instead of manual declares.
ProjectRevoTPP
2017-10-01
Merge remote-tracking branch 'upstream/master' into script_cmd_renaming
camthesaxman
2017-09-28
merge
ProjectRevoTPP