Skip to content

Commit

Permalink
added dialogue to lorelei's bookshelf (yes, really)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarBeasts committed Jun 16, 2024
1 parent 3e097fa commit 3adbdf2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/maps/objects/Villa2F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Villa2F_Object:
def_bg_events
bg_event 2, 1, 5 ; Villa2FText5
bg_event 3, 1, 6 ; Villa2FText6
bg_event 0, 1, 7 ; Villa2FText6
bg_event 5, 1, 8 ; Villa2FText6

bg_event 0, 1, 7 ; Villa2FText7
bg_event 5, 1, 8 ; Villa2FText8
bg_event 1, 1, 9 ; Villa2FText9

def_object_events
object_event 5, 4, SPRITE_POKE_BALL, STAY, RIGHT, 1 ; item
Expand Down
2 changes: 1 addition & 1 deletion maps/Villa2F.blk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
   
   
5 changes: 5 additions & 0 deletions scripts/Villa2F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Villa2F_TextPointers:
dw Villa2FText6
dw Villa2FText7
dw Villa2FText8
dw Villa2FText9

Villa2FTrainerHeaders:
def_trainers 4
Expand Down Expand Up @@ -81,3 +82,7 @@ Villa2FText8:
text_far _Villa2FText8
text_end

Villa2FText9:
text_far _Villa2FText9
text_end

13 changes: 13 additions & 0 deletions text/Villa2F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,18 @@ _Villa2FText8::
cont "ice skating..."
done

_Villa2FText9::
text "Stacked on the"
line "shelves are"
cont "assorted books"
cont "about ICE types"
cont "and a few books"
cont "about forensic"
cont "psychology."

para "Neat!"
done




0 comments on commit 3adbdf2

Please sign in to comment.