remove test dialogue code, print end of expanded dialogue

This commit is contained in:
scawful
2024-06-29 17:58:18 -04:00
parent 6dc728ffbc
commit 389b962407

View File

@@ -16,16 +16,10 @@ endwhile
org !addr+1 org !addr+1
db #$80 db #$80
org $05DE66
LDA.b #$8D
LDY.b #$01
org $0ED436 org $0ED436
JML MessageExpand JML MessageExpand
NOP #$06 NOP #$06
org $3C8000 org $3C8000
MessageExpand: MessageExpand:
LDA.b $02 : AND.w #$00FF : CMP.w #$000E : BNE + ; are we already in expanded bank? LDA.b $02 : AND.w #$00FF : CMP.w #$000E : BNE + ; are we already in expanded bank?
@@ -46,5 +40,6 @@ MessageExpandedData:
db $3A, $7F db $3A, $7F
db $FF ; end of message pointers checks db $FF ; end of message pointers checks
print "End of expanded dialogue ", pc
warnpc $3CA62A warnpc $3CA62A