aboutsummaryrefslogtreecommitdiffstats
path: root/text/mapBluesHouse.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2011-12-26 18:40:25 -0700
committerIIMarckus <iimarckus@gmail.com>2011-12-26 18:40:25 -0700
commit18bf34ec0b5731b46fb0f1533b5c42e85dc18f79 (patch)
tree3383f82004009308df7686bb3be1c59bbc9fc691 /text/mapBluesHouse.asm
parentRemove TX_NULL; it is obsoleted by db "@" (diff)
downloadpokeyellow-18bf34ec0b5731b46fb0f1533b5c42e85dc18f79.tar.gz
pokeyellow-18bf34ec0b5731b46fb0f1533b5c42e85dc18f79.tar.xz
pokeyellow-18bf34ec0b5731b46fb0f1533b5c42e85dc18f79.zip
Split large chunks of text into separate files, and improve Makefile.
hg-commit-id: 59e6e303019d
Diffstat (limited to 'text/mapBluesHouse.asm')
-rw-r--r--text/mapBluesHouse.asm34
1 files changed, 34 insertions, 0 deletions
diff --git a/text/mapBluesHouse.asm b/text/mapBluesHouse.asm
new file mode 100644
index 00000000..d2bb54de
--- /dev/null
+++ b/text/mapBluesHouse.asm
@@ -0,0 +1,34 @@
+_DaisyInitialText:
+ db 0,"Hi ",$52,"!",$4F
+ db $53," is out at",$55
+ db "Grandpa's lab.",$57
+
+_DaisyOfferMapText:
+ db 0,"Grandpa asked you",$4F
+ db "to run an errand?",$55
+ db "Here, this will",$55
+ db "help you!",$58
+
+_GotMapText:
+ db 0,$52," got a",$4F,"@",1
+ dw $CF4B
+ db 0,"!@@"
+
+_DaisyBagFullText:
+ db 0,"You have too much",$4F
+ db "stuff with you.",$57
+
+_DaisyUseMapText:
+ db 0,"Use the TOWN MAP",$4F
+ db "to find out where",$55
+ db "you are.",$57
+
+_BluesHouseText2:
+ db 0,"#MON are living",$4F
+ db "things! If they",$55
+ db "get tired, give",$55
+ db "them a rest!",$57
+
+_BluesHouseText3:
+ db 0,"It's a big map!",$4F
+ db "This is useful!",$57