summaryrefslogtreecommitdiff
path: root/include/start_menu.h
AgeCommit message (Collapse)Author
2020-08-19Merge pull request #788 from kazblox/masterGriffinR
Fix NONMATCHINGs and actual English Debug support
2020-06-08Actually fix everything.Kaz
2020-06-08Preliminary support for English rev0 debug. Matching but still needsKaz
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-27Sync std_msgbox.incGriffinR
2018-11-05Resolve guard name collisionPikalaxALT
2018-04-08Remaining functions and data in start_menu_debugPikalaxALT
2018-04-07through DebugMenu_HoennNationalDexPikalaxALT
2018-04-07finish decompiling unk_debug_menu_3 codePikalaxALT
2018-02-17decompile more debug codeCameron Hall
2017-09-12more labels and fix buildcamthesaxman
2017-01-05define some menu data in CYamaArashi
2016-12-18move functions from start_menu.c to menu.cYamaArashi
2016-11-30Declare 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