Age | Commit message (Expand) | Author |
2017-11-27 | Merge pull request #480 from camthesaxman/wild_encounter_data | Cameron Hall |
2017-11-27 | convert wild_encounter data to C | camthesaxman |
2017-11-27 | convert landmark data to C | camthesaxman |
2017-11-26 | fix merge conflicts | camthesaxman |
2017-11-26 | mauville_man constants | camthesaxman |
2017-11-26 | don't require MAP_ prefix on MAP_GROUP and MAP_NUM macros | camthesaxman |
2017-11-26 | opponents, map_objects, hold_effects, game_stat, decorations, battle_move_eff... | camthesaxman |
2017-11-26 | map constants | camthesaxman |
2017-11-26 | Cleanup pokemon_summary_screen | Marcus Huderle |
2017-11-26 | flag, vars, items constants | camthesaxman |
2017-11-26 | Move summary_screen data into src | 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 | easy_chat 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-26 | label more functions and variables | camthesaxman |
2017-11-25 | finish decompiling field_weather_2 | camthesaxman |
2017-11-25 | label and decompile more of field_weather_2 | camthesaxman |
2017-11-25 | split field_weather.c and convert more data | camthesaxman |
2017-11-20 | Merge pull request #465 from sceptillion/unknown_task | Marcus Huderle |
2017-11-19 | clean up unknown_task variables | sceptillion |
2017-11-19 | label battle anims | sceptillion |
2017-11-19 | decompile fldeff_decoration | sceptillion |
2017-11-19 | decompile fldeff_secretpower | sceptillion |
2017-11-19 | decompile fldeff_berrytree | sceptillion |
2017-11-19 | decompile fldeff_secret_base_pc | sceptillion |
2017-11-19 | include headers in corresponding source files | sceptillion |
2017-11-19 | headers for fldeff_poison and fldeff_recordmixing | sceptillion |
2017-11-18 | change Sprite struct to use a data array instead of manual declares. | ProjectRevoTPP |
2017-11-15 | migrate matsuda debug menu and tileset anim data to src | ProjectRevoTPP |
2017-11-15 | migrate text_window and reset_rtc_screen data to src | ProjectRevoTPP |
2017-11-15 | migrate field_door data to src | ProjectRevoTPP |
2017-11-14 | Merge branch 'data' of https://github.com/ProjectRevoTPP/pokeruby into data | ProjectRevoTPP |
2017-11-13 | migrate tv data to src | ProjectRevoTPP |
2017-11-13 | migrate cable_club and mori_debug_menu data to src | 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-12 | Use spaces instead of tabs in battle_tower | Marcus Huderle |
2017-11-11 | Cleanup battle_anim_80CA710.c | Marcus Huderle |
2017-11-11 | Merge remote-tracking branch 'upstream/master' into pokenav | Marcus Huderle |
2017-11-11 | merge | ProjectRevoTPP |
2017-11-11 | fix build after ewram changes | camthesaxman |
2017-11-11 | merge | ProjectRevoTPP |
2017-11-11 | eliminate remaining RAM pointers in src/ | ProjectRevoTPP |
2017-11-11 | More pokenav decomp | Marcus Huderle |
2017-11-11 | Merge pull request #434 from camthesaxman/decompile_field_weather | Cameron Hall |