index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pokemon
/
pokemon_summary_screen.c
Age
Commit message (
Expand
)
Author
2018-01-31
Merge branch 'master' into german_debug
camthesaxman
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-18
Merge branch 'master' of https://github.com/pret/pokeruby into fixes
ProjectRevoTPP
2018-01-18
add more debug code
Cameron Hall
2018-01-17
resolve more undefined references
Cameron Hall
2018-01-17
use dma macros for remaining missing dma while(1) loops
ProjectRevoTPP
2018-01-16
remove some symbols from sym_ewram.txt
camthesaxman
2018-01-15
through diegohint1
PikalaxALT
2018-01-12
Merge branch 'master' into pokemon_storage_system
PikalaxALT
2018-01-10
finish labeling 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
through sub_8097E70; split PSS in 3
PikalaxALT
2018-01-09
s/gWindowConfig/gWindowTemplate/g
camthesaxman
2018-01-08
re-label some window and text code
camthesaxman
2017-12-27
Port battle_anim changes from pokeemerald
Marcus Huderle
2017-12-23
match sub_809F814
camthesaxman
2017-12-13
decompile sub_80ABEA0 - sub_80AC284
camthesaxman
2017-11-26
fix merge conflicts
camthesaxman
2017-11-26
Fix some non-matching functions. Thanks cam
Marcus Huderle
2017-11-26
Use song constants and 'mon' instead of 'pokemon'
Marcus Huderle
2017-11-26
Fix German build
Marcus Huderle
2017-11-26
Cleanup pokemon_summary_screen
Marcus Huderle
2017-11-26
Fix sprite data accesses
Marcus Huderle
2017-11-26
Move summary_screen data into src
Marcus Huderle
2017-11-26
Migrate nature_names to src/data/text
Marcus Huderle
2017-11-26
Migrate move_descriptions to src/data/text
Marcus Huderle
2017-11-26
Fix some non-matchings and organize header
Marcus Huderle
2017-11-26
Label the PokemonSummaryScreenStruct structs members
Marcus Huderle
2017-11-26
Mostly done decompiling pokemon_summary_screen
Marcus Huderle
2017-11-26
Lots more pokemon_summary_screen decompilation
Marcus Huderle
2017-11-26
More pokemon_summary_screen decompilation
Marcus Huderle
2017-11-26
Decompile DrawExperienceProgressBar()
Marcus Huderle
2017-11-26
Start decompiling the second half of pokemon_summary_screen
Marcus Huderle
2017-11-12
Cleanup and document daycare.c
Marcus Huderle
2017-11-09
depreciate use of shared_syms
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP