summaryrefslogtreecommitdiff
path: root/src/fame_checker.c
AgeCommit message (Collapse)Author
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-24sub_812C3F8PikalaxALT
2018-11-24Fame Checker STARTPikalaxALT