# This function implements $exit in a game when no quest is loaded. .meta name="Exit anywhere" .meta description="" .meta hide_from_patches_menu .versions 59NJ 59NL entry_ptr: reloc0: .offsetof start start: xor eax, eax mov [], eax # is_in_quest = false mov [], eax # dat_source_type = NONE inc eax mov [], ax # should_leave_game = true ret