diff --git a/src/ui.wait.a b/src/ui.wait.a index 5a8a3dbed..f1e5d95da 100644 --- a/src/ui.wait.a +++ b/src/ui.wait.a @@ -84,3 +84,6 @@ CoverFade !word $6000 jsr $6000 ; call transition effect jmp MegaAttractMode ; exit via mega attract mode +!if (RELBASE != $2000) and (>WaitForKeyFor30Seconds != >*) { + !error "WaitForKeyFor30Seconds crossed a page (", WaitForKeyFor30Seconds, " to ", * +}