pokecrystal-board/data/text/common_2.asm

1476 lines
21 KiB
NASM
Raw Normal View History

_NoPhotoText::
2018-01-08 21:23:48 -08:00
text "Oh, no picture?"
line "Come again, OK?"
done
_EggPhotoText::
2018-01-08 21:23:48 -08:00
text "An EGG? My talent"
line "is worth more…"
done
_NameRaterHelloText::
2018-01-08 21:23:48 -08:00
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?"
done
_NameRaterWhichMonText::
2018-01-08 21:23:48 -08:00
text "Which #MON's"
line "nickname should I"
cont "rate for you?"
prompt
_NameRaterBetterNameText::
2018-01-08 21:23:48 -08:00
text "Hm… @"
text_ram wStringBuffer1
2018-01-08 21:23:48 -08:00
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?"
done
_NameRaterWhatNameText::
2018-01-08 21:23:48 -08:00
text "All right. What"
line "name should we"
cont "give it, then?"
prompt
_NameRaterFinishedText::
2018-01-08 21:23:48 -08:00
text "That's a better"
line "name than before!"
para "Well done!"
done
_NameRaterComeAgainText::
2018-01-08 21:23:48 -08:00
text "OK, then. Come"
line "again sometime."
done
_NameRaterPerfectNameText::
2018-01-08 21:23:48 -08:00
text "Hm… @"
text_ram wStringBuffer1
2018-01-08 21:23:48 -08:00
text "?"
line "What a great name!"
cont "It's perfect."
para "Treat @"
text_ram wStringBuffer1
text_start
2018-01-08 21:23:48 -08:00
line "with loving care."
done
_NameRaterEggText::
2018-01-08 21:23:48 -08:00
text "Whoa… That's just"
line "an EGG."
done
_NameRaterSameNameText::
2018-01-08 21:23:48 -08:00
text "It might look the"
line "same as before,"
para "but this new name"
line "is much better!"
para "Well done!"
done
_NameRaterNamedText::
2018-01-08 21:23:48 -08:00
text "All right. This"
line "#MON is now"
cont "named @"
text_ram wStringBuffer1
2018-01-08 21:23:48 -08:00
text "."
prompt
Text_Gained::
text_ram wStringBuffer1
text " gained@"
text_end
2018-01-08 21:23:48 -08:00
_BoostedExpPointsText::
; BUG: Five-digit experience gain is printed incorrectly (see docs/bugs_and_glitches.md)
text_start
2018-01-08 21:23:48 -08:00
line "a boosted"
cont "@"
text_decimal wStringBuffer2, 2, 4
2018-01-08 21:23:48 -08:00
text " EXP. Points!"
prompt
_ExpPointsText::
; BUG: Five-digit experience gain is printed incorrectly (see docs/bugs_and_glitches.md)
text_start
2018-01-08 21:23:48 -08:00
line "@"
text_decimal wStringBuffer2, 2, 4
2018-01-08 21:23:48 -08:00
text " EXP. Points!"
prompt
_GoMonText::
text "Go! @"
text_end
2018-01-08 21:23:48 -08:00
_DoItMonText::
text "Do it! @"
text_end
2018-01-08 21:23:48 -08:00
_GoForItMonText::
2018-01-08 21:23:48 -08:00
text "Go for it,"
line "@"
text_end
2018-01-08 21:23:48 -08:00
_YourFoesWeakGetmMonText::
2018-01-08 21:23:48 -08:00
text "Your foe's weak!"
line "Get'm, @"
text_end
2018-01-08 21:23:48 -08:00
_BattleMonNicknameText::
text_ram wBattleMonNickname
2018-01-08 21:23:48 -08:00
text "!"
done
_BattleMonNickCommaText::
text_ram wBattleMonNickname
text ",@"
text_end
2018-01-08 21:23:48 -08:00
_ThatsEnoughComeBackText::
2018-01-08 21:23:48 -08:00
text " that's"
line "enough! Come back!@"
text_end
2018-01-08 21:23:48 -08:00
_OKComeBackText::
2018-01-08 21:23:48 -08:00
text " OK!"
line "Come back!@"
text_end
2018-01-08 21:23:48 -08:00
_GoodComeBackText::
2018-01-08 21:23:48 -08:00
text " good!"
line "Come back!@"
text_end
2018-01-08 21:23:48 -08:00
_ComeBackText::
2018-01-08 21:23:48 -08:00
text " come"
line "back!"
done
_BootedTMText::
2018-01-08 21:23:48 -08:00
text "Booted up a TM."
prompt
_BootedHMText::
2018-01-08 21:23:48 -08:00
text "Booted up an HM."
prompt
_ContainedMoveText::
2018-01-08 21:23:48 -08:00
text "It contained"
line "@"
text_ram wStringBuffer2
2018-01-08 21:23:48 -08:00
text "."
para "Teach @"
text_ram wStringBuffer2
text_start
2018-01-08 21:23:48 -08:00
line "to a #MON?"
done
_TMHMNotCompatibleText::
text_ram wStringBuffer2
2018-01-08 21:23:48 -08:00
text " is"
line "not compatible"
cont "with @"
text_ram wStringBuffer1
2018-01-08 21:23:48 -08:00
text "."
para "It can't learn"
line "@"
text_ram wStringBuffer2
2018-01-08 21:23:48 -08:00
text "."
prompt
_NoRoomTMHMText::
2018-01-08 21:23:48 -08:00
text "You have no room"
line "for any more"
cont "@"
text_ram wStringBuffer1
2018-01-08 21:23:48 -08:00
text "S."
prompt
_ReceivedTMHMText::
2018-01-08 21:23:48 -08:00
text "You received"
line "@"
text_ram wStringBuffer1
2018-01-08 21:23:48 -08:00
text "!"
prompt
_BadgeRequiredText::
text "Sorry! A new BADGE"
line "is required."
prompt
_CantUseItemText::
2018-01-08 21:23:48 -08:00
text "Can't use that"
line "here."
prompt
_UseCutText::
text_ram wStringBuffer2
2018-01-08 21:23:48 -08:00
text " used"
line "CUT!"
prompt
_CutNothingText::
2018-01-08 21:23:48 -08:00
text "There's nothing to"
line "CUT here."
prompt
_BlindingFlashText::
2018-01-08 21:23:48 -08:00
text "A blinding FLASH"
line "lights the area!@"
2019-11-03 09:48:54 -08:00
text_promptbutton
text_end
2020-06-20 15:52:26 -07:00
text_end ; unreferenced
2018-01-08 21:23:48 -08:00
_UsedSurfText::
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "SURF!"
done
2013-07-28 00:39:05 -07:00
_CantSurfText::
2014-03-05 21:45:28 -08:00
text "You can't SURF"
line "here."
prompt
2013-07-28 00:39:05 -07:00
_AlreadySurfingText::
2014-03-05 21:45:28 -08:00
text "You're already"
line "SURFING."
prompt
2013-07-28 00:39:05 -07:00
_AskSurfText::
2014-03-05 21:45:28 -08:00
text "The water is calm."
line "Want to SURF?"
done
2013-07-28 00:39:05 -07:00
_UseWaterfallText::
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "WATERFALL!"
done
2013-02-16 23:19:49 -08:00
_HugeWaterfallText::
2014-03-05 21:45:28 -08:00
text "Wow, it's a huge"
line "waterfall."
done
2013-02-16 23:19:49 -08:00
_AskWaterfallText::
2014-03-05 21:45:28 -08:00
text "Do you want to use"
line "WATERFALL?"
done
2013-07-28 00:39:05 -07:00
_UseDigText::
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "DIG!"
done
2013-07-28 00:39:05 -07:00
_UseEscapeRopeText::
text "<PLAYER> used an"
2014-03-05 21:45:28 -08:00
line "ESCAPE ROPE."
done
2013-07-28 00:39:05 -07:00
_CantUseDigText::
2014-03-05 21:45:28 -08:00
text "Can't use that"
line "here."
done
2013-07-28 00:39:05 -07:00
_TeleportReturnText::
2014-03-05 21:45:28 -08:00
text "Return to the last"
line "#MON CENTER."
done
2013-07-28 00:39:05 -07:00
_CantUseTeleportText::
2014-03-05 21:45:28 -08:00
text "Can't use that"
line "here."
2015-12-18 02:39:09 -08:00
para ""
done
2013-07-28 00:39:05 -07:00
_AlreadyUsingStrengthText::
2014-03-05 21:45:28 -08:00
text "A #MON is using"
line "STRENGTH already."
prompt
2013-07-28 00:39:05 -07:00
_UseStrengthText::
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "STRENGTH!"
done
2013-07-28 00:39:05 -07:00
_MoveBoulderText::
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text " can"
line "move boulders."
prompt
2013-07-28 00:39:05 -07:00
_AskStrengthText::
2014-03-05 21:45:28 -08:00
text "A #MON may be"
line "able to move this."
para "Want to use"
line "STRENGTH?"
done
2013-07-28 00:39:05 -07:00
_BouldersMoveText::
2014-03-05 21:45:28 -08:00
text "Boulders may now"
line "be moved!"
done
2013-07-28 00:39:05 -07:00
_BouldersMayMoveText::
2014-03-05 21:45:28 -08:00
text "A #MON may be"
line "able to move this."
done
2013-07-28 00:39:05 -07:00
_UseWhirlpoolText::
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "WHIRLPOOL!"
prompt
2013-07-28 00:39:05 -07:00
_MayPassWhirlpoolText::
2014-03-05 21:45:28 -08:00
text "It's a vicious"
line "whirlpool!"
para "A #MON may be"
line "able to pass it."
done
2013-07-28 00:39:05 -07:00
_AskWhirlpoolText::
2014-03-05 21:45:28 -08:00
text "A whirlpool is in"
line "the way."
para "Want to use"
line "WHIRLPOOL?"
done
2013-07-28 00:39:05 -07:00
_UseHeadbuttText::
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text " did a"
line "HEADBUTT!"
prompt
2013-07-28 00:39:05 -07:00
_HeadbuttNothingText::
2014-03-05 21:45:28 -08:00
text "Nope. Nothing…"
done
2013-07-28 00:39:05 -07:00
_AskHeadbuttText::
2014-03-05 21:45:28 -08:00
text "A #MON could be"
line "in this tree."
para "Want to HEADBUTT"
line "it?"
done
2013-07-28 00:39:05 -07:00
_UseRockSmashText::
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text " used"
line "ROCK SMASH!"
prompt
2013-07-28 00:39:05 -07:00
_MaySmashText::
2014-03-05 21:45:28 -08:00
text "Maybe a #MON"
line "can break this."
done
2013-07-28 00:39:05 -07:00
_AskRockSmashText::
2014-03-05 21:45:28 -08:00
text "This rock looks"
line "breakable."
para "Want to use ROCK"
line "SMASH?"
done
2013-07-28 00:39:05 -07:00
_RodBiteText::
2014-03-05 21:45:28 -08:00
text "Oh!"
line "A bite!"
prompt
2013-07-28 00:39:05 -07:00
_RodNothingText::
2014-03-05 21:45:28 -08:00
text "Not even a nibble!"
prompt
2013-07-28 00:39:05 -07:00
_UnusedNothingHereText::
2014-03-05 21:45:28 -08:00
text "Looks like there's"
line "nothing here."
prompt
2013-07-28 00:39:05 -07:00
_CantGetOffBikeText::
2014-03-05 21:45:28 -08:00
text "You can't get off"
line "here!"
done
2013-07-28 00:39:05 -07:00
_GotOnBikeText::
text "<PLAYER> got on the"
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "."
done
2013-07-28 00:39:05 -07:00
_GotOffBikeText::
text "<PLAYER> got off"
2014-03-05 21:45:28 -08:00
line "the @"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "."
done
2013-02-16 23:19:49 -08:00
_AskCutText::
2014-03-05 21:45:28 -08:00
text "This tree can be"
line "CUT!"
para "Want to use CUT?"
done
2013-02-16 23:19:49 -08:00
_CanCutText::
2014-03-05 21:45:28 -08:00
text "This tree can be"
line "CUT!"
done
2013-02-16 23:19:49 -08:00
_FoundItemText::
text "<PLAYER> found"
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer3
2014-03-05 21:45:28 -08:00
text "!"
done
2013-07-28 00:39:05 -07:00
_CantCarryItemText::
text "But <PLAYER> can't"
2014-03-05 21:45:28 -08:00
line "carry any more"
cont "items."
done
2013-07-28 00:39:05 -07:00
_WhitedOutText::
text "<PLAYER> is out of"
2014-03-05 21:45:28 -08:00
line "useable #MON!"
para "<PLAYER> whited"
2014-03-05 21:45:28 -08:00
line "out!"
done
2013-07-28 00:39:05 -07:00
_ItemfinderItemNearbyText::
2014-03-05 21:45:28 -08:00
text "Yes! ITEMFINDER"
line "indicates there's"
cont "an item nearby."
prompt
2013-07-28 00:39:05 -07:00
_ItemfinderNopeText::
2014-03-05 21:45:28 -08:00
text "Nope! ITEMFINDER"
line "isn't responding."
prompt
2013-07-28 00:39:05 -07:00
_PoisonFaintText::
text_ram wStringBuffer3
text_start
2014-03-05 21:45:28 -08:00
line "fainted!"
prompt
2013-02-16 23:19:49 -08:00
_PoisonWhiteoutText::
text "<PLAYER> is out of"
2014-03-05 21:45:28 -08:00
line "useable #MON!"
para "<PLAYER> whited"
2014-03-05 21:45:28 -08:00
line "out!"
prompt
2013-02-16 23:19:49 -08:00
_UseSweetScentText::
text_ram wStringBuffer3
2014-03-05 21:45:28 -08:00
text " used"
line "SWEET SCENT!"
done
2013-07-28 00:39:05 -07:00
_SweetScentNothingText::
2014-03-05 21:45:28 -08:00
text "Looks like there's"
line "nothing here…"
done
2013-07-28 00:39:05 -07:00
_SquirtbottleNothingText::
text "<PLAYER> sprinkled"
2014-03-05 21:45:28 -08:00
line "water."
para "But nothing"
line "happened…"
done
2013-07-28 00:39:05 -07:00
_UseSacredAshText::
text "<PLAYER>'s #MON"
2014-03-05 21:45:28 -08:00
line "were all healed!"
done
2013-07-28 00:39:05 -07:00
_AnEggCantHoldAnItemText::
2014-03-05 21:45:28 -08:00
text "An EGG can't hold"
line "an item."
prompt
2013-07-28 00:39:05 -07:00
_PackNoItemText::
2014-03-05 21:45:28 -08:00
text "No items."
done
2013-07-28 00:39:05 -07:00
_AskThrowAwayText::
2014-03-05 21:45:28 -08:00
text "Throw away how"
line "many?"
done
2013-07-28 00:39:05 -07:00
_AskQuantityThrowAwayText::
2014-03-05 21:45:28 -08:00
text "Throw away @"
text_decimal wItemQuantityChange, 1, 2
text_start
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)?"
done
2013-07-28 00:39:05 -07:00
_ThrewAwayText::
2014-03-05 21:45:28 -08:00
text "Threw away"
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)."
prompt
2013-02-16 23:19:49 -08:00
_OakThisIsntTheTimeText::
text "OAK: <PLAYER>!"
2014-03-05 21:45:28 -08:00
line "This isn't the"
cont "time to use that!"
prompt
2013-02-16 23:19:49 -08:00
_YouDontHaveAMonText::
2014-03-05 21:45:28 -08:00
text "You don't have a"
line "#MON!"
prompt
2013-02-16 23:19:49 -08:00
_RegisteredItemText::
2014-03-05 21:45:28 -08:00
text "Registered the"
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
_CantRegisterText::
2014-03-05 21:45:28 -08:00
text "You can't register"
line "that item."
prompt
2013-07-28 00:39:05 -07:00
_AskItemMoveText::
2014-03-05 21:45:28 -08:00
text "Where should this"
line "be moved to?"
done
2013-07-28 00:39:05 -07:00
_PackEmptyText::
text_start
2015-02-10 14:16:51 -08:00
done
2013-07-28 00:39:05 -07:00
_YouCantUseItInABattleText::
2014-03-05 21:45:28 -08:00
text "You can't use it"
line "in a battle."
prompt
2013-07-28 00:39:05 -07:00
_AreYouABoyOrAreYouAGirlText::
2014-03-05 21:45:28 -08:00
text "Are you a boy?"
line "Or are you a girl?"
done
2013-07-28 00:39:05 -07:00
Text_BattleEffectActivate::
text "<USER>'s"
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer2
text_end
2020-06-20 15:52:26 -07:00
text_end ; unreferenced
2013-02-16 23:19:49 -08:00
_BattleStatWentWayUpText::
text_pause
text "<SCROLL>went way up!"
2014-03-05 21:45:28 -08:00
prompt
2013-02-16 23:19:49 -08:00
_BattleStatWentUpText::
2014-03-05 21:45:28 -08:00
text " went up!"
prompt
2013-02-16 23:19:49 -08:00
Text_BattleFoeEffectActivate::
text "<TARGET>'s"
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer2
text_end
2020-06-20 15:52:26 -07:00
text_end ; unreferenced
2013-07-28 00:39:05 -07:00
_BattleStatSharplyFellText::
text_pause
text "<SCROLL>sharply fell!"
2014-03-05 21:45:28 -08:00
prompt
2013-07-28 00:39:05 -07:00
_BattleStatFellText::
2014-03-05 21:45:28 -08:00
text " fell!"
prompt
2013-07-28 00:39:05 -07:00
Text_BattleUser::
text "<USER>@"
text_end
2013-07-28 00:39:05 -07:00
_BattleMadeWhirlwindText::
text_start
2014-03-05 21:45:28 -08:00
line "made a whirlwind!"
prompt
2013-07-28 00:39:05 -07:00
_BattleTookSunlightText::
text_start
2014-03-05 21:45:28 -08:00
line "took in sunlight!"
prompt
2013-07-28 00:39:05 -07:00
_BattleLoweredHeadText::
text_start
2014-03-05 21:45:28 -08:00
line "lowered its head!"
prompt
2013-07-28 00:39:05 -07:00
_BattleGlowingText::
text_start
2014-03-05 21:45:28 -08:00
line "is glowing!"
prompt
2013-07-28 00:39:05 -07:00
_BattleFlewText::
text_start
2014-03-05 21:45:28 -08:00
line "flew up high!"
prompt
2013-07-28 00:39:05 -07:00
_BattleDugText::
text_start
2014-03-05 21:45:28 -08:00
line "dug a hole!"
prompt
2013-07-28 00:39:05 -07:00
_ActorNameText::
text "<USER>@"
text_end
2013-02-16 23:19:49 -08:00
_UsedMove1Text::
text_start
line "used @"
text_end
2013-02-16 23:19:49 -08:00
_UsedMove2Text::
text_start
line "used @"
text_end
2013-02-16 23:19:49 -08:00
_UsedInsteadText::
text "instead,"
cont "@"
text_end
2013-02-16 23:19:49 -08:00
_MoveNameText::
text_ram wStringBuffer2
text_end
2020-06-20 15:52:26 -07:00
text_end ; unreferenced
2013-02-16 23:19:49 -08:00
_EndUsedMove1Text::
2014-03-05 21:45:28 -08:00
text "!"
done
2013-02-16 23:19:49 -08:00
_EndUsedMove2Text::
2014-03-05 21:45:28 -08:00
text "!"
done
2013-02-16 23:19:49 -08:00
_EndUsedMove3Text::
2014-03-05 21:45:28 -08:00
text "!"
done
2013-02-16 23:19:49 -08:00
_EndUsedMove4Text::
2014-03-05 21:45:28 -08:00
text "!"
done
2013-02-16 23:19:49 -08:00
_EndUsedMove5Text::
2014-03-05 21:45:28 -08:00
text "!"
done
2013-02-16 23:19:49 -08:00
Text_BreedHuh::
text "Huh?"
2018-01-18 18:15:59 -08:00
para "@"
text_end
2013-02-16 23:19:49 -08:00
_BreedClearboxText::
text_start
2015-02-10 14:16:51 -08:00
done
2013-02-16 23:19:49 -08:00
_BreedEggHatchText::
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text " came"
line "out of its EGG!@"
2015-11-23 18:19:53 -08:00
sound_caught_mon
2019-11-03 09:48:54 -08:00
text_promptbutton
text_end
2020-06-20 15:52:26 -07:00
text_end ; unreferenced
2013-02-16 23:19:49 -08:00
_BreedAskNicknameText::
2014-03-05 21:45:28 -08:00
text "Give a nickname to"
line "@"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "?"
done
2013-07-28 00:39:05 -07:00
_LeftWithDayCareLadyText::
2014-03-05 21:45:28 -08:00
text "It's @"
text_ram wBreedMon2Nickname
text_start
2014-03-05 21:45:28 -08:00
line "that was left with"
cont "the DAY-CARE LADY."
done
2013-02-16 23:19:49 -08:00
_LeftWithDayCareManText::
2014-03-05 21:45:28 -08:00
text "It's @"
text_ram wBreedMon1Nickname
text_start
2014-03-05 21:45:28 -08:00
line "that was left with"
cont "the DAY-CARE MAN."
done
2013-07-28 00:39:05 -07:00
_BreedBrimmingWithEnergyText::
2014-03-05 21:45:28 -08:00
text "It's brimming with"
line "energy."
prompt
2013-07-28 00:39:05 -07:00
_BreedNoInterestText::
2014-03-05 21:45:28 -08:00
text "It has no interest"
line "in @"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-02-16 23:19:49 -08:00
_BreedAppearsToCareForText::
2014-03-05 21:45:28 -08:00
text "It appears to care"
line "for @"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-02-16 23:19:49 -08:00
_BreedFriendlyText::
2014-03-05 21:45:28 -08:00
text "It's friendly with"
line "@"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-02-16 23:19:49 -08:00
_BreedShowsInterestText::
2014-03-05 21:45:28 -08:00
text "It shows interest"
line "in @"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
_EmptyMailboxText::
2014-03-05 21:45:28 -08:00
text "There's no MAIL"
line "here."
prompt
2013-07-28 00:39:05 -07:00
_MailClearedPutAwayText::
2014-03-05 21:45:28 -08:00
text "The cleared MAIL"
line "was put away."
prompt
2013-07-28 00:39:05 -07:00
_MailPackFullText::
2014-03-05 21:45:28 -08:00
text "The PACK is full."
prompt
2013-07-28 00:39:05 -07:00
_MailMessageLostText::
2014-03-05 21:45:28 -08:00
text "The MAIL's message"
line "will be lost. OK?"
done
2013-07-28 00:39:05 -07:00
_MailAlreadyHoldingItemText::
2014-03-05 21:45:28 -08:00
text "It's already hold-"
line "ing an item."
prompt
2013-07-28 00:39:05 -07:00
_MailEggText::
2014-03-05 21:45:28 -08:00
text "An EGG can't hold"
line "any MAIL."
prompt
2013-07-28 00:39:05 -07:00
_MailMovedFromBoxText::
2014-03-05 21:45:28 -08:00
text "The MAIL was moved"
line "from the MAILBOX."
prompt
2013-07-28 00:39:05 -07:00
_WasSentToBillsPCText::
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text " was"
line "sent to BILL's PC."
prompt
2013-07-28 00:39:05 -07:00
_PCGottaHavePokemonText::
2014-03-05 21:45:28 -08:00
text "You gotta have"
line "#MON to call!"
prompt
2013-07-28 00:39:05 -07:00
_PCWhatText::
2014-03-05 21:45:28 -08:00
text "What?"
done
2013-07-28 00:39:05 -07:00
_PCMonHoldingMailText::
2014-03-05 21:45:28 -08:00
text "There is a #MON"
line "holding MAIL."
para "Please remove the"
line "MAIL."
prompt
2013-07-28 00:39:05 -07:00
_PCNoSingleMonText::
2014-03-05 21:45:28 -08:00
text "You don't have a"
line "single #MON!"
prompt
2013-07-28 00:39:05 -07:00
_PCCantDepositLastMonText::
2014-03-05 21:45:28 -08:00
text "You can't deposit"
line "your last #MON!"
prompt
2013-07-28 00:39:05 -07:00
_PCCantTakeText::
2014-03-05 21:45:28 -08:00
text "You can't take any"
line "more #MON."
prompt
2013-07-28 00:39:05 -07:00
_ContestCaughtMonText::
2014-03-05 21:45:28 -08:00
text "Caught @"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-02-16 23:19:49 -08:00
_ContestAskSwitchText::
2014-03-05 21:45:28 -08:00
text "Switch #MON?"
done
2013-02-16 23:19:49 -08:00
_ContestAlreadyCaughtText::
2014-03-05 21:45:28 -08:00
text "You already caught"
line "a @"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
_ContestJudging_FirstPlaceText::
2014-03-05 21:45:28 -08:00
text "This Bug-Catching"
line "Contest winner is@"
text_pause
text "…"
2015-12-18 02:39:09 -08:00
para "@"
text_ram wBugContestWinnerName
2014-03-05 21:45:28 -08:00
text ","
line "who caught a"
cont "@"
text_ram wStringBuffer1
text "!@"
text_end
2013-02-16 23:19:49 -08:00
_ContestJudging_FirstPlaceScoreText::
text_start
2015-12-18 02:39:09 -08:00
para "The winning score"
2014-03-05 21:45:28 -08:00
line "was @"
text_decimal wBugContestFirstPlaceScore, 2, 3
2014-03-05 21:45:28 -08:00
text " points!"
prompt
2013-07-28 00:39:05 -07:00
_ContestJudging_SecondPlaceText::
2014-03-05 21:45:28 -08:00
text "Placing second was"
line "@"
text_ram wBugContestWinnerName
text ","
2018-01-18 18:15:59 -08:00
para "who caught a"
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer1
text "!@"
text_end
2013-02-16 23:19:49 -08:00
_ContestJudging_SecondPlaceScoreText::
text_start
2018-01-18 18:15:59 -08:00
para "The score was"
2014-03-05 21:45:28 -08:00
line "@"
text_decimal wBugContestSecondPlaceScore, 2, 3
2014-03-05 21:45:28 -08:00
text " points!"
prompt
2013-02-16 23:19:49 -08:00
_ContestJudging_ThirdPlaceText::
2014-03-05 21:45:28 -08:00
text "Placing third was"
line "@"
text_ram wBugContestWinnerName
text ","
2018-01-18 18:15:59 -08:00
para "who caught a"
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer1
text "!@"
text_end
2013-02-16 23:19:49 -08:00
_ContestJudging_ThirdPlaceScoreText::
text_start
2018-01-18 18:15:59 -08:00
para "The score was"
2014-03-05 21:45:28 -08:00
line "@"
text_decimal wBugContestThirdPlaceScore, 2, 3
2014-03-05 21:45:28 -08:00
text " points!"
prompt
2013-07-28 00:39:05 -07:00
_MagikarpGuruMeasureText::
2014-03-05 21:45:28 -08:00
text "Let me measure"
line "that MAGIKARP."
para "…Hm, it measures"
line "@"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-02-16 23:19:49 -08:00
_KarpGuruRecordText::
text "CURRENT RECORD"
2018-01-18 18:15:59 -08:00
para "@"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text " caught by"
line "@"
text_ram wMagikarpRecordHoldersName
2019-11-03 09:48:54 -08:00
text_promptbutton
text_end
2020-06-20 15:52:26 -07:00
text_end ; unreferenced
2013-02-16 23:19:49 -08:00
_LuckyNumberMatchPartyText::
2014-03-05 21:45:28 -08:00
text "Congratulations!"
para "We have a match"
line "with the ID number"
para "of @"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text " in"
line "your party."
prompt
2013-07-28 00:39:05 -07:00
_LuckyNumberMatchPCText::
2014-03-05 21:45:28 -08:00
text "Congratulations!"
para "We have a match"
line "with the ID number"
para "of @"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text " in"
line "your PC BOX."
prompt
2013-02-16 23:19:49 -08:00
_CaughtAskNicknameText::
2014-03-05 21:45:28 -08:00
text "Give a nickname to"
line "the @"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text " you"
cont "received?"
done
2013-07-28 00:39:05 -07:00
_PokecenterPCCantUseText::
2014-03-05 21:45:28 -08:00
text "Bzzzzt! You must"
line "have a #MON to"
cont "use this!"
prompt
2013-07-28 00:39:05 -07:00
_PlayersPCTurnOnText::
text "<PLAYER> turned on"
2014-03-05 21:45:28 -08:00
line "the PC."
prompt
2013-07-28 00:39:05 -07:00
_PlayersPCAskWhatDoText::
2014-03-05 21:45:28 -08:00
text "What do you want"
line "to do?"
done
2013-07-28 00:39:05 -07:00
2018-01-22 16:10:09 -08:00
_PlayersPCHowManyWithdrawText::
2014-03-05 21:45:28 -08:00
text "How many do you"
line "want to withdraw?"
done
2013-07-28 00:39:05 -07:00
2018-01-22 16:10:09 -08:00
_PlayersPCWithdrewItemsText::
2014-03-05 21:45:28 -08:00
text "Withdrew @"
text_decimal wItemQuantityChange, 1, 2
text_start
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)."
prompt
2013-07-28 00:39:05 -07:00
2018-01-22 16:10:09 -08:00
_PlayersPCNoRoomWithdrawText::
2014-03-05 21:45:28 -08:00
text "There's no room"
line "for more items."
prompt
2013-07-28 00:39:05 -07:00
_PlayersPCNoItemsText::
2014-03-05 21:45:28 -08:00
text "No items here!"
prompt
2013-07-28 00:39:05 -07:00
2018-01-22 16:10:09 -08:00
_PlayersPCHowManyDepositText::
2014-03-05 21:45:28 -08:00
text "How many do you"
line "want to deposit?"
done
2013-02-16 23:19:49 -08:00
2018-01-22 16:10:09 -08:00
_PlayersPCDepositItemsText::
2014-03-05 21:45:28 -08:00
text "Deposited @"
text_decimal wItemQuantityChange, 1, 2
text_start
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)."
prompt
2013-07-28 00:39:05 -07:00
2018-01-22 16:10:09 -08:00
_PlayersPCNoRoomDepositText::
2014-03-05 21:45:28 -08:00
text "There's no room to"
line "store items."
prompt
2013-07-28 00:39:05 -07:00
_PokecenterPCTurnOnText::
text "<PLAYER> turned on"
2014-03-05 21:45:28 -08:00
line "the PC."
prompt
2013-07-28 00:39:05 -07:00
_PokecenterPCWhoseText::
2014-03-05 21:45:28 -08:00
text "Access whose PC?"
done
2013-07-28 00:39:05 -07:00
_PokecenterBillsPCText::
2014-03-05 21:45:28 -08:00
text "BILL's PC"
line "accessed."
para "#MON Storage"
line "System opened."
prompt
2013-07-28 00:39:05 -07:00
_PokecenterPlayersPCText::
2014-03-05 21:45:28 -08:00
text "Accessed own PC."
para "Item Storage"
line "System opened."
prompt
2013-07-28 00:39:05 -07:00
_PokecenterOaksPCText::
2014-03-05 21:45:28 -08:00
text "PROF.OAK's PC"
line "accessed."
para "#DEX Rating"
line "System opened."
prompt
2013-07-28 00:39:05 -07:00
_PokecenterPCOaksClosedText::
2014-03-05 21:45:28 -08:00
text "…"
line "Link closed…"
done
2013-07-28 00:39:05 -07:00
_OakPCText1::
2014-03-05 21:45:28 -08:00
text "Want to get your"
line "#DEX rated?"
done
2013-07-28 00:39:05 -07:00
_OakPCText2::
2014-03-05 21:45:28 -08:00
text "Current #DEX"
line "completion level:"
prompt
2013-07-28 00:39:05 -07:00
_OakPCText3::
text_ram wStringBuffer3
2014-03-05 21:45:28 -08:00
text " #MON seen"
line "@"
text_ram wStringBuffer4
2014-03-05 21:45:28 -08:00
text " #MON owned"
para "PROF.OAK's"
line "Rating:"
done
2013-07-28 00:39:05 -07:00
_OakRating01::
2014-03-05 21:45:28 -08:00
text "Look for #MON"
line "in grassy areas!"
done
2013-07-28 00:39:05 -07:00
_OakRating02::
2014-03-05 21:45:28 -08:00
text "Good. I see you"
line "understand how to"
cont "use # BALLS."
done
2013-07-28 00:39:05 -07:00
_OakRating03::
2014-03-05 21:45:28 -08:00
text "You're getting"
line "good at this."
para "But you have a"
line "long way to go."
done
2013-07-28 00:39:05 -07:00
_OakRating04::
2014-03-05 21:45:28 -08:00
text "You need to fill"
line "up the #DEX."
para "Catch different"
line "kinds of #MON!"
done
2013-07-28 00:39:05 -07:00
_OakRating05::
2014-03-05 21:45:28 -08:00
text "You're trying--I"
line "can see that."
para "Your #DEX is"
line "coming together."
done
2013-07-28 00:39:05 -07:00
_OakRating06::
2014-03-05 21:45:28 -08:00
text "To evolve, some"
line "#MON grow,"
para "others use the"
line "effects of STONES."
done
2013-07-28 00:39:05 -07:00
_OakRating07::
2014-03-05 21:45:28 -08:00
text "Have you gotten a"
line "fishing ROD? You"
para "can catch #MON"
line "by fishing."
done
2013-07-28 00:39:05 -07:00
_OakRating08::
2014-03-05 21:45:28 -08:00
text "Excellent! You"
line "seem to like col-"
cont "lecting things!"
done
2013-07-28 00:39:05 -07:00
_OakRating09::
2014-03-05 21:45:28 -08:00
text "Some #MON only"
line "appear during"
para "certain times of"
line "the day."
done
2013-07-28 00:39:05 -07:00
_OakRating10::
2014-03-05 21:45:28 -08:00
text "Your #DEX is"
line "filling up. Keep"
cont "up the good work!"
done
2013-07-28 00:39:05 -07:00
_OakRating11::
2014-03-05 21:45:28 -08:00
text "I'm impressed."
line "You're evolving"
para "#MON, not just"
line "catching them."
done
2013-07-28 00:39:05 -07:00
_OakRating12::
2014-03-05 21:45:28 -08:00
text "Have you met KURT?"
line "His custom BALLS"
cont "should help."
done
2013-07-28 00:39:05 -07:00
_OakRating13::
2014-03-05 21:45:28 -08:00
text "Wow. You've found"
line "more #MON than"
para "the last #DEX"
line "research project."
done
2013-07-28 00:39:05 -07:00
_OakRating14::
2014-03-05 21:45:28 -08:00
text "Are you trading"
line "your #MON?"
para "It's tough to do"
line "this alone!"
done
2013-07-28 00:39:05 -07:00
_OakRating15::
2014-03-05 21:45:28 -08:00
text "Wow! You've hit"
line "200! Your #DEX"
cont "is looking great!"
done
2013-07-28 00:39:05 -07:00
_OakRating16::
2014-03-05 21:45:28 -08:00
text "You've found so"
line "many #MON!"
para "You've really"
line "helped my studies!"
done
2013-07-28 00:39:05 -07:00
_OakRating17::
2014-03-05 21:45:28 -08:00
text "Magnificent! You"
line "could become a"
para "#MON professor"
line "right now!"
done
2013-07-28 00:39:05 -07:00
_OakRating18::
2014-03-05 21:45:28 -08:00
text "Your #DEX is"
line "amazing! You're"
para "ready to turn"
line "professional!"
done
2013-07-28 00:39:05 -07:00
_OakRating19::
2014-03-05 21:45:28 -08:00
text "Whoa! A perfect"
line "#DEX! I've"
para "dreamt about this!"
line "Congratulations!"
done
2013-07-28 00:39:05 -07:00
_OakPCText4::
2014-03-05 21:45:28 -08:00
text "The link to PROF."
line "OAK's PC closed."
done
2013-07-28 00:39:05 -07:00
_TrainerRankingExplanationText:: ; unreferenced
2014-03-05 21:45:28 -08:00
text "Triple-theme"
line "trainer ranking!"
2018-01-18 18:15:59 -08:00
para "The SAVE file you"
line "just sent might"
cont "make the rankings!"
2018-01-18 18:15:59 -08:00
para ""
done
2013-02-16 23:19:49 -08:00
_TrainerRankingNoDataText:: ; unreferenced
2014-03-05 21:45:28 -08:00
text "There is no"
line "ranking data."
2018-01-18 18:15:59 -08:00
para "Link to obtain"
line "ranking data."
2018-01-18 18:15:59 -08:00
para ""
done
2013-02-16 23:19:49 -08:00
2020-11-08 16:32:57 -08:00
_MemoryGameYeahText::
2014-03-05 21:45:28 -08:00
text " , yeah!"
done
2013-02-16 23:19:49 -08:00
2020-11-08 16:32:57 -08:00
_MemoryGameDarnText::
2014-03-05 21:45:28 -08:00
text "Darn…"
done
2013-02-16 23:19:49 -08:00
_StartMenuContestEndText::
2014-03-05 21:45:28 -08:00
text "Would you like to"
line "end the Contest?"
done
2013-02-16 23:19:49 -08:00
_ItemsTossOutHowManyText::
2014-03-05 21:45:28 -08:00
text "Toss out how many"
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)?"
done
2013-02-16 23:19:49 -08:00
_ItemsThrowAwayText::
2014-03-05 21:45:28 -08:00
text "Throw away @"
text_decimal wItemQuantityChange, 1, 2
text_start
2014-03-05 21:45:28 -08:00
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "(S)?"
done
2013-02-16 23:19:49 -08:00
_ItemsDiscardedText::
2014-03-05 21:45:28 -08:00
text "Discarded"
line "@"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "(S)."
prompt
2013-02-16 23:19:49 -08:00
_ItemsTooImportantText::
2014-03-05 21:45:28 -08:00
text "That's too impor-"
line "tant to toss out!"
prompt
2013-02-16 23:19:49 -08:00
_ItemsOakWarningText::
text "OAK: <PLAYER>!"
2014-03-05 21:45:28 -08:00
line "This isn't the"
cont "time to use that!"
done
2013-07-28 00:39:05 -07:00
_PokemonSwapItemText::
2014-03-05 21:45:28 -08:00
text "Took @"
text_ram wMonOrItemNameBuffer
2014-03-05 21:45:28 -08:00
text "'s"
line "@"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text " and"
para "made it hold"
line "@"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-02-16 23:19:49 -08:00
_PokemonHoldItemText::
2014-03-05 21:45:28 -08:00
text "Made @"
text_ram wMonOrItemNameBuffer
text_start
2014-03-05 21:45:28 -08:00
line "hold @"
text_ram wStringBuffer2
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-02-16 23:19:49 -08:00
_PokemonRemoveMailText::
2014-03-05 21:45:28 -08:00
text "Please remove the"
line "MAIL first."
prompt
2013-07-28 00:39:05 -07:00
_PokemonNotHoldingText::
text_ram wMonOrItemNameBuffer
2014-03-05 21:45:28 -08:00
text " isn't"
line "holding anything."
prompt
2013-07-28 00:39:05 -07:00
_ItemStorageFullText::
2014-03-05 21:45:28 -08:00
text "Item storage space"
line "full."
prompt
2013-07-28 00:39:05 -07:00
_PokemonTookItemText::
2014-03-05 21:45:28 -08:00
text "Took @"
text_ram wStringBuffer1
text_start
2014-03-05 21:45:28 -08:00
line "from @"
text_ram wMonOrItemNameBuffer
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-02-16 23:19:49 -08:00
_PokemonAskSwapItemText::
text_ram wMonOrItemNameBuffer
2014-03-05 21:45:28 -08:00
text " is"
line "already holding"
para "@"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "."
line "Switch items?"
done
2013-07-28 00:39:05 -07:00
_ItemCantHeldText::
2014-03-05 21:45:28 -08:00
text "This item can't be"
line "held."
prompt
2013-07-28 00:39:05 -07:00
_MailLoseMessageText::
2014-03-05 21:45:28 -08:00
text "The MAIL will lose"
line "its message. OK?"
done
2013-07-28 00:39:05 -07:00
_MailDetachedText::
2014-03-05 21:45:28 -08:00
text "MAIL detached from"
line "@"
text_ram wStringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-07-28 00:39:05 -07:00
_MailNoSpaceText::
2014-03-05 21:45:28 -08:00
text "There's no space"
line "for removing MAIL."
prompt
2013-07-28 00:39:05 -07:00
_MailAskSendToPCText::
2014-03-05 21:45:28 -08:00
text "Send the removed"
line "MAIL to your PC?"
done
2013-07-28 00:39:05 -07:00
_MailboxFullText::
2014-03-05 21:45:28 -08:00
text "Your PC's MAILBOX"
line "is full."
prompt
2013-07-28 00:39:05 -07:00
_MailSentToPCText::
2014-03-05 21:45:28 -08:00
text "The MAIL was sent"
line "to your PC."
prompt
2013-07-28 00:39:05 -07:00
_PokemonNotEnoughHPText::
2014-03-05 21:45:28 -08:00
text "Not enough HP!"
prompt
2013-07-28 00:39:05 -07:00
_MayRegisterItemText::
2014-03-05 21:45:28 -08:00
text "An item in your"
line "PACK may be"
para "registered for use"
line "on SELECT Button."
done
2013-07-28 00:39:05 -07:00
_OakText1::
2014-03-05 21:45:28 -08:00
text "Hello! Sorry to"
line "keep you waiting!"
para "Welcome to the"
line "world of #MON!"
para "My name is OAK."
para "People call me the"
line "#MON PROF."
prompt
2013-07-28 00:39:05 -07:00
_OakText2::
2014-03-05 21:45:28 -08:00
text "This world is in-"
line "habited by crea-"
cont "tures that we call"
cont "#MON.@"
text_end
2013-02-16 23:19:49 -08:00
_OakText3::
2019-11-03 09:48:54 -08:00
text_promptbutton
text_end
2020-06-20 15:52:26 -07:00
text_end ; unreferenced
2013-07-28 00:39:05 -07:00
_OakText4::
2014-03-05 21:45:28 -08:00
text "People and #MON"
line "live together by"
para "supporting each"
line "other."
para "Some people play"
line "with #MON, some"
cont "battle with them."
prompt
2013-07-28 00:39:05 -07:00
_OakText5::
2014-03-05 21:45:28 -08:00
text "But we don't know"
line "everything about"
cont "#MON yet."
para "There are still"
line "many mysteries to"
cont "solve."
para "That's why I study"
line "#MON every day."
prompt