index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
field
/
choose_party.c
Age
Commit message (
Collapse
)
Author
2018-02-18
remove subdirectories
camthesaxman
2018-02-16
decompile some debug code in slot_machine.c
Cameron Hall
2018-01-31
Merge branch 'master' into german_debug
camthesaxman
Conflicts: asm/pokemon_storage_system.s data/pokemon_storage_system.s src/pokemon/pokemon_1.c src/pokemon/pokemon_storage_system.c sym_common.txt sym_ewram.txt
2018-01-27
add comments for pool loads in C files
Cameron Hall
2018-01-22
fix false gMysteryEventScriptCmdTableEnd offsets
Cameron Hall
2018-01-21
Merge branch 'master' into pokemon_storage_system
PikalaxALT
2018-01-21
resolve merge conflicts and make it compile
Cameron Hall
2018-01-20
More documentation of field_weather
Marcus Huderle
2018-01-17
resolve more undefined references
Cameron Hall
2018-01-17
add more debug things
Cameron Hall
2018-01-16
add debug ifdefs
Cameron Hall
2018-01-12
Merge branch 'master' into pokemon_storage_system
PikalaxALT
2018-01-09
more text/menu renaming
camthesaxman
2018-01-08
re-label some window and text code
camthesaxman
2018-01-06
through unref_sub_8095C60
PikalaxALT
2017-11-26
fix merge conflicts
camthesaxman
2017-11-26
Label the PokemonSummaryScreenStruct structs members
Marcus Huderle
2017-11-26
Mostly done decompiling pokemon_summary_screen
Marcus Huderle
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-18
change Sprite struct to use a data array instead of manual declares.
ProjectRevoTPP
2017-11-05
move ewram.h includes in include/ to src files.
ProjectRevoTPP
2017-11-01
Use descriptive variable and function names for battle_tower code
Marcus Huderle
2017-10-28
Give more descriptive names for battle tower structs
Marcus Huderle
2017-10-21
More battle_tower work
Marcus Huderle
2017-10-10
Add more party_menu documentation
Marcus Huderle
2017-10-09
Document part of menu setup struct and accompanying functions
Marcus Huderle
2017-10-09
Document party menu handlers, text oam, and menu types
Marcus Huderle
2017-10-09
Merge remote-tracking branch 'upstream/master' into party_menu
Marcus Huderle
2017-09-28
merge
ProjectRevoTPP
2017-09-09
merge
ProjectRevoTPP
2017-08-20
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP