pokecrystal-board/text/sweethoney.asm
2014-03-06 00:45:28 -05:00

69 lines
1.4 KiB
NASM

; 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: ; 0x5578a
text "My #MON is an"
line "expert at collect-"
cont "ing SWEET HONEY."
para "I'll share some"
line "with you."
done
UnusedSweetHoneyBagFullText: ; 0x557d6
text "I want to give you"
line "some SWEET HONEY,"
para "but you have no"
line "room for it."
done
UnusedSweetHoneyGiveText: ; 0x55819
text "Here you go! Have"
line "some SWEET HONEY!"
done
UnusedGotSweetHoneyText: ; 0x5583e
text $52, " received"
line "SWEET HONEY."
done
UnusedSweetHoneyAfterText1: ; 0x55856
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: ; 0x558b1
text "Did you put SWEET"
line "HONEY on a tree?"
para "What happened to"
line "it?"
done
UnusedSweetHoneyAfterText3: ; 0x558ea
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: ; 0x5593f
text "BUTTERFREE: Freeh!"
done