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/pewter_gym.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/pewter_gym.asm')
| -rw-r--r-- | text/maps/pewter_gym.asm | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/text/maps/pewter_gym.asm b/text/maps/pewter_gym.asm index 48d97e9d..a8781b4d 100644 --- a/text/maps/pewter_gym.asm +++ b/text/maps/pewter_gym.asm @@ -2,9 +2,11 @@ _PewterGymText_5c49e:: text "I'm BROCK!" line "I'm PEWTER's GYM" cont "LEADER!" + para "I believe in rock" line "hard defense and" cont "determination!" + para "That's why my" line "#MON are all" cont "the rock-type!" @@ -72,9 +74,11 @@ _TM34NoRoomText:: text "You don't have" line "room for this!" done + _PewterGymText_5c4bc:: text "I took" line "you for granted." + para "As proof of your" line "victory, here's" cont "the BOULDERBADGE!" @@ -105,8 +109,10 @@ _PewterGymBattleText1:: line "years from facing" cont "BROCK!" done + _PewterGymEndBattleText1:: text "Darn!" + para "Light years isn't" line "time! It measures" cont "distance!" @@ -117,6 +123,7 @@ _PewterGymAfterBattleText1:: line "but not as hot" cont "as BROCK!" done + _PewterGymText_5c515:: text "Hiya! I can tell" line "you have what it" @@ -126,9 +133,11 @@ _PewterGymText_5c515:: para "I'm no trainer," line "but I can tell" cont "you how to win!" + para "Let me take you" line "to the top!" done + _PewterGymText_5c51a:: text "All right! Let's" line "get happening!" @@ -161,11 +170,13 @@ _PewterGymText_5c529:: _PewterGymGuyText:: text "All right! Let's" line "get happening!" + para "It will be tough" line "for your PIKACHU" cont "at this GYM!" + para "Electric attacks" line "are harmless to" cont "BROCK's ground-" cont "type #MON." - done
\ No newline at end of file + done |
