diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
| commit | 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch) | |
| tree | 07d2ed81b23de081f2003d9f8d50170344dd5ada /text/maps/pewter_gym_2.asm | |
| parent | Pull map headers out of main.asm (diff) | |
| download | pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.gz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.xz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.zip | |
Pull map scripts out of main.asm
Diffstat (limited to 'text/maps/pewter_gym_2.asm')
| -rw-r--r-- | text/maps/pewter_gym_2.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/text/maps/pewter_gym_2.asm b/text/maps/pewter_gym_2.asm index d82d5e14..a503f755 100644 --- a/text/maps/pewter_gym_2.asm +++ b/text/maps/pewter_gym_2.asm @@ -1,4 +1,4 @@ -_UnnamedText_5c4a3:: ; 98000 (26:4000) +_PewterGymText_5c4a3:: ; 98000 (26:4000) text "There are all" line "kinds of trainers" cont "in the world!" @@ -49,7 +49,7 @@ _TM34NoRoomText:: ; 981ab (26:41ab) line "room for this!" done -_UnnamedText_5c4bc:: ; 981c9 (26:41c9) +_PewterGymText_5c4bc:: ; 981c9 (26:41c9) text "I took" line "you for granted." @@ -60,7 +60,7 @@ _UnnamedText_5c4bc:: ; 981c9 (26:41c9) para $52, " received" line "the BOULDERBADGE!@@" -_UnnamedText_5c4c1:: ; 98232 (26:4232) +_PewterGymText_5c4c1:: ; 98232 (26:4232) db $0 para "That's an official" line "#MON LEAGUE" @@ -98,7 +98,7 @@ _PewterGymAfterBattleText1:: ; 98325 (26:4325) cont "as BROCK!" done -_UnnamedText_5c515:: ; 98351 (26:4351) +_PewterGymText_5c515:: ; 98351 (26:4351) text "Hiya! I can tell" line "you have what it" cont "takes to become a" @@ -112,12 +112,12 @@ _UnnamedText_5c515:: ; 98351 (26:4351) line "to the top!" done -_UnnamedText_5c51a:: ; 983dc (26:43dc) +_PewterGymText_5c51a:: ; 983dc (26:43dc) text "All right! Let's" line "get happening!" prompt -_UnnamedText_5c51f:: ; 983fc (26:43fc) +_PewterGymText_5c51f:: ; 983fc (26:43fc) text "The 1st #MON" line "out in a match is" cont "at the top of the" @@ -129,13 +129,13 @@ _UnnamedText_5c51f:: ; 983fc (26:43fc) cont "made easier!" done -_UnnamedText_5c524:: ; 98476 (26:4476) +_PewterGymText_5c524:: ; 98476 (26:4476) text "It's a free" line "service! Let's" cont "get happening!" prompt -_UnnamedText_5c529:: ; 9849f (26:449f) +_PewterGymText_5c529:: ; 9849f (26:449f) text "Just as I thought!" line "You're #MON" cont "champ material!" |
