mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-03 16:29:06 +00:00
Fix for strings in non ENTER/LEAVE functions
This commit is contained in:
parent
e52d4016dd
commit
fb0ef9848b
@ -1340,7 +1340,16 @@ LEAVEX INY ;+INC_IP
|
||||
STA IFPL
|
||||
PLA
|
||||
STA IFPH
|
||||
RETX STA ALTRDOFF
|
||||
STA ALTRDOFF
|
||||
LDA PSR
|
||||
PHA
|
||||
PLP
|
||||
RTS
|
||||
RETX LDA IFPL
|
||||
STA PPL
|
||||
LDA IFPH
|
||||
STA PPH
|
||||
STA ALTRDOFF
|
||||
LDA PSR
|
||||
PHA
|
||||
PLP
|
||||
|
Loading…
x
Reference in New Issue
Block a user