diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 23:37:40 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 23:37:40 -0500 |
| commit | 6e5476d420d5d3a73e478a28ed96e8425b7ba94c (patch) | |
| tree | d9bf8bc9f91379f0cd2d450c100cadf506ae4100 /text/maps/saffron_house.asm | |
| parent | Silph Co 1f text was actually somewhere else (diff) | |
| download | pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.tar.gz pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.tar.xz pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.zip | |
Even more map text
Diffstat (limited to 'text/maps/saffron_house.asm')
| -rw-r--r-- | text/maps/saffron_house.asm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/text/maps/saffron_house.asm b/text/maps/saffron_house.asm new file mode 100644 index 00000000..0aa44b1d --- /dev/null +++ b/text/maps/saffron_house.asm @@ -0,0 +1,27 @@ +_SaffronHouse1Text1: ; a2305 (28:6305) + text "Thank you for" + line "writing. I hope" + cont "to see you soon!" + + para "Hey! Don't look" + line "at my letter!" + done + +_SaffronHouse1Text2: ; a2352 (28:6352) + text "PIDGEY: Kurukkoo!@@" + +_SaffronHouse1Text3: ; a2366 (28:6366) + text "The COPYCAT is" + line "cute! I'm getting" + cont "her a # DOLL!" + done + +_SaffronHouse1Text4: ; a2395 (28:6395) + text "I was given a PP" + line "UP as a gift." + + para "It's used for" + line "increasing the PP" + cont "of techniques!" + done + |
