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/fan_club.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/fan_club.asm')
| -rw-r--r-- | text/maps/fan_club.asm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/text/maps/fan_club.asm b/text/maps/fan_club.asm index cb47a8f0..7199255e 100644 --- a/text/maps/fan_club.asm +++ b/text/maps/fan_club.asm @@ -1,24 +1,15 @@ PikachuFanText:: text "Won't you admire" -IF DEF(_YELLOW) line "my CLEFAIRY's" -ELSE - line "my PIKACHU's" -ENDC cont "adorable tail?" done PikachuFanBetterText:: -IF DEF(_YELLOW) text "Humph! My CLEFAIRY" -ELSE - text "Humph! My PIKACHU" -ENDC line "is twice as cute" cont "as that one!" done -IF DEF(_YELLOW) PikachuFanPrintText:: text "Our CHAIRMAN's new" line "hobby is taking" @@ -28,7 +19,6 @@ PikachuFanPrintText:: line "PRINT of my cute" cont "CLEFAIRY." done -ENDC SeelFanText:: text "I just love my" @@ -45,22 +35,15 @@ SeelFanBetterText:: line "more attractive!" done -IF DEF(_YELLOW) SeelFanPrintText:: text "I'm going to hook" line "up the cable to" cont "get a photo PRINT" cont "of my SEEL!" done -ENDC FanClubPikachuText:: -IF DEF(_YELLOW) text "CLEFAIRY: Pippii!" -ELSE - text "PIKACHU: Chu!" - line "Pikachu!" -ENDC done FanClubSeelText:: @@ -71,14 +54,9 @@ FanClubMeetChairText:: text "I chair the" line "#MON Fan Club!" -IF DEF(_YELLOW) para "I have more than" line "100 #MON. I" cont "love them all!" -ELSE - para "I have collected" - line "over 100 #MON!" -ENDC para "I'm very fussy" line "when it comes to" @@ -86,13 +64,8 @@ ENDC para "So..." -IF DEF(_YELLOW) para "Did you come to" line "hear me brag" -ELSE - para "Did you come" - line "visit to hear" -ENDC cont "about my #MON?" done @@ -169,7 +142,6 @@ FanClubBagFullText:: line "this!" done -IF DEF(_YELLOW) FanClubChairPrintText1:: text "Hi there, ",$52,"!" line "Have you seen my" @@ -198,14 +170,9 @@ FanClubChairPrintText4:: text "Maybe we won't" line "PRINT this now." done -ENDC _FanClubText6:: ; 9a948 (26:6948) -IF DEF(_YELLOW) text "Our CHAIRMAN is" -ELSE - text "Our Chairman is" -ENDC line "very vocal about" cont "#MON." done |
