summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-07fix ItemStorage_DrawItemListcamthesaxman
2018-01-07fix Mailbox_DrawMailListcamthesaxman
2018-01-07Merge pull request #515 from huderlem/battle_2Cameron Hall
Decompile battle_2 and battle_util
2018-01-07Finish battle_2.c and battle_util.c decompilationMarcus Huderle
2018-01-07Finish decompiling battle_2Marcus Huderle
2018-01-07Decompile through HandleEndTurn_BattleWon, and update trainer class constant ↵Marcus Huderle
names
2018-01-07Decompile more battle_2 functionsMarcus Huderle
2018-01-07Match sub_806BC3CMarcus Huderle
2018-01-07Merge pull request #516 from camthesaxman/fix_nonmatchingCameron Hall
match a few functions
2018-01-07match CB2_PartyMenuMaincamthesaxman
2018-01-07match DetermineBattleTowerPrizecamthesaxman
2018-01-07match SaveCurrentWinStreakcamthesaxman
2018-01-06Merge branch 'master' of https://github.com/pret/pokerubycamthesaxman
2018-01-06fix some code and formatting anomaliescamthesaxman
2018-01-06Merge pull request #508 from huderlem/friendly_macrosMarcus Huderle
call_if and goto_if macros
2018-01-06Merge pull request #445 from PikalaxALT/cable_carMarcus Huderle
Cable car and Cable car util
2018-01-06Merge branch 'master' into cable_carPikalaxALT
2018-01-06Merge pull request #511 from camthesaxman/combine_german_asmCameron Hall
combine asm-de into asm
2018-01-06combine asm-de into asmcamthesaxman
2018-01-06Rename vars in cable car utilPikalaxALT
2018-01-05cable car utilPikalaxALT
2018-01-05Merge pull request #504 from camthesaxman/decompile_easy_chatCameron Hall
decompile easy_chat.s
2018-01-05tabs to spacescamthesaxman
2018-01-05minor cleanupcamthesaxman
2018-01-05Update delcarations of cable car util funtionsPikalaxALT
2018-01-05remove asm and combine easy chat filescamthesaxman
2018-01-05actually fix German buildcamthesaxman
2018-01-05fix German buildcamthesaxman
2018-01-05some renamingPikalaxALT
2018-01-05Make static what can be made staticPikalaxALT
2018-01-05sub_81248ACPikalaxALT
2018-01-05sub_812476CPikalaxALT
2018-01-05decompile sub_80EADC0 - sub_80EB37Ccamthesaxman
2018-01-05through sub_81245F4PikalaxALT
2018-01-05through sub_8124598PikalaxALT
2018-01-05get sub_812446C matchingPikalaxALT
2018-01-05Merge branch 'master' into cable_carPikalaxALT
2018-01-05decompile sub_80EA1E0 - sub_80EAD7Ccamthesaxman
2018-01-05Add friendly macros for checking trainer flagsMarcus Huderle
2018-01-05Add friendly macros for goto_if and call_if variantsMarcus Huderle
2018-01-05fix buildcamthesaxman
2018-01-05decompile German codecamthesaxman
2018-01-04actually fix German buildcamthesaxman
2018-01-04fix merge conflictscamthesaxman
2018-01-04fix German buildcamthesaxman
2018-01-04decompile sub_80E9620 - sub_80EA184camthesaxman
2018-01-04Merge pull request #507 from huderlem/script_constantsMarcus Huderle
Script constants
2018-01-04Merge pull request #506 from PikalaxALT/use_agbcc_libcMarcus Huderle
Link libc from agbcc
2018-01-04Wrap compare macro's args in parenthesesMarcus Huderle
2018-01-04Merge branch 'master' into use_agbcc_libcPikalaxALT