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 (
Collapse
)
Author
2018-02-18
remove subdirectories
camthesaxman
2018-02-18
Merge branch 'master' into decompile_debug
Cameron Hall
2018-02-17
take your stupid fucking politically correct names since you dont care about ↵
ProjectRevoTPP
authenticity
2018-02-17
Merge branch 'master' of https://github.com/pret/pokeruby into evobjmv
ProjectRevoTPP
2018-02-06
fix build
camthesaxman
2018-01-24
merge
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-20
More documentation of field_weather
Marcus Huderle
2018-01-19
Further document weather
Marcus Huderle
2018-01-17
use Dma Large loops for every while(1) Dma loop
ProjectRevoTPP
2018-01-16
add debug ifdefs
Cameron Hall
2018-01-10
finish labeling scanline_effect.c
camthesaxman
2018-01-10
label more of scanline_effect.c
camthesaxman
2018-01-09
label some scanline_effect functions
camthesaxman
2018-01-09
rename unknown_task to scanline_effect
camthesaxman
2018-01-09
more text/menu renaming
camthesaxman
2018-01-09
s/gWindowConfig/gWindowTemplate/g
camthesaxman
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
Decompile data and abstract away some explicit memcpy calls
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
and references
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