Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | Merge pull request #788 from kazblox/master | GriffinR | |
Fix NONMATCHINGs and actual English Debug support | |||
2020-06-08 | Actually fix everything. | Kaz | |
2020-06-08 | Preliminary support for English rev0 debug. Matching but still needs | Kaz | |
cleaning up. Rename DEBUG_TRANSLATE to DEBUG_FIX now that we have actual English Debug ROMs. Add Sapphire German "first edition" debug support, now that we have a hash for it. Fix an obvious nonmatching. | |||
2020-04-27 | Sync std_msgbox.inc | GriffinR | |
2018-11-05 | Resolve guard name collision | PikalaxALT | |
2018-04-08 | Remaining functions and data in start_menu_debug | PikalaxALT | |
2018-04-07 | through DebugMenu_HoennNationalDex | PikalaxALT | |
2018-04-07 | finish decompiling unk_debug_menu_3 code | PikalaxALT | |
2018-02-17 | decompile more debug code | Cameron Hall | |
2017-09-12 | more labels and fix build | camthesaxman | |
2017-01-05 | define some menu data in C | YamaArashi | |
2016-12-18 | move functions from start_menu.c to menu.c | 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 |