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 ldy gPathname
sta gPathname,y sta gPathname,y
+LDADDR gPathname +LDADDR gPathname
+ST16 PTR
sec sec
jsr DrawString jsr DrawString
@fallthroughForDHGR @fallthroughForDHGR

View File

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