index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scene
Age
Commit message (
Collapse
)
Author
2017-12-22
finish decompiling contest.s
camthesaxman
2017-12-22
fix 0x2DFC in SaveBlock1
camthesaxman
2017-12-22
save work
camthesaxman
2017-11-26
fix merge conflicts
camthesaxman
2017-11-26
Cleanup pokemon_summary_screen
Marcus Huderle
2017-11-26
flag, vars, items constants
camthesaxman
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-26
rename rng.c to random.c
camthesaxman
2017-11-18
change Sprite struct to use a data array instead of manual declares.
ProjectRevoTPP
2017-11-14
Merge branch 'data' of https://github.com/ProjectRevoTPP/pokeruby into data
ProjectRevoTPP
2017-11-13
migrate battle_message data to src (TODO, german)
ProjectRevoTPP
2017-11-12
Cleanup and document daycare.c
Marcus Huderle
2017-11-11
eliminate remaining RAM pointers in src/
ProjectRevoTPP
2017-11-11
eliminate remaining RAM pointers in asm/
ProjectRevoTPP
2017-11-10
fix german
ProjectRevoTPP
2017-11-10
move credits data to C file (todo, german)
ProjectRevoTPP
2017-11-09
remove shared_syms
ProjectRevoTPP
2017-11-09
formatting
ProjectRevoTPP
2017-11-09
depreciate use of shared_syms
ProjectRevoTPP
2017-11-06
finish refactoring ewram defines into ewram.h.
ProjectRevoTPP
2017-11-05
move src/engine/ direct ewram calls to ewram.h.
ProjectRevoTPP
2017-11-05
move ewram defines to ewram.h.
ProjectRevoTPP
2017-11-02
Merge pull request #453 from huderlem/battle_tower
Marcus Huderle
Decompile battle_tower
2017-10-28
Give more descriptive names for battle tower structs
Marcus Huderle
2017-10-18
document bike.c.
ProjectRevoTPP
2017-10-01
Merge branch 'master' into trade
PikalaxALT
2017-10-01
Merge remote-tracking branch 'upstream/master' into script_cmd_renaming
camthesaxman
2017-09-30
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-09-28
merge
ProjectRevoTPP
2017-09-09
merge
ProjectRevoTPP
2017-08-28
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-26
merge
ProjectRevoTPP
2017-08-20
merge
ProjectRevoTPP
2017-08-13
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP