Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-28 | Identify easy chat arrays in save block 1 | PikalaxALT | |
2018-11-28 | Name the game stats array | PikalaxALT | |
2018-11-28 | Define the PC items allocation in SaveBlock1 | PikalaxALT | |
2018-11-28 | Fix spacing in globah.h | PikalaxALT | |
2018-11-27 | Rename most assets and functions in fame_checker | PikalaxALT | |
2018-11-27 | More documentation and enums | PikalaxALT | |
2018-11-26 | PRESSED-->JOY_NEW, PUSHED-->JOY_HELD | PikalaxALT | |
2018-11-26 | Genericize PRESSED macro | PikalaxALT | |
2018-11-25 | through sub_812D388 | PikalaxALT | |
2018-11-25 | sub_812D1A8 | PikalaxALT | |
2018-11-24 | through sub_812CD3C | PikalaxALT | |
2018-11-24 | sub_812CAD8 | PikalaxALT | |
New macro `PRESSED(x)` tests `gMain.newKeys & (x)`. The macro itself is inoptimal. However, its use is required to match this function. We suspect this macro may have been implemented globally, hence we put it in `global.h`. Propagating its use through the remainder of this project, as well as [Ruby](/pret/pokeruby) and [Emerald](/pret/pokeemerald), has been left as a to-do item. | |||
2018-11-21 | Try and guess what some of this stuff in crt0.s is | PikalaxALT | |
2018-11-09 | Fix C/C++ errors generated by CLion IDE | PikalaxALT | |
2018-11-09 | Start to refactor some of the data components | PikalaxALT | |
2018-11-05 | nonmatching sub_8113AE8 | PikalaxALT | |
2018-11-05 | sub_8113ABC | PikalaxALT | |
2018-10-17 | Merge branch 'master' into quest_log | PikalaxALT | |
2018-10-16 | through sub_8113414 | PikalaxALT | |
2018-10-15 | decompile load_save.c | ProjectRevoTPP | |
2018-10-15 | Merge branch 'master' into quest_log | PikalaxALT | |
2018-10-12 | Merge branch 'master' into quest_log | PikalaxALT | |
2018-10-11 | decompile save.c | ProjectRevoTPP | |
2018-10-11 | through sub_811175C | PikalaxALT | |
2018-10-11 | through sub_8110E20 | PikalaxALT | |
2018-10-10 | nonmatching sub_8110BE8 | PikalaxALT | |
2018-10-10 | sub_8110BB0 | PikalaxALT | |
2018-10-10 | sub_8110944 | PikalaxALT | |
2018-10-09 | through sub_811092C | PikalaxALT | |
2018-10-09 | Start decompiling quest_log.o | PikalaxALT | |
2018-10-08 | decompile up to SpeciesToCryId | ProjectRevoTPP | |
2018-10-08 | merge and nonmatching PokemonUseItemEffects2 | ProjectRevoTPP | |
2018-10-08 | Finish decompile of menews_jisan.s | PikalaxALT | |
2018-10-08 | sub_8146CA4 | PikalaxALT | |
2018-10-08 | sub_8146C30 | PikalaxALT | |
2018-10-08 | partially decompile pokemon.c | ProjectRevoTPP | |
2018-10-04 | decompile script.c | ProjectRevoTPP | |
2018-10-03 | decompile battle_ai_script_commands.c | ProjectRevoTPP | |
2018-01-06 | add NDEBUG define | ProjectRevoTPP | |
2017-12-20 | decompile string_util | sceptillion | |
2017-12-17 | decompile main | sceptillion | |