mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Add the unused, unreferenced Sweet Honey text.
This commit is contained in:
parent
5daac1b63a
commit
11ed9511cc
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
.SUFFIXES: .asm .tx .o .gbc
|
||||
|
||||
TEXTFILES =
|
||||
TEXTFILES = text/sweethoney.tx
|
||||
|
||||
all: pokecrystal.gbc
|
||||
|
||||
|
2
main.asm
2
main.asm
@ -9957,7 +9957,7 @@ MapGoldenrodNameRatersHouseSignpost2Script: ; 0x55787
|
||||
jumpstd $000c
|
||||
; 0x5578a
|
||||
|
||||
INCBIN "baserom.gbc",$5578a,$1c9
|
||||
INCLUDE "text/sweethoney.tx"
|
||||
|
||||
GoldenrodNameRatersHouse_MapEventHeader: ; 0x55953
|
||||
; filler
|
||||
|
54
text/sweethoney.asm
Normal file
54
text/sweethoney.asm
Normal file
@ -0,0 +1,54 @@
|
||||
; 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
|
||||
db 0, "My #MON is an", $4f
|
||||
db "expert at collect-", $55
|
||||
db "ing SWEET HONEY.", $51
|
||||
db "I'll share some", $4f
|
||||
db "with you.", $57
|
||||
|
||||
UnusedSweetHoneyBagFullText: ; 0x557d6
|
||||
db 0, "I want to give you", $4f
|
||||
db "some SWEET HONEY,", $51
|
||||
db "but you have no", $4f
|
||||
db "room for it.", $57
|
||||
|
||||
UnusedSweetHoneyGiveText: ; 0x55819
|
||||
db 0, "Here you go! Have", $4f
|
||||
db "some SWEET HONEY!", $57
|
||||
|
||||
UnusedGotSweetHoneyText: ; 0x5583e
|
||||
db 0, $52, " received", $4f
|
||||
db "SWEET HONEY.", $57
|
||||
|
||||
UnusedSweetHoneyAfterText1: ; 0x55856
|
||||
db 0, "My little brother", $4f
|
||||
db "takes SWEET HONEY", $51
|
||||
db "and goes somewhere", $4f
|
||||
db "with it.", $51
|
||||
db "I wonder what he's", $4f
|
||||
db "up to?", $57
|
||||
|
||||
UnusedSweetHoneyAfterText2: ; 0x558b1
|
||||
db 0, "Did you put SWEET", $4f
|
||||
db "HONEY on a tree?", $51
|
||||
db "What happened to", $4f
|
||||
db "it?", $57
|
||||
|
||||
UnusedSweetHoneyAfterText3: ; 0x558ea
|
||||
db 0, "Did you put SWEET", $4f
|
||||
db "HONEY on a tree?", $51
|
||||
db "It takes about a", $4f
|
||||
db "day for #MON to", $55
|
||||
db "be drawn to it.", $57
|
||||
|
||||
UnusedSweetHoneyButterfreeText: ; 0x5593f
|
||||
db 0, "BUTTERFREE: Freeh!", $57
|
Loading…
Reference in New Issue
Block a user