summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2017-12-22finish decompiling contest.scamthesaxman
2017-12-22fix 0x2DFC in SaveBlock1camthesaxman
2017-12-22save workcamthesaxman
2017-12-21decompile sub_80B1118 - sub_80B1EA8camthesaxman
2017-12-19decompile unref_sub_80B01E0 - sub_80B0F28camthesaxman
2017-12-18decompile sub_80AF438 - unref_sub_80B01B0camthesaxman
2017-12-17fix buildcamthesaxman
2017-12-17decompile sub_80AEB1C - sub_80AEFE8camthesaxman
2017-12-17decompile sub_80AE398 - sub_80AE9FCcamthesaxman
2017-12-16decompile sub_80AD8DC - sub_80AE098camthesaxman
2017-12-14decompile about half of sub_80AC2CCcamthesaxman
2017-12-12fail at decompiling sub_80ABCDCcamthesaxman
2017-12-12decompile nullsub_89 - sub_80AB9A0camthesaxman
2017-12-05delete unused file include/map_object_constants.hcamthesaxman
2017-11-28Merge pull request #483 from camthesaxman/mail_dataCameron Hall
convert mail data to C
2017-11-28convert mail data to Ccamthesaxman
2017-11-27fldeff_cut.c datacamthesaxman
2017-11-27Merge pull request #480 from camthesaxman/wild_encounter_dataCameron Hall
convert wild_encounter data to C
2017-11-27convert wild_encounter data to Ccamthesaxman
2017-11-27convert landmark data to Ccamthesaxman
2017-11-26fix merge conflictscamthesaxman
2017-11-26mauville_man constantscamthesaxman
2017-11-26don't require MAP_ prefix on MAP_GROUP and MAP_NUM macroscamthesaxman
2017-11-26opponents, map_objects, hold_effects, game_stat, decorations, ↵camthesaxman
battle_move_effects constants
2017-11-26map constantscamthesaxman
2017-11-26Cleanup pokemon_summary_screenMarcus Huderle
2017-11-26flag, vars, items constantscamthesaxman
2017-11-26Move summary_screen data into srcMarcus Huderle
2017-11-26Label the PokemonSummaryScreenStruct structs membersMarcus Huderle
2017-11-26Mostly done decompiling pokemon_summary_screenMarcus Huderle
2017-11-26Lots more pokemon_summary_screen decompilationMarcus Huderle
2017-11-26More pokemon_summary_screen decompilationMarcus Huderle
2017-11-26easy_chat constantscamthesaxman
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-26fix merge conflictscamthesaxman
2017-11-26rename rng.c to random.ccamthesaxman
2017-11-26label more functions and variablescamthesaxman
2017-11-25finish decompiling field_weather_2camthesaxman
2017-11-25label and decompile more of field_weather_2camthesaxman
2017-11-25split field_weather.c and convert more datacamthesaxman
2017-11-20Merge pull request #465 from sceptillion/unknown_taskMarcus Huderle
clean up unknown_task variables
2017-11-19clean up unknown_task variablessceptillion
2017-11-19label battle animssceptillion
2017-11-19decompile fldeff_decorationsceptillion
2017-11-19decompile fldeff_secretpowersceptillion
2017-11-19decompile fldeff_berrytreesceptillion
2017-11-19decompile fldeff_secret_base_pcsceptillion
2017-11-19include headers in corresponding source filessceptillion
2017-11-19headers for fldeff_poison and fldeff_recordmixingsceptillion
2017-11-18change Sprite struct to use a data array instead of manual declares.ProjectRevoTPP