aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/route_9_2.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/route_9_2.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/route_9_2.asm')
-rwxr-xr-xtext/maps/route_9_2.asm21
1 files changed, 21 insertions, 0 deletions
diff --git a/text/maps/route_9_2.asm b/text/maps/route_9_2.asm
new file mode 100755
index 00000000..0f51e6f1
--- /dev/null
+++ b/text/maps/route_9_2.asm
@@ -0,0 +1,21 @@
+_Route9BattleText9:: ; 8e5d2 (23:65d2)
+ text "Go, my super bug"
+ line "#MON!"
+ done
+
+_Route9EndBattleText9:: ; 8e5ea (23:65ea)
+ text "My"
+ line "bugs..."
+ prompt
+
+_Route9AfterBattleText9:: ; 8e5f6 (23:65f6)
+ text "If you don't like"
+ line "bug #MON, you"
+ cont "bug me!"
+ done
+
+_Route9Text11:: ; 8e61e (23:661e)
+ text "ROUTE 9"
+ line "CERULEAN CITY-"
+ cont "ROCK TUNNEL"
+ done