aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/daycare_1.asm
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-06-08 01:52:50 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-01 17:16:11 -0400
commit10af88ddd712415f2a0a2b6124187d51075c95d5 (patch)
tree0fe1145438b5cc645f95fe190b9f418cf73dedc7 /text/maps/daycare_1.asm
parentAttempt to make Yellow buildable, part 2. (diff)
downloadpokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.tar.gz
pokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.tar.xz
pokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.zip
text.o
Conflicts: main.asm text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm wram.asm yellow/text.asm
Diffstat (limited to 'text/maps/daycare_1.asm')
-rw-r--r--text/maps/daycare_1.asm65
1 files changed, 0 insertions, 65 deletions
diff --git a/text/maps/daycare_1.asm b/text/maps/daycare_1.asm
deleted file mode 100644
index a4182351..00000000
--- a/text/maps/daycare_1.asm
+++ /dev/null
@@ -1,65 +0,0 @@
-_DayCareMText_5640f:: ; 8ab95 (22:6b95)
- text "I run a DAYCARE."
- line "Would you like me"
- cont "to raise one of"
- cont "your #MON?"
- done
-
-_DayCareMText_56414:: ; 8abd4 (22:6bd4)
- text "Which #MON"
- line "should I raise?"
- prompt
-
-_DayCareMText_56419:: ; 8abf0 (22:6bf0)
- text "Fine, I'll look"
- line "after @"
- TX_RAM wcd6d
- db $0
- cont "for a while."
- prompt
-
-_DayCareMText_5641e:: ; 8ac19 (22:6c19)
- text "Come see me in"
- line "a while."
- done
-
-_DayCareMText_56423:: ; 8ac32 (22:6c32)
- text "Your @"
- TX_RAM wcd6d
- db $0
- line "has grown a lot!"
-
- para "By level, it's"
- line "grown by @"
-
-DayCareMText_8ac67:: ; 8ac67 (22:6c67)
- TX_NUM wTrainerEngageDistance,$1,$3
- text "!"
-
- para "Aren't I great?"
- prompt
-
-_DayCareMText_56428:: ; 8ac7d (22:6c7d)
- text "You owe me ¥@"
- TX_BCD wcd3f, $c2
- db $0
- line "for the return"
- cont "of this #MON."
- done
-
-_DayCareMText_5642d:: ; 8acae (22:6cae)
- text $52, " got"
- line "@"
- TX_RAM W_DAYCAREMONNAME
- text " back!"
- done
-
-_DayCareMText_56432:: ; 8acc1 (22:6cc1)
- text "Back already?"
- line "Your @"
- TX_RAM wcd6d
- db $0
- cont "needs some more"
- cont "time with me."
- prompt
-