mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-19 20:30:42 +00:00
shave some bytes
This commit is contained in:
parent
c7839f3e73
commit
d9dfe2b64f
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user