pub fn check_end_dungeon(end_cond: i32, _ov10: &OverlayLoadLease<10>) -> i32
Expand description

Do the stuff when you lose in a dungeon.

end_cond: End condition code? Seems to control what tasks get run and what transition happens when the dungeon ends.

Note: unverified, ported from Irdkwia’s notes