shave some bytes

This commit is contained in:
4am 2021-10-18 18:18:22 -04:00
parent c7839f3e73
commit d9dfe2b64f
2 changed files with 1 additions and 2 deletions

View File

@ -283,7 +283,6 @@ DrawGameTitleInActionSlideshow
ldy gPathname
sta gPathname,y
+LDADDR gPathname
+ST16 PTR
sec
jsr DrawString
@fallthroughForDHGR

View File

@ -13,7 +13,7 @@
;
DrawString
jsr SwitchToBank2
jsr StoreAYAndSwitchToBank2
jsr DrawStringInternal
; /!\ execution falls through here to JmpSwitch