From 222e077932ccb80431db17903e04c637d810b2c6 Mon Sep 17 00:00:00 2001 From: 4am Date: Fri, 28 Dec 2018 15:11:38 -0500 Subject: [PATCH] reenable search mode and fonts data --- src/4cade.a | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/4cade.a b/src/4cade.a index 5b2e61049..9957af219 100644 --- a/src/4cade.a +++ b/src/4cade.a @@ -26,7 +26,7 @@ Main jmp @loop ; these routines will only be called after relocating to language card -; !source "src/ui.search.mode.a" + !source "src/ui.search.mode.a" !source "src/ui.attract.mode.a" !source "src/prodos.path.a" !source "src/glue.prorwts2.a" @@ -35,8 +35,8 @@ Main !source "src/parse.common.a" !source "src/parse.prefs.a" !source "src/parse.games.a" -; !source "src/ui.font.a" -; !source "src/ui.font.data.a" + !source "src/ui.font.a" + !source "src/ui.font.data.a" gGlobalPrefsStore !word *+2 ; address of first okvs store }