Finish lilia talk

This commit is contained in:
Natt Akuma 2025-11-29 21:51:09 +07:00
parent f5f17b3d78
commit e95a0321ed
3 changed files with 5 additions and 70 deletions

View file

@ -420,52 +420,3 @@
10,../../../assets/ys2/11_lilia_final/koala/png/16.png
10,../../../assets/ys2/11_lilia_final/koala/png/16.png
10,../../../assets/ys2/11_lilia_final/koala/png/16.png

1 4 ../../../assets/ys2/11_lilia_final/koala/png/01.png
420
421
422

View file

@ -374,7 +374,7 @@
4 o
4 r
4 e
4
4
4 t
4 h
4 e

View file

@ -84,7 +84,7 @@ code_start:
sta vbl
cli
;jsr intro
jsr intro
lda #$0b
sta $d011
@ -1549,12 +1549,10 @@ part_11:
lda #>dialog
sta text_ptr+1
cli
.repeat 5
lda #<256
jsr wait_frame_until
.endrepeat
lda #144
lda #404-256
jsr wait_frame_until
sei
@ -1948,18 +1946,4 @@ write_char_dialog:
inc dialog_col
rts
dialog:
/*
.byte 0, "are you ok?", 0
.byte 1, "... who are you?", 0
.byte 2, "thank goodness.\ni'm lilia from lance village.", 0
.byte 3, "having some kind of premonition,\ni came here to have a look.", 0
.byte 4, "suddenly,the area was enveloped\nby a light and you collapsed.", 0
.byte 5, "where am i?", 0
.byte 6, "this is the restaurant called y's.", 0
.byte 7, "there're monsters near.\nwe should go.", 0
.byte 8, "how about it,\ncan you stand up?", 0
.byte 9, "yeah,i'm alright.should we\ngo before the monsters come?", 0
.byte 10, "sure.", 0
*/
.incbin "liltalk.bin"
dialog: .incbin "liltalk.bin"