index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pokemon
Age
Commit message (
Collapse
)
Author
2017-12-17
fix build
camthesaxman
2017-12-13
decompile sub_80ABEA0 - sub_80AC284
camthesaxman
2017-12-12
fail at decompiling sub_80ABCDC
camthesaxman
2017-11-28
Merge pull request #485 from camthesaxman/mon_markings_data
Cameron Hall
convert mon_markings data to C
2017-11-28
mon_markings data
camthesaxman
2017-11-28
convert mail data to C
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
opponents, map_objects, hold_effects, game_stat, decorations, ↵
camthesaxman
battle_move_effects constants
2017-11-26
Cleanup pokemon_summary_screen
Marcus Huderle
2017-11-26
flag, vars, items constants
camthesaxman
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-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-15
migrate text_window and reset_rtc_screen data to src
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-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.h includes in include/ to src files.
ProjectRevoTPP
2017-11-05
move ewram defines to ewram.h.
ProjectRevoTPP
2017-11-04
finish first wave of fixes
ProjectRevoTPP
2017-11-04
more fixes
ProjectRevoTPP
2017-11-03
BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixes
ProjectRevoTPP
2017-10-29
change SetMonData and SetBoxMonData prototypes
ProjectRevoTPP
2017-10-29
merge
ProjectRevoTPP
2017-10-26
put all C data headers in src/
camthesaxman
2017-10-26
also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constants
camthesaxman
2017-10-23
recast fixes for SetMonData and SetBoxMonData.
ProjectRevoTPP
2017-10-23
use SPEED instead of SPD in mon data constants
camthesaxman
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
[next]