summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-15Merge pull request #540 from camthesaxman/emerald_portCameron Hall
port some fixed battle code from pokeemerald
2018-01-15match ChangeStatBuffscamthesaxman
2018-01-15import some battle_4.c code from emerald and get atk23_getexp matchingcamthesaxman
2018-01-15Merge pull request #537 from camthesaxman/decompile_pokemon_item_effectCameron Hall
decompile pokemon_item_effect.s
2018-01-15Merge pull request #536 from PikalaxALT/fix_file_modesCameron Hall
Fix file modes
2018-01-15clean up pokemon_item_effect.ccamthesaxman
2018-01-15match sub_803E1B0camthesaxman
2018-01-15get sub_803E1B0 a lot closercamthesaxman
2018-01-15get sub_803E1B0 a bit closercamthesaxman
2018-01-15get sub_803E1B0 closercamthesaxman
2018-01-14decompile sub_803E1B0 (nonmatching)camthesaxman
2018-01-14start decompiling the behemoth that is sub_803E1B0camthesaxman
2018-01-14write sub_807D770 bettercamthesaxman
2018-01-14add comment about NULL pointer dereferencecamthesaxman
2018-01-14Fix file modes (revo pls)PikalaxALT
2018-01-14Merge branch 'master' into fix_file_modesPikalaxALT
2018-01-14Fix file modesPikalaxALT
2018-01-14Merge pull request #534 from camthesaxman/tmhm_macrosCameron Hall
improve TM/HM constants and add macro for TM/HM learnsets
2018-01-14Merge pull request #530 from camthesaxman/refactor_saveCameron Hall
clean up save.c
2018-01-14fix German buildcamthesaxman
2018-01-14Merge pull request #526 from ProjectRevoTPP/contest_aiCameron Hall
decompile contest_ai.c
2018-01-14TMHM_BITSET -> TMHMcamthesaxman
2018-01-14improve TM/HM constants and add macro for TM/HM learnsetscamthesaxman
2018-01-14scriptArr to s16ProjectRevoTPP
2018-01-14dont forget the headerProjectRevoTPP
2018-01-14formatting and clean upProjectRevoTPP
2018-01-14commentProjectRevoTPP
2018-01-14move rodata to CProjectRevoTPP
2018-01-14finish decompiling contest_ai.cProjectRevoTPP
2018-01-14Merge pull request #531 from progreon/battle_anim_dataMarcus Huderle
Decompiling battle_anim data
2018-01-14truncated some dataMarco Willems (M17.1)
2018-01-14format and arrange some Pokemon datacamthesaxman
2018-01-14Forgot to delete thisMarco Willems (M17.1)
2018-01-14Decompiled data/battle_anim_80A7E7C.sMarco Willems (M17.1)
2018-01-14up to ContestAICmd_unk_7EProjectRevoTPP
2018-01-14up to ContestAICmd_unk_67ProjectRevoTPP
2018-01-13up to ContestAICmd_unk_52ProjectRevoTPP
2018-01-13format base_stats.hcamthesaxman
2018-01-13refactor more of save.ccamthesaxman
2018-01-14finished decompiling data/battle_anim.sMarco Willems (M17.1)
2018-01-14FixingsMarco Willems (M17.1)
2018-01-14Merge remote-tracking branch 'upstream/master' into battle_anim_dataMarco Willems (M17.1)
2018-01-14started decompiling data/battle_anim.sMarco Willems (M17.1)
2018-01-13clean up save.ccamthesaxman
2018-01-13label battle_intro.ccamthesaxman
2018-01-13up to ContestAICmd_unk_3FProjectRevoTPP
2018-01-13up to ContestAICmd_unk_3FProjectRevoTPP
2018-01-13Merge pull request #528 from yenatch/delete-on-erroryenatch
Fix broken builds after running make without tools installed.
2018-01-13Fix broken builds after running make without tools installed.yenatch
The culprit is the .ld file recipes, which create the file even if the command failed. These could be fixed on their own, but this way prevents it from happening again later.
2018-01-12up to ContestAICmd_unk_2CProjectRevoTPP