pub fn help_menu_loop(_ov31: &OverlayLoadLease<31>) -> i32
Expand description

Called on each frame while the in-dungeon “help” menu is open.

The menu is still considered open while one of the help pages is being viewed, so this function keeps being called even after choosing an option.

Returns an int (Actually, this is probably some sort of enum shared by all the MenuLoop functions).