diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-23 15:34:42 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-23 15:34:42 -0500 |
| commit | fbda25d3d8a8191b9397c29d7ff475f2264c978e (patch) | |
| tree | eaed4a978a69b33ad22f7c52eda0b8b85ccc447c /text/maps/route_12_house.asm | |
| parent | Split out route text (diff) | |
| download | pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.tar.gz pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.tar.xz pokeyellow-fbda25d3d8a8191b9397c29d7ff475f2264c978e.zip | |
Split out the rest of map text
Diffstat (limited to 'text/maps/route_12_house.asm')
| -rw-r--r-- | text/maps/route_12_house.asm | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/text/maps/route_12_house.asm b/text/maps/route_12_house.asm new file mode 100644 index 00000000..d06fcfde --- /dev/null +++ b/text/maps/route_12_house.asm @@ -0,0 +1,61 @@ +_UnnamedText_564c0: ; 8c9b3 (23:49b3) + text "I'm the FISHING" + line "GURU's brother!" + + para "I simply Looove" + line "fishing!" + + para "Do you like to" + line "fish?" + done + +_UnnamedText_564c5: ; 8ca00 (23:4a00) + text "Grand! I like" + line "your style!" + + para "Take this and" + line "fish, young one!" + + para $52, " received" + line "a @" + TX_RAM $cf4b + text "!@@" + +_UnnamedText_564ca: ; 8ca4f (23:4a4f) + db $0 + para "Fishing is a way" + line "of life!" + + para "From the seas to" + line "rivers, go out" + cont "and land the big" + cont "one!" + done + +_UnnamedText_564cf: ; 8caa1 (23:4aa1) + text "Oh... That's so" + line "disappointing..." + done + +_UnnamedText_564d4: ; 8cac2 (23:4ac2) + text "Hello there," + line $52, "!" + + para "Use the SUPER ROD" + line "in any water!" + cont "You can catch" + cont "different kinds" + cont "of #MON." + + para "Try fishing" + line "wherever you can!" + done + +_UnnamedText_564d9: ; 8cb38 (23:4b38) + text "Oh no!" + + para "I had a gift for" + line "you, but you have" + cont "no room for it!" + done + |
