diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-06 13:51:06 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 17:32:39 -0400 |
| commit | 8f2edd9c413d09c4ec74abab7e2af0a2fcc5d951 (patch) | |
| tree | 08106f9eec9cff1137269c20ccf848cfeffa71c6 /text/maps/cerulean_city.asm | |
| parent | text.o (diff) | |
| download | pokeyellow-8f2edd9c413d09c4ec74abab7e2af0a2fcc5d951.tar.gz pokeyellow-8f2edd9c413d09c4ec74abab7e2af0a2fcc5d951.tar.xz pokeyellow-8f2edd9c413d09c4ec74abab7e2af0a2fcc5d951.zip | |
Build only Yellow
Conflicts:
gfx/intro_nido_1.6x6.png
gfx/intro_nido_2.6x6.png
gfx/intro_nido_3.6x6.png
gfx/redgreenversion.png
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
yellow/main.asm
Diffstat (limited to 'text/maps/cerulean_city.asm')
| -rw-r--r-- | text/maps/cerulean_city.asm | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/text/maps/cerulean_city.asm b/text/maps/cerulean_city.asm index f014ee5d..52b308a4 100644 --- a/text/maps/cerulean_city.asm +++ b/text/maps/cerulean_city.asm @@ -120,7 +120,6 @@ _CeruleanCityText5:: ; a50ba (29:50ba) done _CeruleanCityText6:: ; a50f6 (29:50f6) -IF DEF(_YELLOW) text "These poor people" line "here were robbed." @@ -128,65 +127,31 @@ IF DEF(_YELLOW) line "that TEAM ROCKET" cont "is behind this" cont "terrible deed." -ELSE - text "The people here" - line "were robbed." - - para "It's obvious that" - line "TEAM ROCKET is" - cont "behind this most" - cont "heinous crime!" -ENDC para "Even our POLICE" -IF DEF(_YELLOW) line "FORCE has trouble" -ELSE - line "force has trouble" -ENDC cont "with the ROCKETs!" done _CeruleanCityText_19730:: ; a5188 (29:5188) -IF DEF(_YELLOW) text "OK! ELECTRODE!" -ELSE - text "OK! SLOWBRO!" -ENDC line "Use SONICBOOM!" -IF DEF(_YELLOW) cont "Please ELECTRODE," -ELSE - cont "Come on, SLOWBRO" -ENDC cont "pay attention!" done _CeruleanCityText_19735:: ; a51c5 (29:51c5) -IF DEF(_YELLOW) text "ELECTRODE, TACKLE!" -ELSE - text "SLOWBRO punch!" -ENDC line "No! You blew it" cont "again!" done _CeruleanCityText_1973a:: ; a51ec (29:51ec) -IF DEF(_YELLOW) text "ELECTRODE, SWIFT!" -ELSE - text "SLOWBRO, WITHDRAW!" -ENDC line "No! That's wrong!" -IF DEF(_YELLOW) para "Training #MON" line "is difficult!" -ELSE - para "It's so hard to" - line "control #MON!" -ENDC para "Your #MON's" line "obedience depends" @@ -195,38 +160,22 @@ ENDC done _CeruleanCityText_1976f:: ; a526b (29:526b) -IF DEF(_YELLOW) text "ELECTRODE took a" -ELSE - text "SLOWBRO took a" -ENDC line "snooze..." done _CeruleanCityText_19774:: ; a5285 (29:5285) -IF DEF(_YELLOW) text "ELECTRODE is" -ELSE - text "SLOWBRO is" -ENDC line "loafing around..." done _CeruleanCityText_19779:: ; a52a3 (29:52a3) -IF DEF(_YELLOW) text "ELECTRODE turned" -ELSE - text "SLOWBRO turned" -ENDC line "away..." done _CeruleanCityText_1977e:: ; a52bb (29:52bb) -IF DEF(_YELLOW) text "ELECTRODE" -ELSE - text "SLOWBRO" -ENDC line "ignored orders..." done |
