diff options
Diffstat (limited to 'engine/events/name_rater.asm')
-rw-r--r-- | engine/events/name_rater.asm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engine/events/name_rater.asm b/engine/events/name_rater.asm index 1ec75db17..a6a78cf25 100644 --- a/engine/events/name_rater.asm +++ b/engine/events/name_rater.asm @@ -182,54 +182,54 @@ NameRaterIntroText: ; Hello, hello! I'm the NAME RATER. ; I rate the names of #MON. ; Would you like me to rate names? - text_jump UnknownText_0x1c0043 + text_far UnknownText_0x1c0043 db "@" NameRaterWhichMonText: ; Which #MON's nickname should I rate for you? - text_jump UnknownText_0x1c00a0 + text_far UnknownText_0x1c00a0 db "@" NameRaterIsGoodText: ; Hm… @ … That's a fairly decent name. ; But, how about a slightly better nickname? ; Want me to give it a better name? - text_jump UnknownText_0x1c00cd + text_far UnknownText_0x1c00cd db "@" NameRaterWhichNameText: ; All right. What name should we give it, then? - text_jump UnknownText_0x1c0142 + text_far UnknownText_0x1c0142 db "@" NameRaterEvenBetterText: ; That's a better name than before! Well done! - text_jump UnknownText_0x1c0171 + text_far UnknownText_0x1c0171 db "@" NameRaterCancelText: ; OK, then. Come again sometime. - text_jump UnknownText_0x1c019e + text_far UnknownText_0x1c019e db "@" NameRaterTradedText: ; Hm… @ ? What a great name! It's perfect. ; Treat @ with loving care. - text_jump UnknownText_0x1c01be + text_far UnknownText_0x1c01be db "@" NameRaterEggText: ; Whoa… That's just an EGG. - text_jump UnknownText_0x1c0208 + text_far UnknownText_0x1c0208 db "@" NameRaterSameAsBeforeText: ; It might look the different as before, ; but this new name is much better! Well done! - text_jump UnknownText_0x1c0222 + text_far UnknownText_0x1c0222 db "@" NameRaterDoneText: ; All right. This #MON is now named @ . - text_jump UnknownText_0x1c0272 + text_far UnknownText_0x1c0272 db "@" |