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/ss_anne_5.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'text/maps/ss_anne_5.asm')
-rw-r--r-- | text/maps/ss_anne_5.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/text/maps/ss_anne_5.asm b/text/maps/ss_anne_5.asm index 7b95f50d..2fdc5dd8 100644 --- a/text/maps/ss_anne_5.asm +++ b/text/maps/ss_anne_5.asm @@ -16,35 +16,35 @@ _SSAnne5Text3:: ; 80fda (20:4fda) line "get some air." done -_SSAnneBattleText1:: ; 8100b (20:500b) +_SSAnne5BattleText1:: ; 8100b (20:500b) text "Hey matey!" para "Let's do a little" line "jig!" done -_SSAnneEndBattleText1:: ; 8102d (20:502d) +_SSAnne5EndBattleText1:: ; 8102d (20:502d) text "You're" line "impressive!" prompt -_SSAnneAfterBattleText1:: ; 81040 (20:5040) +_SSAnne5AfterBattleText1:: ; 81040 (20:5040) text "How many kinds of" line "#MON do you" cont "think there are?" done -_SSAnneBattleText2:: ; 81070 (20:5070) +_SSAnne5BattleText2:: ; 81070 (20:5070) text "Ahoy there!" line "Are you seasick?" done -_SSAnneEndBattleText2:: ; 8108e (20:508e) +_SSAnne5EndBattleText2:: ; 8108e (20:508e) text "I was" line "just careless!" prompt -_SSAnneAfterBattleText2:: ; 810a4 (20:50a4) +_SSAnne5AfterBattleText2:: ; 810a4 (20:50a4) text "My Pa said there" line "are 100 kinds of" cont "#MON. I think" |