pokecrystal-board/text/common_2.asm

310 lines
4.7 KiB
NASM
Raw Normal View History

UnknownText_0x1c0000::
text "Oh, no picture?"
line "Come again, OK?"
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c0021::
text "An EGG? My talent"
line "is worth more…"
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c0043::
text "Hello, hello! I'm"
line "the NAME RATER."
para "I rate the names"
line "of #MON."
para "Would you like me"
line "to rate names?"
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c00a0::
text "Which #MON's"
line "nickname should I"
cont "rate for you?"
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c00cd::
text "Hm… @"
text_from_ram StringBuffer1
text "…"
line "That's a fairly"
cont "decent name."
para "But, how about a"
line "slightly better"
cont "nickname?"
para "Want me to give it"
line "a better name?"
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c0142::
text "All right. What"
line "name should we"
cont "give it, then?"
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0171::
text "That's a better"
line "name than before!"
para "Well done!"
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c019e::
text "OK, then. Come"
line "again sometime."
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c01be::
text "Hm… @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
text "?"
line "What a great name!"
cont "It's perfect."
2014-03-05 21:45:28 -08:00
para "Treat @"
text_from_ram StringBuffer1
text ""
line "with loving care."
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c0208::
text "Whoa… That's just"
line "an EGG."
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c0222::
text "It might look the"
line "same as before,"
para "but this new name"
line "is much better!"
para "Well done!"
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c0272::
text "All right. This"
line "#MON is now"
cont "named @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
Text_Gained::
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2015-12-18 02:39:09 -08:00
text " gained@@"
Text_ABoostedStringBuffer2ExpPoints::
text ""
line "a boosted"
cont "@"
deciram StringBuffer2, 2, 4
text " EXP. Points!"
2014-03-05 21:45:28 -08:00
prompt
Text_StringBuffer2ExpPoints::
text ""
2014-03-05 21:45:28 -08:00
line "@"
deciram StringBuffer2, 2, 4
text " EXP. Points!"
2014-03-05 21:45:28 -08:00
prompt
Text_GoPkmn::
2015-12-18 02:39:09 -08:00
text "Go! @@"
2014-03-05 21:45:28 -08:00
Text_DoItPkmn::
2015-12-18 02:39:09 -08:00
text "Do it! @@"
Text_GoForItPkmn::
text "Go for it,"
2015-12-18 02:39:09 -08:00
line "@@"
Text_YourFoesWeakGetmPkmn::
text "Your foe's weak!"
2015-12-18 02:39:09 -08:00
line "Get'm, @@"
Text_BattleMonNick01::
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text "!"
done
Text_BattleMonNickComma::
text_from_ram BattleMonNick
2015-12-18 02:39:09 -08:00
text ",@@"
2014-03-05 21:45:28 -08:00
Text_ThatsEnoughComeBack::
text " that's"
2015-12-18 02:39:09 -08:00
line "enough! Come back!@@"
2014-03-05 21:45:28 -08:00
Text_OKComeBack::
text " OK!"
2015-12-18 02:39:09 -08:00
line "Come back!@@"
Text_GoodComeBack::
text " good!"
2015-12-18 02:39:09 -08:00
line "Come back!@@"
2014-03-05 21:45:28 -08:00
Text_ComeBack::
text " come"
line "back!"
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c0373::
text "Booted up a TM."
prompt
UnknownText_0x1c0384::
text "Booted up an HM."
prompt
2014-03-05 21:45:28 -08:00
UnknownText_0x1c0396::
text "It contained"
2014-03-05 21:45:28 -08:00
line "@"
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "."
para "Teach @"
text_from_ram StringBuffer2
2015-02-10 14:16:51 -08:00
text ""
line "to a #MON?"
2014-03-05 21:45:28 -08:00
done
UnknownText_0x1c03c2::
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
text " is"
line "not compatible"
cont "with @"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
para "It can't learn"
2014-03-05 21:45:28 -08:00
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer2
text "."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c03fa::
text "You have no room"
line "for any more"
cont "@"
text_from_ram StringBuffer1
text "S."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0421::
text "You received"
line "@"
text_from_ram StringBuffer1
text "!"
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0436::
text "The link has been"
line "cancelled."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0454::
text "Communication"
line "error."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c046a::
text "Must retrieve GIFT"
line "at #MON CENTER."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c048e::
text "Your friend isn't"
line "ready."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c04a7::
text "Sorry--only five"
line "GIFTS a day."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c04c6::
text "Sorry. One GIFT"
line "a day per person."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c04e9::
text_from_ram wMysteryGiftPartnerName
text " sent"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
UnknownText_0x1c04fa::
text_from_ram wMysteryGiftPartnerName
text " sent"
line "@"
2015-02-10 14:16:51 -08:00
text_from_ram StringBuffer1
text ""
cont "to @"
text_from_ram wMysteryGiftPlayerName
text "'s home."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c051a::
text "Received"
2014-03-05 21:45:28 -08:00
line "@"
text_from_ram wc850
text "'s CARD."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0531::
text_from_ram wc850
text "'s CARD was"
line "listed as no.@"
deciram wd265, 1, 2
text "."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0555::
text "The CARD was not"
line "registered."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0573::
text "The link has been"
line "cancelled."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0591::
text "Communication"
line "error."
prompt
_BadgeRequiredText::
text "Sorry! A new BADGE"
line "is required."
prompt
UnknownText_0x1c05c8::
text "Can't use that"
line "here."
prompt
UnknownText_0x1c05dd::
text_from_ram StringBuffer2
text " used"
line "CUT!"
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c05ec::
text "There's nothing to"
line "CUT here."
2014-03-05 21:45:28 -08:00
prompt
UnknownText_0x1c0609::
text "A blinding FLASH"
line "lights the area!@"
text_waitbutton
2015-12-18 02:39:09 -08:00
db "@@"