mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-05 05:24:33 +00:00
shave some bytes
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user