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/name_rater.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/name_rater.asm')
| -rw-r--r-- | text/maps/name_rater.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/text/maps/name_rater.asm b/text/maps/name_rater.asm index 587ddb7b..c2e0b2ea 100644 --- a/text/maps/name_rater.asm +++ b/text/maps/name_rater.asm @@ -1,4 +1,4 @@ -_UnnamedText_1dab3:: ; 9a308 (26:6308) +_NameRaterText_1dab3:: ; 9a308 (26:6308) text "Hello, hello!" line "I am the official" cont "NAME RATER!" @@ -8,12 +8,12 @@ _UnnamedText_1dab3:: ; 9a308 (26:6308) cont "your #MON?" done -_UnnamedText_1dab8:: ; 9a361 (26:6361) +_NameRaterText_1dab8:: ; 9a361 (26:6361) text "Which #MON" line "should I look at?" prompt -_UnnamedText_1dabd:: ; 9a37f (26:637f) +_NameRaterText_1dabd:: ; 9a37f (26:637f) TX_RAM $cd6d text ", is it?" line "That is a decent" @@ -26,12 +26,12 @@ _UnnamedText_1dabd:: ; 9a37f (26:637f) para "How about it?" done -_UnnamedText_1dac2:: ; 9a3e5 (26:63e5) +_NameRaterText_1dac2:: ; 9a3e5 (26:63e5) text "Fine! What should" line "we name it?" prompt -_UnnamedText_1dac7:: ; 9a404 (26:6404) +_NameRaterText_1dac7:: ; 9a404 (26:6404) text "OK! This #MON" line "has been renamed" cont "@" @@ -42,12 +42,12 @@ _UnnamedText_1dac7:: ; 9a404 (26:6404) line "name than before!" done -_UnnamedText_1dacc:: ; 9a44c (26:644c) +_NameRaterText_1dacc:: ; 9a44c (26:644c) text "Fine! Come any" line "time you like!" done -_UnnamedText_1dad1:: ; 9a46b (26:646b) +_NameRaterText_1dad1:: ; 9a46b (26:646b) TX_RAM $cd6d text ", is it?" line "That is a truly" |
