diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 14:45:07 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 17:46:46 -0500 |
| commit | b52bcd65975a21d0d101091259058f758b6ad8a0 (patch) | |
| tree | 6822037e017898cc45b4541ffcd4570bb6fcaa6c /text/maps/museum_1f.asm | |
| parent | stamp out even more text macros in main (diff) | |
| download | pokeyellow-b52bcd65975a21d0d101091259058f758b6ad8a0.tar.gz pokeyellow-b52bcd65975a21d0d101091259058f758b6ad8a0.tar.xz pokeyellow-b52bcd65975a21d0d101091259058f758b6ad8a0.zip | |
split viridian and oaks lab text into text/maps/
Diffstat (limited to 'text/maps/museum_1f.asm')
| -rw-r--r-- | text/maps/museum_1f.asm | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/text/maps/museum_1f.asm b/text/maps/museum_1f.asm new file mode 100644 index 00000000..6db66bcc --- /dev/null +++ b/text/maps/museum_1f.asm @@ -0,0 +1,108 @@ +_UnnamedText_5c21a: ; 9652c (25:652c) + text "Come again!" + done + +_UnnamedText_5c21f: ; 96539 (25:6539) + text "It's ¥50 for a" + line "child's ticket." + + para "Would you like to" + line "come in?" + done + +_UnnamedText_5c224: ; 96572 (25:6572) + text "Right, ¥50!" + line "Thank you!" + done + +_UnnamedText_5c229: ; 9658a (25:658a) + text "You don't have" + line "enough money." + prompt + +_UnnamedText_5c22e: ; 965a7 (25:65a7) + text "You can't sneak" + line "in the back way!" + + para "Oh, whatever!" + line "Do you know what" + cont "AMBER is?" + done + +_UnnamedText_5c233: ; 965f1 (25:65f1) + text "There's a lab" + line "somewhere trying" + cont "to resurrect" + cont "ancient #MON" + cont "from AMBER." + done + +_UnnamedText_5c238: ; 96636 (25:6636) + text "AMBER is fossil-" + line "ized tree sap." + done + +_UnnamedText_5c23d: ; 96657 (25:6657) + text "Please go to the" + line "other side!" + done + +_UnnamedText_5c242: ; 96675 (25:6675) + text "Take plenty of" + line "time to look!" + done + +_UnnamedText_5c251: ; 96693 (25:6693) + text "That is one" + line "magnificent" + cont "fossil!" + done + +_UnnamedText_5c28e: ; 966b4 (25:66b4) + text "Ssh! I think that" + line "this chunk of" + cont "AMBER contains" + cont "#MON DNA!" + + para "It would be great" + line "if #MON could" + cont "be resurrected" + cont "from it!" + + para "But, my colleagues" + line "just ignore me!" + + para "So I have a favor" + line "to ask!" + + para "Take this to a" + line "#MON LAB and" + cont "get it examined!" + prompt + +_ReceivedOldAmberText: ; 96790 (25:6790) + text $52, " received" + line "OLD AMBER!@@" + +_UnnamedText_5c299: ; 967a8 (25:67a8) + text "Ssh! Get the OLD" + line "AMBER checked!" + done + +_UnnamedText_5c29e: ; 967c9 (25:67c9) + text "You don't have" + line "space for this!" + done + +_UnnamedText_5c2ad: ; 967e8 (25:67e8) + text "We are proud of 2" + line "fossils of very" + cont "rare, prehistoric" + cont "#MON!" + done + +_UnnamedText_5c2bc: ; 96823 (25:6823) + text "The AMBER is" + line "clear and gold!" + done + |
