summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-11-11cleanupYamaArashi
2016-11-10decompile field_door.c (#97)Cameron Hall
* decompile * name some functions and variables * formatting and name more functions
2016-11-10decompile title_screen.c (#96)Cameron Hall
* decompile title_screen.c * macros * cleanup * consistency
2016-11-08safari_zone.c (#94)fl4shk
* about halfway through with safari_zone.c * Figured out more of UnkSafariZoneStruct * Finished safari_zone.c
2016-11-07Decompile part of weather.s.yenatch
2016-11-06landmark.c cleanupYamaArashi
2016-11-06cleanup (#93)Cameron Hall
* cleanup * cleanup
2016-11-06remove asm() in battle_ai.cYamaArashi
2016-11-06start decompiling battle_ai.c (#92)Cameron Hall
2016-11-05decompile item.c (#91)Cameron Hall
* start decompiling * decompile item.c * use static
2016-11-05clean up trailing whitespaceYamaArashi
2016-11-05contest category varYamaArashi
2016-11-05script special variablesYamaArashi
2016-11-05decompile mori_debug_menu.c (#90)ProjectRevoTPP
* decompile mori_debug_menu.c * formatting
2016-11-05rename some parametersYamaArashi
2016-11-05introduce flag constantsYamaArashi
2016-11-05struct HealLocation (#89)fl4shk
* struct HealLocation * remove tabs again * tiny change
2016-11-05clean up battle_setup.cYamaArashi
2016-11-05heal_location.c and landmark.cfl4shk
2016-11-04trainer music constantsYamaArashi
2016-11-04use correct trainer party member structsYamaArashi
2016-11-04fix battle_setup.c warnings besides implicit declarationYamaArashi
2016-11-04add flag.h and var.hYamaArashi
2016-11-04Big shroomish barboach (#87)Cameron Hall
* start decompiling * decompile more functions * clean up and rename big_shroomish_barboach.c to pokemon_size_record.c * remove save file * remove extraneous line from Makefile
2016-11-04use more TRUE/FALSEYamaArashi
2016-11-04cleanupYamaArashi
2016-11-04switch formattingYamaArashi
2016-11-04badge flagsYamaArashi
2016-11-04remove extraneous spacesYamaArashi
2016-11-04decompile sub_8082A90()YamaArashi
2016-11-04add functions to syscall.hYamaArashi
2016-11-04decompile battle_setup.c (#86)ProjectRevoTPP
* purge text label redundancy in data2 * revo you dummy dont commit experimental changes like that * Map header music constants * Declare CoordEvent and BgEvent structs * start labeling AI labels * begin decompiling battle_setup.c * more decompilation of battle_setup.c * decompile even more battle_setup.c * finish decompiling battle_setup.c aside from one function * impeach PikalaxALT * formatting
2016-11-04formattingYamaArashi
2016-11-04decompile coins.c (#85)Cameron Hall
* decompile coins.c * fix PrintCoins
2016-11-03Merge pull request #84 from camthesaxman/decompressYamaArashi
decompile decompress.c
2016-11-03decompile decompress.ccamthesaxman
2016-11-01Pokedex (#83)Cameron Hall
* decompile more pokedex functions * use spaces instead of tabs * mostly fix up sub_808D690 * fix sub_808DBE8 * decompile sub_808E398 * decompile more pokedex functions * decompile sub_808E978 * decompile more functions * decompile sub_808F2B0 * decompile sub_808F8B8 * decompile more pokedex functions * clean up and fail at getting functions to match
2016-11-01clean up trailing spacesYamaArashi
2016-11-01whitespace cleanupYamaArashi
2016-11-01name pokemon cry voice groupYamaArashi
2016-11-01define more variables in m4a_2.cYamaArashi
2016-11-01decompile more pokedex functions (#81)Cameron Hall
* decompile more pokedex functions * use spaces instead of tabs * mostly fix up sub_808D690 * fix sub_808DBE8 * decompile sub_808E398 * decompile more pokedex functions * decompile sub_808E978 * decompile more functions * decompile sub_808F2B0 * decompile sub_808F8B8 * decompile more pokedex functions
2016-10-31decompile more pokedex functions (#80)Cameron Hall
* decompile more pokedex functions * use spaces instead of tabs * mostly fix up sub_808D690 * fix sub_808DBE8 * decompile sub_808E398 * decompile more pokedex functions * decompile sub_808E978 * decompile more functions * decompile sub_808F2B0 * decompile sub_808F8B8
2016-10-30decompile field_posion.c (#79)Cameron Hall
* start decompiling field_poison.c * finish decompiling
2016-10-30partially decompile dewford_trend.c and record_mixing.c (#78)Cameron Hall
* start decompiling dewford_trend * figure out some gSaveBlock1 members * decompile more functions * decompile sub_80FA4E4 * start decompiling record_mixing.c * Decompile more code * decompile more functions * tabs to spaces
2016-10-29fix typo in function nameYamaArashi
2016-10-29(Almost) finished menu_cursor.c (#77)Diegoisawesome
2016-10-28cleanupYamaArashi
2016-10-28decompile truck_scene.c (#76)ProjectRevoTPP
* begin decompiling truck_scene.c * more truck_scene.c work. * Task_Truck2 pushed for YamaArashi, nonmatching * begin decompiling truck_scene.c more truck_scene.c work. Task_Truck2 pushed for YamaArashi, nonmatching * make truck scene match * cleanup * more consistency * finish decompiling truck_scene.c * formatting * oops
2016-10-28Decompile berry.c.yenatch