summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2018-11-29through sub_8143DBCPikalaxALT
2018-11-29sub_8143910PikalaxALT
2018-11-29through sub_81438F0PikalaxALT
2018-11-28through sub_81436ECPikalaxALT
2018-11-28Identify most of SaveBlock1PikalaxALT
2018-11-28Identify easy chat arrays in save block 1PikalaxALT
2018-11-28Name the game stats arrayPikalaxALT
2018-11-28Define the PC items allocation in SaveBlock1PikalaxALT
2018-11-28Fix spacing in globah.hPikalaxALT
2018-11-28Dump another fame checker tilemapPikalaxALT
2018-11-28All functions and assets in fame_checker are namedPikalaxALT
2018-11-27Rename most assets and functions in fame_checkerPikalaxALT
2018-11-27More documentation and enumsPikalaxALT
2018-11-26More documentation of fame checkerPikalaxALT
2018-11-26PRESSED-->JOY_NEW, PUSHED-->JOY_HELDPikalaxALT
2018-11-26Start documenting stuff; make objects static where possiblePikalaxALT
2018-11-26Genericize PRESSED macroPikalaxALT
2018-11-26Finish data decompPikalaxALT
2018-11-26Another text pointer table decompedPikalaxALT
2018-11-26more text dismPikalaxALT
2018-11-26More data decompPikalaxALT
2018-11-26Finish decomp of fame_checker(.text)PikalaxALT
2018-11-26through sub_812E064PikalaxALT
2018-11-25through sub_812DB64PikalaxALT
2018-11-25through sub_812DA14PikalaxALT
2018-11-25through sub_812D5ECPikalaxALT
2018-11-25sub_812D420PikalaxALT
2018-11-25through sub_812D388PikalaxALT
2018-11-25sub_812D1A8PikalaxALT
2018-11-24through sub_812D094PikalaxALT
2018-11-24through sub_812CD3CPikalaxALT
2018-11-24sub_812CAD8PikalaxALT
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-24through sub_812C694PikalaxALT
2018-11-24sub_812C3F8PikalaxALT
2018-11-23quest_log_battle, 2PikalaxALT
2018-11-23quest_log_battle, 1PikalaxALT
2018-11-23quest_log_8150454PikalaxALT
2018-11-21Try and guess what some of this stuff in crt0.s isPikalaxALT
2018-11-21Merge branch 'master' into quest_logPikalaxALT
2018-11-19through sub_8114CE4PikalaxALT
2018-11-14Brings in surfable tile data structuremelody
2018-11-13Decompiles metatile behaviorsMelody
Combines commits: * WIP: start on metatile behavior functions * WIP: more functions * WIP: more functions * WIP: another solid chunk + cleanup * WIP: more things are stuff * WIP: even more stuff done * WIP: 🆗 * WIP: Cleaning Up * WIP: More Cleanup * WIP: Additional Cleanup * WIP: clean up defines
2018-11-09Fix C/C++ errors generated by CLion IDEPikalaxALT
2018-11-09Start to refactor some of the data componentsPikalaxALT
2018-11-08through sub_8113FBCPikalaxALT
2018-11-08Merge pull request #17 from PikalaxALT/vs_seekerMarcus Huderle
Vs seeker
2018-11-05nonmatching sub_8113AE8PikalaxALT
2018-11-05sub_8113ABCPikalaxALT
2018-11-02Merge branch 'master' into quest_logPikalaxALT
2018-10-18decompile money.c and coins.cProjectRevoTPP