indent messages data
This commit is contained in:
@@ -16,11 +16,9 @@ endwhile
|
|||||||
; Temporary fix for the message bank
|
; Temporary fix for the message bank
|
||||||
; ZS does not clear message data when bank is changed
|
; ZS does not clear message data when bank is changed
|
||||||
; So the end of the data bank is not as easily searchable.
|
; So the end of the data bank is not as easily searchable.
|
||||||
org $0EEE76
|
org $0EEE76 : db $80
|
||||||
db $80
|
|
||||||
|
|
||||||
org !addr+1
|
org !addr+1 : db $80
|
||||||
db $80
|
|
||||||
|
|
||||||
org $0ED436
|
org $0ED436
|
||||||
JML MessageExpand
|
JML MessageExpand
|
||||||
@@ -137,7 +135,6 @@ db $00, $21, $42, $59, $E3, $59, $29, $25, $93, $59, $DA, $59, $21, $1E, $1A, $1
|
|||||||
db $FF ; end of message pointers checks
|
db $FF ; end of message pointers checks
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print "End of expanded dialogue ", pc
|
print "End of expanded dialogue ", pc
|
||||||
|
|
||||||
assert pc() <= $2FFFFF
|
assert pc() <= $2FFFFF
|
||||||
|
|||||||
Reference in New Issue
Block a user