New version.
Modified the debug menu, so instead of having "show propcases" "show params" and "show task list" there is now a single enum for "debug display" that allows you to pick any of these, or "none"
Propcase page and tasklist start still have their own values.
Modified "alt +/- dumps memory" to "Alt +/- debug shortcut", which is an enum with three options: "none", "dump" and "page"
If page is selected, pressing +/- key in alt mode once moves you through one page of propecases, params or tasks. If you double click it (two clicks in 400ms or less) the direction reverses. This is a bit clumsy (since you'll keep reversing if you try to page really fast), but there's only so much you can do with a one button interface
This makes examining propcases etc simpler, since you don't have navigate the menu every time you want to change pages.
Patch is against latest juciphox (rev 474)
edit:
I reused the lang entries for the items I changed, so anyone using an out of date translation will see confusing menu items.