summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-27More documentation and enumsPikalaxALT
2018-11-26More documentation of fame checkerPikalaxALT
2018-11-26PRESSED-->JOY_NEW, PUSHED-->JOY_HELDPikalaxALT
2018-11-26This is a sprite tag right herePikalaxALT
2018-11-26Make ewram symbols static tooPikalaxALT
2018-11-26Start documenting stuff; make objects static where possiblePikalaxALT
2018-11-26Genericize PRESSED macroPikalaxALT
2018-11-26Finish data decompPikalaxALT
2018-11-26Decompile remaining sprite templatesPikalaxALT
2018-11-26First pass disassembly of fame_checker sprite templatesPikalaxALT
2018-11-26Decomp sprite sheets and additional graphicsPikalaxALT
2018-11-26Another text pointer table decompedPikalaxALT
2018-11-26more text dismPikalaxALT
2018-11-26More data decompPikalaxALT
2018-11-26Fix png palettesPikalaxALT
2018-11-26Start decompiling some more dataPikalaxALT
2018-11-26Finish decomp of fame_checker(.text)PikalaxALT
2018-11-26through sub_812E064PikalaxALT
2018-11-26through sub_812DDAC; match sub_812DBC0PikalaxALT
2018-11-26nonmatching sub_812DBC0PikalaxALT
2018-11-25through sub_812DB64PikalaxALT
2018-11-25through sub_812DA14PikalaxALT
2018-11-25through sub_812D814PikalaxALT
2018-11-25through sub_812D5ECPikalaxALT
2018-11-25sub_812D420PikalaxALT
2018-11-25through sub_812D388PikalaxALT
2018-11-25sub_812D1A8PikalaxALT
2018-11-24through sub_812D174PikalaxALT
2018-11-24through sub_812D094PikalaxALT
2018-11-24sub_812CE04PikalaxALT
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_812CA1CPikalaxALT
2018-11-24through sub_812C694PikalaxALT
2018-11-24Merge remote-tracking branch 'upstream/master'paul
2018-11-24sub_812C3F8PikalaxALT
2018-11-24Fame Checker STARTPikalaxALT
2018-11-24Merge pull request #29 from PikalaxALT/patch-1Marcus Huderle
Add note about baserom to INSTALL.md
2018-11-24Merge pull request #22 from PikalaxALT/quest_logMarcus Huderle
Quest log
2018-11-24Add note about baserom to INSTALL.mdPikalaxALT
2018-11-24A bit of cleanupPikalaxALT
2018-11-24match sub_812C334PikalaxALT
2018-11-23quest_log_battle, 3 (nonmatching)PikalaxALT
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-21Complete decomp of quest_logPikalaxALT
2018-11-21through sub_8115518; finish quest_log rodataPikalaxALT