summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-01-15vertical scroll indicator labeling and more shop.cProjectRevoTPP
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-14tabsProjectRevoTPP
2018-01-14fix PrintFlyTargetNameProjectRevoTPP
2018-01-14fix BuyMenuDrawGraphicsProjectRevoTPP
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-14formatting and clean upProjectRevoTPP
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-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-12up to ContestAICmd_unk_2CProjectRevoTPP
2018-01-12Merge pull request #527 from camthesaxman/decompile_battle_introCameron Hall
decompile battle_intro.s
2018-01-12decompile battle_intro.scamthesaxman
2018-01-12Merge pull request #522 from golemgalvanize/max_item_definesMarcus Huderle
Change max item define to allow for easier item adding
2018-01-12un-hard code max item definegolem galvanize