From d9dfe2b64f3fe51bf8cb717851b3fd709e0cc52d Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 18 Oct 2021 18:18:22 -0400 Subject: [PATCH] shave some bytes --- src/ui.attract.dhgr.a | 1 - src/ui.font.a | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui.attract.dhgr.a b/src/ui.attract.dhgr.a index 89186f332..3e2c20d5c 100644 --- a/src/ui.attract.dhgr.a +++ b/src/ui.attract.dhgr.a @@ -283,7 +283,6 @@ DrawGameTitleInActionSlideshow ldy gPathname sta gPathname,y +LDADDR gPathname - +ST16 PTR sec jsr DrawString @fallthroughForDHGR diff --git a/src/ui.font.a b/src/ui.font.a index 8e78dc152..c0658692d 100644 --- a/src/ui.font.a +++ b/src/ui.font.a @@ -13,7 +13,7 @@ ; DrawString - jsr SwitchToBank2 + jsr StoreAYAndSwitchToBank2 jsr DrawStringInternal ; /!\ execution falls through here to JmpSwitch