Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | trainer_pokemon_sprites | PikalaxALT | |
2019-04-15 | tm_case and peripheral documentation | PikalaxALT | |
2019-04-14 | tm_case through sub_813226C | PikalaxALT | |
2019-04-11 | Documentation of oak_speech | PikalaxALT | |
2019-04-09 | sub_812EB58; port scanline_effect | scnorton | |
2018-12-05 | Rename most special vars | PikalaxALT | |
2018-11-28 | Fix spacing in globah.h | PikalaxALT | |
2018-11-28 | Dump another fame checker tilemap | PikalaxALT | |
2018-11-28 | Fix errors introduced in precious commit | PikalaxALT | |
2018-11-28 | Also name the text color assets | PikalaxALT | |
2018-11-28 | All functions and assets in fame_checker are named | PikalaxALT | |
2018-11-27 | One more field renaming in fame_checker | PikalaxALT | |
2018-11-27 | Rename most assets and functions in fame_checker | PikalaxALT | |
2018-11-27 | More documentation and enums | PikalaxALT | |
2018-11-26 | More documentation of fame checker | PikalaxALT | |
2018-11-26 | PRESSED-->JOY_NEW, PUSHED-->JOY_HELD | PikalaxALT | |
2018-11-26 | This is a sprite tag right here | PikalaxALT | |
2018-11-26 | Make ewram symbols static too | PikalaxALT | |
2018-11-26 | Start documenting stuff; make objects static where possible | PikalaxALT | |
2018-11-26 | Finish data decomp | PikalaxALT | |
2018-11-26 | Decompile remaining sprite templates | PikalaxALT | |
2018-11-26 | First pass disassembly of fame_checker sprite templates | PikalaxALT | |
2018-11-26 | Decomp sprite sheets and additional graphics | PikalaxALT | |
2018-11-26 | Another text pointer table decomped | PikalaxALT | |
2018-11-26 | more text dism | PikalaxALT | |
2018-11-26 | More data decomp | PikalaxALT | |
2018-11-26 | Finish decomp of fame_checker(.text) | PikalaxALT | |
2018-11-26 | through sub_812E064 | PikalaxALT | |
2018-11-26 | through sub_812DDAC; match sub_812DBC0 | PikalaxALT | |
2018-11-26 | nonmatching sub_812DBC0 | PikalaxALT | |
2018-11-25 | through sub_812DB64 | PikalaxALT | |
2018-11-25 | through sub_812DA14 | PikalaxALT | |
2018-11-25 | through sub_812D814 | PikalaxALT | |
2018-11-25 | through sub_812D5EC | PikalaxALT | |
2018-11-25 | sub_812D420 | PikalaxALT | |
2018-11-25 | through sub_812D388 | PikalaxALT | |
2018-11-25 | sub_812D1A8 | PikalaxALT | |
2018-11-24 | through sub_812D174 | PikalaxALT | |
2018-11-24 | through sub_812D094 | PikalaxALT | |
2018-11-24 | sub_812CE04 | 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-24 | through sub_812CA1C | PikalaxALT | |
2018-11-24 | through sub_812C694 | PikalaxALT | |
2018-11-24 | sub_812C3F8 | PikalaxALT | |
2018-11-24 | Fame Checker START | PikalaxALT | |