summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-22delete asm/contest.scamthesaxman
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-17decompile sub_80AF1E4 - sub_80AF404camthesaxman
2017-12-17get sub_80AB398 to matchcamthesaxman
2017-12-17fix buildcamthesaxman
2017-12-17match some functions in contest.ccamthesaxman
2017-12-17decompile sub_80AEB1C - sub_80AEFE8camthesaxman
2017-12-17decompile sub_80AE398 - sub_80AE9FCcamthesaxman
2017-12-17fix buildcamthesaxman
2017-12-16decompile sub_80AD8DC - sub_80AE098camthesaxman
2017-12-16get sub_80AC2CC closercamthesaxman
2017-12-15hack some more on sub_80AC2CCcamthesaxman
2017-12-15nonmatching sub_80AC2CCcamthesaxman
2017-12-14decompile about half of sub_80AC2CCcamthesaxman
2017-12-13decompile sub_80ABEA0 - sub_80AC284camthesaxman
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 #485 from camthesaxman/mon_markings_dataCameron Hall
convert mon_markings data to C
2017-11-28remove temporary filecamthesaxman
2017-11-28Merge pull request #483 from camthesaxman/mail_dataCameron Hall
convert mail data to C
2017-11-28mon_markings datacamthesaxman
2017-11-28convert mail data to Ccamthesaxman
2017-11-27Merge pull request #482 from camthesaxman/fldeff_dataCameron Hall
convert fldeff data to C
2017-11-27convert fldeff data to Ccamthesaxman
2017-11-27fldeff_cut.c datacamthesaxman
2017-11-27Merge pull request #481 from camthesaxman/map_constantsCameron Hall
convert data files to use constants/map.h
2017-11-27fix comment alignment and get rid of warp_map macrocamthesaxman
2017-11-27convert data files to use constants/map.hcamthesaxman
2017-11-27Merge pull request #480 from camthesaxman/wild_encounter_dataCameron Hall
convert wild_encounter data to C
2017-11-27fix German buildcamthesaxman
2017-11-27fix buildcamthesaxman
2017-11-27convert wild_encounter data to Ccamthesaxman
2017-11-27Merge pull request #479 from camthesaxman/landmark_dataCameron Hall
convert landmark data to C
2017-11-27convert landmark data to Ccamthesaxman
2017-11-27Merge pull request #477 from camthesaxman/constant_headersCameron Hall
Use common headers for constants in assembly and C
2017-11-27Merge pull request #476 from sceptillion/fix_preproc_cCameron Hall
fix issue with line numbers in errors when using preproc with C
2017-11-26fix merge conflictscamthesaxman
2017-11-26Merge pull request #473 from ProjectRevoTPP/split_80CMarcus Huderle
split battle_anim_80CA710
2017-11-26Merge pull request #478 from huderlem/pokemon_summary_screenCameron Hall
Decompile pokemon_summary_screen
2017-11-26Fix some non-matching functions. Thanks camMarcus Huderle
2017-11-26Use song constants and 'mon' instead of 'pokemon'Marcus Huderle
2017-11-26oopsProjectRevoTPP
2017-11-26move src/anim to src/battle/anim.ProjectRevoTPP
2017-11-26Fix German buildMarcus Huderle