Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-09 | Match German FrameType_DrawChoices | PikalaxALT | |
2019-07-28 | remove hardcoded VRAM and EWRAM addresses | camthesaxman | |
2018-05-21 | Standardize args to palette blend functions | Marcus Huderle | |
2018-04-07 | through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked)) | PikalaxALT | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-07-07 | option_menu.c data | camthesaxman | |
2017-06-24 | wip src | Marijn van der Werf | |
2017-05-23 | Merge pull request #303 from marijnvdwerf/clean/includes | yenatch | |
Clean/includes | |||
2017-05-22 | Add strings2.h | Marijn van der Werf | |
2017-05-22 | Decrease indentation level of switches | Marijn van der Werf | |
2017-01-21 | formatting | YamaArashi | |
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2017-01-05 | field_8 -> savedCallback | YamaArashi | |
2016-11-30 | Declare more non-static functions in header files (#111) | Marijn van der Werf | |
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines | |||
2016-10-27 | finish decompiling link NPC code | YamaArashi | |
2016-10-24 | rename more functions | YamaArashi | |
2016-10-16 | decompile option menu and begin decompiling pokedex (#58) | Cameron Hall | |
* start decompiling pokedex * fix up this darn struct * decompile most of the option menu code * decompile more code * finish up with option menu * minor cleanup * fix some pokedex functions * remove disassembly files * actually remove disassembly files * more decompilation * decompile 2 more functions * minor cleanup * Update start_menu.c with CB2_InitPokedex |