diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-09-16 04:11:37 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-09-16 04:11:37 -0600 |
commit | 5f27116a29b08408e3591df1dc70aa8721e4295f (patch) | |
tree | 755a558cd89bdfa04776f4fbdd81e115fa1396df /data | |
parent | a775ff15062bedcd05d852ba62b711141f75e245 (diff) |
Add all map objects from bank 57.
Diffstat (limited to 'data')
-rw-r--r-- | data/text/unused_sweet_honey.asm | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/data/text/unused_sweet_honey.asm b/data/text/unused_sweet_honey.asm new file mode 100644 index 00000000..04ceae2e --- /dev/null +++ b/data/text/unused_sweet_honey.asm @@ -0,0 +1,68 @@ +; Sweet Honey is a feature that was scrapped before development. +; It was later implemented in Pokémon Diamond and Pearl. +; +; Sweet Honey was probably reworked into Sweet Scent. +; A map in the final game has a Butterfree and a woman who gives +; the Sweet Scent TM. + +; Most of these texts seem to be associated with a single NPC. +; The last text is associated with a second NPC, probably a Butterfree. + +UnusedSweetHoneyText: + text "My #MON is an" + line "expert at collect-" + cont "ing SWEET HONEY." + + para "I'll share some" + line "with you." + done + +UnusedSweetHoneyBagFullText: + text "I want to give you" + line "some SWEET HONEY," + + para "but you have no" + line "room for it." + done + +UnusedSweetHoneyGiveText: + text "Here you go! Have" + line "some SWEET HONEY!" + done + +UnusedGotSweetHoneyText: + text "<PLAYER> received" + line "SWEET HONEY." + done + +UnusedSweetHoneyAfterText1: + text "My little brother" + line "takes SWEET HONEY" + + para "and goes somewhere" + line "with it." + + para "I wonder what he's" + line "up to?" + done + +UnusedSweetHoneyAfterText2: + text "Did you put SWEET" + line "HONEY on a tree?" + + para "What happened to" + line "it?" + done + +UnusedSweetHoneyAfterText3: + text "Did you put SWEET" + line "HONEY on a tree?" + + para "It takes about a" + line "day for #MON to" + cont "be drawn to it." + done + +UnusedSweetHoneyButterfreeText: + text "BUTTERFREE: Freeh!" + done |