diff options
Diffstat (limited to 'text/maps/vermilion_house.asm')
-rw-r--r-- | text/maps/vermilion_house.asm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/text/maps/vermilion_house.asm b/text/maps/vermilion_house.asm new file mode 100644 index 00000000..f05f9487 --- /dev/null +++ b/text/maps/vermilion_house.asm @@ -0,0 +1,22 @@ +_VermilionHouse1Text1:: ; 9c449 (27:4449) + text "I'm getting my" + line "PIDGEY to fly a" + cont "letter to SAFFRON" + cont "in the north!" + done + +_VermilionHouse1Text2:: ; 9c488 (27:4488) + text "PIDGEY: Kurukkoo!@@" + +_VermilionHouse1Text3:: ; 9c49c (27:449c) + text "Dear PIPPI, I hope" + line "to see you soon." + + para "I heard SAFFRON" + line "has problems with" + cont "TEAM ROCKET." + + para "VERMILION appears" + line "to be safe." + done + |