mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
shave some bytes
This commit is contained in:
parent
c7839f3e73
commit
d9dfe2b64f
@ -283,7 +283,6 @@ DrawGameTitleInActionSlideshow
|
||||
ldy gPathname
|
||||
sta gPathname,y
|
||||
+LDADDR gPathname
|
||||
+ST16 PTR
|
||||
sec
|
||||
jsr DrawString
|
||||
@fallthroughForDHGR
|
||||
|
@ -13,7 +13,7 @@
|
||||
;
|
||||
|
||||
DrawString
|
||||
jsr SwitchToBank2
|
||||
jsr StoreAYAndSwitchToBank2
|
||||
jsr DrawStringInternal
|
||||
; /!\ execution falls through here to JmpSwitch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user