pokered/text/maps/name_rater.asm

66 lines
1.1 KiB
NASM
Raw Normal View History

2014-05-18 18:19:10 +00:00
_NameRaterText_1dab3:: ; 9a308 (26:6308)
2014-01-23 04:37:40 +00:00
text "Hello, hello!"
line "I am the official"
cont "NAME RATER!"
para "Want me to rate"
line "the nicknames of"
cont "your #MON?"
done
2014-05-18 18:19:10 +00:00
_NameRaterText_1dab8:: ; 9a361 (26:6361)
2014-01-23 04:37:40 +00:00
text "Which #MON"
line "should I look at?"
prompt
2014-05-18 18:19:10 +00:00
_NameRaterText_1dabd:: ; 9a37f (26:637f)
TX_RAM wcd6d
2014-01-23 04:37:40 +00:00
text ", is it?"
line "That is a decent"
cont "nickname!"
para "But, would you"
line "like me to give"
cont "it a nicer name?"
para "How about it?"
done
2014-05-18 18:19:10 +00:00
_NameRaterText_1dac2:: ; 9a3e5 (26:63e5)
2014-01-23 04:37:40 +00:00
text "Fine! What should"
line "we name it?"
prompt
2014-05-18 18:19:10 +00:00
_NameRaterText_1dac7:: ; 9a404 (26:6404)
2014-01-23 04:37:40 +00:00
text "OK! This #MON"
line "has been renamed"
cont "@"
TX_RAM wHPBarMaxHP
2014-01-23 04:37:40 +00:00
text "!"
para "That's a better"
line "name than before!"
done
2014-05-18 18:19:10 +00:00
_NameRaterText_1dacc:: ; 9a44c (26:644c)
2014-10-24 07:50:40 +00:00
IF DEF(_YELLOW)
text "Fine! Come any-"
ELSE
2014-01-23 04:37:40 +00:00
text "Fine! Come any"
2014-10-24 07:50:40 +00:00
ENDC
2014-01-23 04:37:40 +00:00
line "time you like!"
done
2014-05-18 18:19:10 +00:00
_NameRaterText_1dad1:: ; 9a46b (26:646b)
TX_RAM wcd6d
2014-01-23 04:37:40 +00:00
text ", is it?"
line "That is a truly"
cont "impeccable name!"
para "Take good care of"
line "@"
TX_RAM wcd6d
2014-01-23 04:37:40 +00:00
text "!"
done