refactor bookofmudora

unnecessary stack operations
This commit is contained in:
spannerisms
2021-03-24 07:31:38 -04:00
parent 98ecf42fbf
commit cd7260c5f4

View File

@@ -15,9 +15,7 @@ DrawLibraryItemGFX:
RTL RTL
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
SetLibraryItem: SetLibraryItem:
PHA
LDY $0E80, X ; Retrieve stored item type LDY $0E80, X ; Retrieve stored item type
PLA
JSL.l ItemSet_Library ; contains thing we wrote over JSL.l ItemSet_Library ; contains thing we wrote over
RTL RTL
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------