diff options
| author | Daniel Harding <33dannye@gmail.com> | 2020-05-16 21:42:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 21:42:24 -0500 |
| commit | 8a924f1f783572ff395f617f99546b4c949c8b04 (patch) | |
| tree | 1b6c7de331cb983256651b11b8adf413a3a434f1 /data/text | |
| parent | 88d7e9a34a8b610b358cec1ccc6660634ca9ce80 (diff) | |
| parent | ed94962edf1668aba3f60938e8a5ba8040e2a59c (diff) | |
Merge pull request #30 from entrpntr/spring-cleaning
Spring Cleaning
Diffstat (limited to 'data/text')
| -rwxr-xr-x | data/text/battle.asm | 9 | ||||
| -rwxr-xr-x | data/text/common_1.asm | 395 | ||||
| -rw-r--r-- | data/text/common_2.asm | 436 | ||||
| -rw-r--r-- | data/text/common_3.asm | 208 | ||||
| -rw-r--r-- | data/text/dakutens.asm | 15 | ||||
| -rw-r--r-- | data/text/mail_input_chars.asm | 17 | ||||
| -rw-r--r-- | data/text/name_input_chars.asm | 31 |
7 files changed, 604 insertions, 507 deletions
diff --git a/data/text/battle.asm b/data/text/battle.asm index a222cac5..58fad4a9 100755 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -405,9 +405,8 @@ BecameConfusedText: text "<TARGET>" line "became confused!" prompt -; ItemHealedConfusion -BattleText_ItemHealedConfusion: ; ItemHealedConfusion +BattleText_ItemHealedConfusion: text "A @" text_ram wStringBuffer1 text " rid" @@ -442,7 +441,7 @@ UsedBindText: cont "<TARGET>!" prompt -WhirlpoolTrapText: +WasTrappedText: text "<TARGET>" line "was trapped!" prompt @@ -806,7 +805,7 @@ SubFadedText: line "SUBSTITUTE faded!" prompt -LearnedMoveText: +MimicLearnedMoveText: text "<USER>" line "learned" cont "@" @@ -1072,7 +1071,7 @@ BeatUpAttackText: line "attack!" done -CanReceiveGiftText: +CantReceiveGiftText: text "<TARGET> can't" line "receive the gift!" prompt diff --git a/data/text/common_1.asm b/data/text/common_1.asm index 40f4bb79..0bea4456 100755 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -27,73 +27,73 @@ _NothingHereText:: line "here…" done -UnknownText_0x1bc0a2:: +_RecoveredSomeHPText:: text_ram wStringBuffer1 text_start line "recovered @" - text_decimal wLinkBuffer, 2, 3 + text_decimal wCurHPAnimDeltaHP, 2, 3 text "HP!" done -UnknownText_0x1bc0bb:: +_CuredOfPoisonText:: text_ram wStringBuffer1 text "'s" line "cured of poison." done -UnknownText_0x1bc0d2:: +_RidOfParalysisText:: text_ram wStringBuffer1 text "'s" line "rid of paralysis." done -UnknownText_0x1bc0ea:: +_BurnWasHealedText:: text_ram wStringBuffer1 text "'s" line "burn was healed." done -UnknownText_0x1bc101:: +_WasDefrostedText:: text_ram wStringBuffer1 text_start line "was defrosted." done -UnknownText_0x1bc115:: +_WokeUpText:: text_ram wStringBuffer1 text_start line "woke up." done -UnknownText_0x1bc123:: +_HealthReturnedText:: text_ram wStringBuffer1 text "'s" line "health returned." done -UnknownText_0x1bc13a:: +_RevitalizedText:: text_ram wStringBuffer1 text_start line "is revitalized." done -UnknownText_0x1bc14f:: +_GrewToLevelText:: text_ram wStringBuffer1 text " grew to" line "level @" text_decimal wCurPartyLevel, 1, 3 text "!@" - sound_dex_fanfare_50_79 + sound_dex_fanfare_50_79 ; plays SFX_DEX_FANFARE_50_79, identical to SFX_LEVEL_UP text_promptbutton - db "@" + text_end -UnknownText_0x1bc16e:: +_CameToItsSensesText:: text_ram wStringBuffer1 text " came" line "to its senses." done -UnknownText_0x1bc29c:: +_OakTimeWokeUpText:: text "<……><……><……><……><……><……>" line "<……><……><……><……><……><……>" @@ -104,52 +104,56 @@ UnknownText_0x1bc29c:: line "clock for me?" prompt -UnknownText_0x1bc2eb:: +_OakTimeWhatTimeIsItText:: text "What time is it?" done -UnknownText_0x1bc2fd:: - text "What?@@" +_OakTimeWhatHoursText:: + text "What?@" + text_end + +_OakTimeHoursQuestionMarkText:: text "?" done -UnknownText_0x1bc308:: +_OakTimeHowManyMinutesText:: text "How many minutes?" done -UnknownText_0x1bc31b:: - text "Whoa!@@" +_OakTimeWhoaMinutesText:: + text "Whoa!@" + text_end -UnknownText_0x1bc323:: +_OakTimeMinutesQuestionMarkText:: text "?" done -UnknownText_0x1bc326:: +_OakTimeOversleptText:: text "!" line "I overslept!" done -UnknownText_0x1bc336:: +_OakTimeYikesText:: text "!" line "Yikes! I over-" cont "slept!" done -UnknownText_0x1bc34f:: +_OakTimeSoDarkText:: text "!" line "No wonder it's so" cont "dark!" done -UnknownText_0x1bc369:: +_OakTimeWhatDayIsItText:: text "What day is it?" done -UnknownText_0x1bc37a:: +_OakTimeIsItText:: text ", is it?" done -Text_EnemyWithdrew:: +_EnemyWithdrewText:: text "<ENEMY>" line "withdrew" cont "@" @@ -157,7 +161,7 @@ Text_EnemyWithdrew:: text "!" prompt -Text_EnemyUsedOn:: +_EnemyUsedOnText:: text "<ENEMY>" line "used @" text_ram wMonOrItemNameBuffer @@ -223,7 +227,7 @@ Text_BreedingIsNotPossible:: UnknownText_0x1bd0d8:: text "The compatibility" line "is @" - text_decimal wTempNumBuffer, 1, 3 + text_decimal wBreedingCompatibility, 1, 3 text "." cont "Should they breed?" done @@ -280,41 +284,41 @@ UnknownText_0x1bc45e:: line "amount." done -UnknownText_0x1bc471:: +_NothingToChooseText:: text "There's nothing to" line "choose." prompt -UnknownText_0x1bc48c:: +_WhichSidePutOnText:: text "Which side do you" line "want to put it on?" done -UnknownText_0x1bc4b2:: +_WhichSidePutAwayText:: text "Which side do you" line "want to put away?" done -UnknownText_0x1bc4d7:: +_PutAwayTheDecoText:: text "Put away the" line "@" text_ram wStringBuffer3 text "." prompt -UnknownText_0x1bc4ec:: +_NothingToPutAwayText:: text "There's nothing to" line "put away." prompt -UnknownText_0x1bc509:: +_SetUpTheDecoText:: text "Set up the" line "@" text_ram wStringBuffer3 text "." prompt -UnknownText_0x1bc51c:: +_PutAwayAndSetUpText:: text "Put away the" line "@" text_ram wStringBuffer3 @@ -326,74 +330,74 @@ UnknownText_0x1bc51c:: text "." prompt -UnknownText_0x1bc546:: +_AlreadySetUpText:: text "That's already set" line "up." prompt -UnknownText_0x1bc55d:: +_LookTownMapText:: text "It's the TOWN MAP." done -UnknownText_0x1bc570:: +_LookPikachuPosterText:: text "It's a poster of a" line "cute PIKACHU." done -UnknownText_0x1bc591:: +_LookClefairyPosterText:: text "It's a poster of a" line "cute CLEFAIRY." done -UnknownText_0x1bc5b3:: +_LookJigglypuffPosterText:: text "It's a poster of a" line "cute JIGGLYPUFF." done -UnknownText_0x1bc5d7:: +_LookAdorableDecoText:: text "It's an adorable" line "@" text_ram wStringBuffer3 text "." done -UnknownText_0x1bc5ef:: +_LookGiantDecoText:: text "A giant doll! It's" line "fluffy and cuddly." done -UnknownText_0x1bc615:: +_MomHiHowAreYouText:: text "Hi, <PLAYER>!" line "How are you?" prompt -UnknownText_0x1bc62a:: +_MomFoundAnItemText:: text "I found a useful" line "item shopping, so" prompt -UnknownText_0x1bc64e:: +_MomBoughtWithYourMoneyText:: text "I bought it with" line "your money. Sorry!" prompt -UnknownText_0x1bc673:: +_MomItsInPCText:: text "It's in your PC." line "You'll like it!" done -UnknownText_0x1bc693:: +_MomFoundADollText:: text "While shopping" line "today, I saw this" cont "adorable doll, so" prompt -UnknownText_0x1bc6c7:: +_MomItsInYourRoomText:: text "It's in your room." line "You'll love it!" done -UnknownText_0x1bc6e9:: +_MonWasSentToText:: text_ram wPlayerTrademonSpeciesName text " was" line "sent to @" @@ -401,29 +405,29 @@ UnknownText_0x1bc6e9:: text "." done -UnknownText_0x1bc701:: +_MonNameSentToText:: text_start done -UnknownText_0x1bc703:: +_BidsFarewellToMonText:: text_ram wOTTrademonSenderName text " bids" line "farewell to" done -UnknownText_0x1bc719:: +_MonNameBidsFarewellText:: text_ram wOTTrademonSpeciesName text "." done -UnknownText_0x1bc71f:: +_TakeGoodCareOfMonText:: text "Take good care of" line "@" text_ram wOTTrademonSpeciesName text "." done -UnknownText_0x1bc739:: +_ForYourMonSendsText:: text "For @" text_ram wPlayerTrademonSenderName text "'s" @@ -432,7 +436,7 @@ UnknownText_0x1bc739:: text "," done -UnknownText_0x1bc74c:: +_OTSendsText:: text_ram wOTTrademonSenderName text " sends" line "@" @@ -440,14 +444,16 @@ UnknownText_0x1bc74c:: text "." done -UnknownText_0x1bc75e:: +_WillTradeText:: text_ram wOTTrademonSenderName text " will" line "trade @" text_ram wOTTrademonSpeciesName - db "@@" + text_end + + text_end ; unused -UnknownText_0x1bc774:: +_ForYourMonWillTradeText:: text "for @" text_ram wPlayerTrademonSenderName text "'s" @@ -477,7 +483,9 @@ _OPT_OakText1:: text_start line "OAK: @" text_ram wMonOrItemNameBuffer - db "@@" + text_end + + text_end ; unused _OPT_OakText2:: text_start @@ -498,162 +506,162 @@ _OPT_MaryText1:: text "'s" done -OPT_SweetAdorably:: +_OPT_SweetAdorablyText:: text_start line "sweet and adorably" done -OPT_WigglySlickly:: +_OPT_WigglySlicklyText:: text_start line "wiggly and slickly" done -OPT_AptlyNamed:: +_OPT_AptlyNamedText:: text_start line "aptly named and" done -OPT_UndeniablyKindOf:: +_OPT_UndeniablyKindOfText:: text_start line "undeniably kind of" done -OPT_Unbearably:: +_OPT_UnbearablyText:: text_start line "so, so unbearably" done -OPT_WowImpressively:: +_OPT_WowImpressivelyText:: text_start line "wow, impressively" done -OPT_AlmostPoisonously:: +_OPT_AlmostPoisonouslyText:: text_start line "almost poisonously" done -OPT_Sensually:: +_OPT_SensuallyText:: text_start line "ooh, so sensually" done -OPT_Mischievously:: +_OPT_MischievouslyText:: text_start line "so mischievously" done -OPT_Topically:: +_OPT_TopicallyText:: text_start line "so very topically" done -OPT_Addictively:: +_OPT_AddictivelyText:: text_start line "sure addictively" done -OPT_LooksInWater:: +_OPT_LooksInWaterText:: text_start line "looks in water is" done -OPT_EvolutionMustBe:: +_OPT_EvolutionMustBeText:: text_start line "evolution must be" done -OPT_Provocatively:: +_OPT_ProvocativelyText:: text_start line "provocatively" done -OPT_FlippedOut:: +_OPT_FlippedOutText:: text_start line "so flipped out and" done -OPT_HeartMeltingly:: +_OPT_HeartMeltinglyText:: text_start line "heart-meltingly" done -OPT_Cute:: +_OPT_CuteText:: text_start line "cute." done -OPT_Weird:: +_OPT_WeirdText:: text_start line "weird." done -OPT_Pleasant:: +_OPT_PleasantText:: text_start line "pleasant." done -OPT_BoldSortOf:: +_OPT_BoldSortOfText:: text_start line "bold, sort of." done -OPT_Frightening:: +_OPT_FrighteningText:: text_start line "frightening." done -OPT_SuaveDebonair:: +_OPT_SuaveDebonairText:: text_start line "suave & debonair!" done -OPT_Powerful:: +_OPT_PowerfulText:: text_start line "powerful." done -OPT_Exciting:: +_OPT_ExcitingText:: text_start line "exciting." done -OPT_Groovy:: +_OPT_NowText:: text_start line "now!" done -OPT_Inspiring:: +_OPT_InspiringText:: text_start line "inspiring." done -OPT_Friendly:: +_OPT_FriendlyText:: text_start line "friendly." done -OPT_HotHotHot:: +_OPT_HotHotHotText:: text_start line "hot, hot, hot!" done -OPT_Stimulating:: +_OPT_StimulatingText:: text_start line "stimulating." done -OPT_Guarded:: +_OPT_GuardedText:: text_start line "guarded." done -OPT_Lovely:: +_OPT_LovelyText:: text_start line "lovely." done -OPT_Speedy:: +_OPT_SpeedyText:: text_start line "speedy." done @@ -666,7 +674,7 @@ _PokedexShowText:: text_start line "@" text_ram wStringBuffer1 - db "@" + text_end ; Pokémon Music Channel / Pokémusic @@ -815,84 +823,86 @@ _PnP_Text4:: text_ram wStringBuffer2 text " @" text_ram wStringBuffer1 - db "@@" + text_end -_PnP_cute:: + text_end ; unused + +_PnP_CuteText:: text_start line "is cute." done -_PnP_lazy:: +_PnP_LazyText:: text_start line "is sort of lazy." done -_PnP_happy:: +_PnP_HappyText:: text_start line "is always happy." done -_PnP_noisy:: +_PnP_NoisyText:: text_start line "is quite noisy." done -_PnP_precocious:: +_PnP_PrecociousText:: text_start line "is precocious." done -_PnP_bold:: +_PnP_BoldText:: text_start line "is somewhat bold." done -_PnP_picky:: +_PnP_PickyText:: text_start line "is too picky!" done -_PnP_sortofok:: +_PnP_SortOfOKText:: text_start line "is sort of OK." done -_PnP_soso:: +_PnP_SoSoText:: text_start line "is just so-so." done -_PnP_great:: +_PnP_GreatText:: text_start line "is actually great." done -_PnP_mytype:: +_PnP_MyTypeText:: text_start line "is just my type." done -_PnP_cool:: +_PnP_CoolText:: text_start line "is so cool, no?" done -_PnP_inspiring:: +_PnP_InspiringText:: text_start line "is inspiring!" done -_PnP_weird:: +_PnP_WeirdText:: text_start line "is kind of weird." done -_PnP_rightforme:: +_PnP_RightForMeText:: text_start line "is right for me?" done -_PnP_odd:: +_PnP_OddText:: text_start line "is definitely odd!" done @@ -901,7 +911,9 @@ _PnP_Text5:: text_start line "@" text_ram wStringBuffer1 - db "@@" + text_end + + text_end ; unused _RocketRadioText1:: text_start @@ -961,7 +973,7 @@ _RocketRadioText10:: text "Is he listening?" done -UnknownText_0x1bd2bc:: +_AskFloorElevatorText:: text "Which floor?" done @@ -993,7 +1005,7 @@ _ButNoSpaceText:: line "no space left…" done -UnknownText_0x1bd34b:: +_JustSawSomeRareMonText:: text "I just saw some" line "rare @" text_ram wStringBuffer1 @@ -1007,12 +1019,12 @@ UnknownText_0x1bd34b:: cont "#MON, OK?" prompt -UnknownText_0x1bd39e:: +_SavingRecordText:: text "SAVING RECORD…" line "DON'T TURN OFF!" done -ReceivedMysteryGiftText_:: +_ReceiveItemText:: text_ram wPlayerName text " received" line "@" @@ -1020,37 +1032,38 @@ ReceivedMysteryGiftText_:: text "!@" sound_item text_promptbutton - db "@" + text_end -NoCoinsText_:: +_NoCoinsText:: text "You have no coins." prompt -NoCoinCaseText_:: +_NoCoinCaseText:: text "You don't have a" line "COIN CASE." prompt -UnknownText_0x1bd407:: +_NPCTradeCableText:: text "OK, connect the" line "Game Link Cable." prompt -UnknownText_0x1bd429:: +Text_NPCTraded:: text "<PLAYER> traded" line "@" text_ram wStringBuffer2 text " for" cont "@" text_ram wMonOrItemNameBuffer - text ".@@" + text ".@" + text_end -UnknownText_0x1bd445:: +_NPCTradeFanfareText:: sound_dex_fanfare_80_109 text_pause - db "@" + text_end -UnknownText_0x1bd449:: +_NPCTradeIntroText1:: text "I collect #MON." line "Do you have" cont "@" @@ -1063,12 +1076,12 @@ UnknownText_0x1bd449:: text "?" done -UnknownText_0x1bd48c:: +_NPCTradeCancelText1:: text "You don't want to" line "trade? Aww…" done -UnknownText_0x1bd4aa:: +_NPCTradeWrongText1:: text "Huh? That's not" line "@" text_ram wStringBuffer1 @@ -1076,7 +1089,7 @@ UnknownText_0x1bd4aa:: cont "What a letdown…" done -UnknownText_0x1bd4d2:: +_NPCTradeCompleteText1:: text "Yay! I got myself" line "@" text_ram wStringBuffer1 @@ -1084,14 +1097,14 @@ UnknownText_0x1bd4d2:: cont "Thanks!" done -UnknownText_0x1bd4f4:: +_NPCTradeAfterText1:: text "Hi, how's my old" line "@" text_ram wStringBuffer2 text " doing?" done -UnknownText_0x1bd512:: +_NPCTradeIntroText2:: text "Hi, I'm looking" line "for this #MON." @@ -1106,7 +1119,7 @@ UnknownText_0x1bd512:: text "?" done -UnknownText_0x1bd565:: +_NPCTradeCancelText2:: text "You don't have" line "one either?" @@ -1114,7 +1127,7 @@ UnknownText_0x1bd565:: line "disappointing…" done -UnknownText_0x1bd5a1:: +_NPCTradeWrongText2:: text "You don't have" line "@" text_ram wStringBuffer1 @@ -1122,7 +1135,7 @@ UnknownText_0x1bd5a1:: cont "too bad, then." done -UnknownText_0x1bd5cc:: +_NPCTradeCompleteText2:: text "Great! Thank you!" para "I finally got" @@ -1131,7 +1144,7 @@ UnknownText_0x1bd5cc:: text "." done -UnknownText_0x1bd5f4:: +_NPCTradeAfterText2:: text "Hi! The @" text_ram wMonOrItemNameBuffer text_start @@ -1139,7 +1152,7 @@ UnknownText_0x1bd5f4:: cont "doing great!" done -UnknownText_0x1bd621:: +_NPCTradeIntroText3:: text_ram wMonOrItemNameBuffer text "'s cute," line "but I don't have" @@ -1155,12 +1168,12 @@ UnknownText_0x1bd621:: text "?" done -UnknownText_0x1bd673:: +_NPCTradeCancelText3:: text "You don't want to" line "trade? Oh, darn…" done -UnknownText_0x1bd696:: +_NPCTradeWrongText3:: text "That's not" line "@" text_ram wStringBuffer1 @@ -1170,7 +1183,7 @@ UnknownText_0x1bd696:: line "me if you get one." done -UnknownText_0x1bd6cd:: +_NPCTradeCompleteText3:: text "Wow! Thank you!" line "I always wanted" cont "@" @@ -1178,7 +1191,7 @@ UnknownText_0x1bd6cd:: text "!" done -UnknownText_0x1bd6f5:: +_NPCTradeAfterText3:: text "How is that" line "@" text_ram wStringBuffer2 @@ -1191,7 +1204,7 @@ UnknownText_0x1bd6f5:: line "so cute!" done -UnknownText_0x1bd77f:: +_MomLeavingText1:: text "Wow, that's a cute" line "#MON." @@ -1219,14 +1232,14 @@ UnknownText_0x1bd77f:: line "save your money?" done -UnknownText_0x1bd868:: +_MomLeavingText2:: text "OK, I'll take care" line "of your money." para "<……><……><……>" prompt -UnknownText_0x1bd88e:: +_MomLeavingText3:: text "Be careful." para "#MON are your" @@ -1236,7 +1249,7 @@ UnknownText_0x1bd88e:: para "Now, go on!" done -UnknownText_0x1bd8da:: +_MomIsThisAboutYourMoneyText:: text "Hi! Welcome home!" line "You're trying very" cont "hard, I see." @@ -1248,47 +1261,47 @@ UnknownText_0x1bd8da:: line "your money?" done -UnknownText_0x1bd942:: +_MomBankWhatDoYouWantToDoText:: text "What do you want" line "to do?" done -UnknownText_0x1bd95b:: +_MomStoreMoneyText:: text "How much do you" line "want to save?" done -UnknownText_0x1bd97a:: +_MomTakeMoneyText:: text "How much do you" line "want to take?" done -UnknownText_0x1bd999:: +_MomSaveMoneyText:: text "Do you want to" line "save some money?" done -UnknownText_0x1bd9ba:: +_MomHaventSavedThatMuchText:: text "You haven't saved" line "that much." prompt -UnknownText_0x1bd9d7:: +_MomNotEnoughRoomInWalletText:: text "You can't take" line "that much." prompt -UnknownText_0x1bd9f1:: +_MomInsufficientFundsInWalletText:: text "You don't have" line "that much." prompt -UnknownText_0x1bda0b:: +_MomNotEnoughRoomInBankText:: text "You can't save" line "that much." prompt -UnknownText_0x1bda25:: +_MomStartSavingMoneyText:: text "OK, I'll save your" line "money. Trust me!" @@ -1296,17 +1309,17 @@ UnknownText_0x1bda25:: line "with it!" done -UnknownText_0x1bda5b:: +_MomStoredMoneyText:: text "Your money's safe" line "here! Get going!" done -UnknownText_0x1bda7e:: +_MomTakenMoneyText:: text "<PLAYER>, don't" line "give up!" done -UnknownText_0x1bda90:: +_MomJustDoWhatYouCanText:: text "Just do what" line "you can." done @@ -1377,7 +1390,7 @@ _OnlyOneMonText:: line "just one #MON." prompt -_CantRaiseEggText:: +_CantAcceptEggText:: text "Sorry, but I can't" line "accept an EGG." prompt @@ -1461,7 +1474,7 @@ _HaveNoRoomText:: line "for it." prompt -_DCNotEnoughMoneyText:: +_NotEnoughMoneyText:: text "You don't have" line "enough money." prompt @@ -1507,7 +1520,7 @@ _TakeGoodCareOfEggText:: line "it." done -_RefuseEggText:: +_IllKeepItThanksText:: text "Well then, I'll" line "keep it. Thanks!" done @@ -1518,28 +1531,28 @@ _NoRoomForEggText:: cont "Come back later." done -UnknownText_0x1be024:: +_WhichMonPhotoText:: text "Which #MON" line "should I photo-" cont "graph?" prompt -UnknownText_0x1be047:: +_HoldStillText:: text "All righty. Hold" line "still for a bit." prompt -UnknownText_0x1be06a:: +_PrestoAllDoneText:: text "Presto! All done." line "Come again, OK?" done -UnknownText_0x1c0000:: +_NoPhotoText:: text "Oh, no picture?" line "Come again, OK?" done -UnknownText_0x1c0021:: +_EggPhotoText:: text "An EGG? My talent" line "is worth more…" done @@ -1633,7 +1646,7 @@ Text_Gained:: text_ram wStringBuffer1 text " gained@@" -Text_ABoostedStringBuffer2ExpPoints:: +_BoostedExpPointsText:: text_start line "a boosted" cont "@" @@ -1641,7 +1654,7 @@ Text_ABoostedStringBuffer2ExpPoints:: text " EXP. Points!" prompt -Text_StringBuffer2ExpPoints:: +_ExpPointsText:: text_start line "@" text_decimal wStringBuffer2, 2, 4 @@ -1674,44 +1687,46 @@ Text_YourFoesWeakGetmMon:: text "!" done -Text_ThatsEnoughComeBack:: +Text_BattleMonNickComma:: text_ram wBattleMonNick text ",@@" + +_ThatsEnoughComeBackText:: text " that's" line "enough! Come back!" done -Text_OKComeBack:: +_OKComeBackText:: text " OK!" line "Come back!" done -Text_GoodComeBack:: +_GoodComeBackText:: text " good!" line "Come back!" done -Text_ComeBack:: +_ComeBackText:: text " come" line "back!" done -BattleText_PlayerPickedUpPayDayMoney: +_PlayerPickedUpPayDayMoney:: text "<PLAYER> picked up" line "¥@" text_decimal wPayDayMoney, 3, 6 text "!" prompt -UnknownText_0x1c0373:: +_BootedTMText:: text "Booted up a TM." prompt -UnknownText_0x1c0384:: +_BootedHMText:: text "Booted up an HM." prompt -UnknownText_0x1c0396:: +_ContainedMoveText:: text "It contained" line "@" text_ram wStringBuffer2 @@ -1723,7 +1738,7 @@ UnknownText_0x1c0396:: line "to a #MON?" done -UnknownText_0x1c03c2:: +_TMHMNotCompatibleText:: text_ram wStringBuffer2 text " is" line "not compatible" @@ -1737,7 +1752,7 @@ UnknownText_0x1c03c2:: text "." prompt -UnknownText_0x1c03fa:: +_NoRoomTMHMText:: text "You have no room" line "for any more" cont "@" @@ -1745,44 +1760,44 @@ UnknownText_0x1c03fa:: text "S." prompt -UnknownText_0x1c0421:: +_ReceivedTMHMText:: text "You received" line "@" text_ram wStringBuffer1 text "!" prompt -UnknownText_0x1c0436:: +_MysteryGiftCanceledText:: text "The link has been" line "cancelled." prompt -UnknownText_0x1c0454:: +_MysteryGiftCommErrorText:: text "Communication" line "error." prompt -UnknownText_0x1c046a:: +_RetrieveMysteryGiftText:: text "Must retrieve GIFT" line "at #MON CENTER." prompt -UnknownText_0x1c048e:: +_YourFriendIsNotReadyText:: text "Your friend isn't" line "ready." prompt -UnknownText_0x1c04a7:: +_MysteryGiftFiveADayText:: text "Sorry--only five" line "GIFTS a day." prompt -UnknownText_0x1c04c6:: +_MysteryGiftOneADayText:: text "Sorry. One GIFT" line "a day per person." prompt -UnknownText_0x1c04e9:: +_MysteryGiftSentText:: text_ram wMysteryGiftPartnerName text " sent" line "@" @@ -1790,7 +1805,7 @@ UnknownText_0x1c04e9:: text "." prompt -UnknownText_0x1c04fa:: +_MysteryGiftSentHomeText:: text_ram wMysteryGiftPartnerName text " sent" line "@" @@ -1801,35 +1816,35 @@ UnknownText_0x1c04fa:: text "'s home." prompt -BadgeRequiredText_:: +_BadgeRequiredText:: text "Sorry! A new BADGE" line "is required." prompt -CantUseFieldMoveHereText_:: +_CantUseItemText:: text "Can't use that" line "here." prompt -Text_UsedCut_:: +_UseCutText:: text_ram wStringBuffer2 text " used" line "CUT!" prompt -Text_NothingToCut_:: +_CutNothingText:: text "There's nothing to" line "CUT here." prompt -Text_UsedFlash_:: +_BlindingFlashText:: text "A blinding FLASH" line "lights the area!@" text_promptbutton db "@@" -UsedSurfText_:: +_UsedSurfText:: text_ram wStringBuffer2 text " used" line "SURF!" - done
\ No newline at end of file + done diff --git a/data/text/common_2.asm b/data/text/common_2.asm index c8b243be..931605fd 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -1,80 +1,80 @@ -CantSurfText_:: +_CantSurfText:: text "You can't SURF" line "here." prompt -AlreadySurfingText_:: +_AlreadySurfingText:: text "You're already" line "SURFING." prompt -AskSurfText_:: +_AskSurfText:: text "The water is calm." line "Want to SURF?" done -Text_UsedWaterfall_:: +_UseWaterfallText:: text_ram wStringBuffer2 text " used" line "WATERFALL!" done -Text_CantDoWaterfall_:: +_HugeWaterfallText:: text "Wow, it's a huge" line "waterfall." done -Text_AskUseWaterfall_:: +_AskWaterfallText:: text "Do you want to use" line "WATERFALL?" done -Text_UsedDig_:: +_UseDigText:: text_ram wStringBuffer2 text " used" line "DIG!" done -Text_UsedEscapeRope_:: +_UseEscapeRopeText:: text "<PLAYER> used an" line "ESCAPE ROPE." done -Text_CantUseDigEscapeRopeHere_:: +_CantUseDigText:: text "Can't use that" line "here." done -Text_ReturnToLastMonCenter_:: +_TeleportReturnText:: text "Return to the last" line "#MON CENTER." done -Text_CantUseTeleportHere_:: +_CantUseTeleportText:: text "Can't use that" line "here." para "" done -Text_AlreadyUsingStrength_:: +_AlreadyUsingStrengthText:: text "A #MON is using" line "STRENGTH already." prompt -Text_UsedStrength_:: +_UseStrengthText:: text_ram wStringBuffer2 text " used" line "STRENGTH!" done -Text_AllowedToMoveBoulders_:: +_MoveBoulderText:: text_ram wStringBuffer1 text " can" line "move boulders." prompt -Text_AskStrength_:: +_AskStrengthText:: text "A #MON may be" line "able to move this." @@ -82,23 +82,23 @@ Text_AskStrength_:: line "STRENGTH?" done -Text_BouldersMayNowBeMoved_:: +_BouldersMoveText:: text "Boulders may now" line "be moved!" done -Text_MonMayBeAbleToMove_:: +_BouldersMayMoveText:: text "A #MON may be" line "able to move this." done -Text_UsedWhirlpool_:: +_UseWhirlpoolText:: text_ram wStringBuffer2 text " used" line "WHIRLPOOL!" prompt -Text_MightyWhirlpool_:: +_MayPassWhirlpoolText:: text "It's a vicious" line "whirlpool!" @@ -106,7 +106,7 @@ Text_MightyWhirlpool_:: line "able to pass it." done -Text_AskWhirlpool_:: +_AskWhirlpoolText:: text "A whirlpool is in" line "the way." @@ -114,17 +114,17 @@ Text_AskWhirlpool_:: line "WHIRLPOOL?" done -Text_DidAHeadbutt_:: +_UseHeadbuttText:: text_ram wStringBuffer2 text " did a" line "HEADBUTT!" prompt -Text_NothingFromHeadbutt_:: +_HeadbuttNothingText:: text "Nope. Nothing…" done -Text_AskHeadbutt_:: +_AskHeadbuttText:: text "A #MON could be" line "in this tree." @@ -132,18 +132,18 @@ Text_AskHeadbutt_:: line "it?" done -Text_UsedRockSmash_:: +_UseRockSmashText:: text_ram wStringBuffer2 text " used" line "ROCK SMASH!" prompt -Text_MayBeBreakable_:: +_MaySmashText:: text "A #MON may be" line "able to break it." done -Text_AskRockSmash_:: +_AskRockSmashText:: text "This rock looks" line "breakable." @@ -151,47 +151,48 @@ Text_AskRockSmash_:: line "SMASH?" done -Text_OhABite_:: +_RodBiteText:: text "Oh!" line "A bite!" prompt -Text_NotEvenANibble_:: +_RodNothingText:: text "Not even a nibble!" prompt -Text_NothingHereToFish_:: +; unused +_UnusedNothingHereText:: text "Looks like there's" line "nothing here." prompt -Text_CantGetOffBike_:: +_CantGetOffBikeText:: text "You can't get off" line "here!" done -Text_GotOnTheBike_:: +_GotOnBikeText:: text "<PLAYER> got on the" line "@" text_ram wStringBuffer2 text "." done -Text_GotOffTheBike_:: +_GotOffBikeText:: text "<PLAYER> got off" line "the @" text_ram wStringBuffer2 text "." done -Text_AskCut_:: +_AskCutText:: text "This tree can be" line "CUT!" para "Want to use CUT?" done -Text_MonCanCutThis_:: +_CanCutText:: text "This tree can be" line "CUT!" done @@ -209,7 +210,7 @@ _CantCarryItemText:: cont "items!" done -UnknownText_0x1c0a4e:: +_WhitedOutText:: text "<PLAYER> is out of" line "useable #MON!" @@ -217,24 +218,24 @@ UnknownText_0x1c0a4e:: line "out!" done -UnknownText_0x1c0a77:: +_ItemfinderItemNearbyText:: text "Yes! ITEMFINDER" line "indicates there's" cont "an item nearby." prompt -UnknownText_0x1c0aa9:: +_ItemfinderNopeText:: text "Nope! ITEMFINDER" line "isn't responding." prompt -UnknownText_0x1c0acc:: +_PoisonFaintText:: text_ram wStringBuffer3 text_start line "fainted!" prompt -UnknownText_0x1c0ada:: +_PoisonWhiteoutText:: text "<PLAYER> is out of" line "useable #MON!" @@ -242,18 +243,18 @@ UnknownText_0x1c0ada:: line "out!" prompt -UnknownText_0x1c0b03:: +_UseSweetScentText:: text_ram wStringBuffer3 text " used" line "SWEET SCENT!" done -UnknownText_0x1c0b1a:: +_SweetScentNothingText:: text "Looks like there's" line "nothing here…" done -UnknownText_0x1c0b3b:: +_SquirtbottleNothingText:: text "<PLAYER> sprinkled" line "water." @@ -261,26 +262,26 @@ UnknownText_0x1c0b3b:: line "happened…" done -UnknownText_0x1c0b65:: +_UseSacredAshText:: text "<PLAYER>'s #MON" line "were all healed!" done -Text_AnEGGCantHoldAnItem:: +_AnEggCantHoldAnItemText:: text "An EGG can't hold" line "an item." prompt -Text_PackNoItems_:: +_PackNoItemText:: text "No items." done -Text_ThrowAwayHowMany_:: +_AskThrowAwayText:: text "Throw away how" line "many?" done -Text_ConfirmThrowAway_:: +_AskQuantityThrowAwayText:: text "Throw away @" text_decimal wItemQuantityChangeBuffer, 1, 2 text_start @@ -289,46 +290,46 @@ Text_ConfirmThrowAway_:: text "(S)?" done -Text_ThrewAway_:: +_ThrewAwayText:: text "Threw away" line "@" text_ram wStringBuffer2 text "(S)." prompt -Text_ThisIsntTheTime_:: +_OakThisIsntTheTimeText:: text "OAK: <PLAYER>!" line "This isn't the" cont "time to use that!" prompt -Text_YouDontHaveAMon:: +_YouDontHaveAMonText:: text "You don't have a" line "#MON!" prompt -Text_RegisteredTheItem_:: +_RegisteredItemText:: text "Registered the" line "@" text_ram wStringBuffer2 text "." prompt -Text_CantRegisterThatItem_:: +_CantRegisterText:: text "You can't register" line "that item." prompt -Text_MoveItemWhere_:: +_AskItemMoveText:: text "Where should this" line "be moved to?" done -Text_PackEmptyString_:: +_PackEmptyText:: text_start done -Text_YouCantUseItInABattle:: +_YouCantUseItInABattleText:: text "You can't use it" line "in a battle." prompt @@ -372,94 +373,100 @@ _EndUsedMove5Text:: text "!" done -UnknownText_0x1c0cc6:: +Text_BattleEffectActivate:: text "<USER>'s" line "@" text_ram wStringBuffer2 - db "@@" + text_end + + text_end ; unused -UnknownText_0x1c0cd0:: +_BattleStatWentWayUpText:: text_pause text "<SCROLL>went way up!" prompt -UnknownText_0x1c0ce0:: +_BattleStatWentUpText:: text " went up!" prompt -UnknownText_0x1c0ceb:: +Text_BattleFoeEffectActivate:: text "<TARGET>'s" line "@" text_ram wStringBuffer2 - db "@@" + text_end + + text_end ; unused -UnknownText_0x1c0cf5:: +_BattleStatSharplyFellText:: text_pause text "<SCROLL>sharply fell!" prompt -UnknownText_0x1c0d06:: +_BattleStatFellText:: text " fell!" prompt -UnknownText_0x1c0d0e:: - text "<USER>@@" +Text_BattleUser:: + text "<USER>@" + text_end -UnknownText_0x1c0d12:: +_BattleMadeWhirlwindText:: text_start line "made a whirlwind!" prompt -UnknownText_0x1c0d26:: +_BattleTookSunlightText:: text_start line "took in sunlight!" prompt -UnknownText_0x1c0d3a:: +_BattleLoweredHeadText:: text_start line "lowered its head!" prompt -UnknownText_0x1c0d4e:: +_BattleGlowingText:: text_start line "is glowing!" prompt -UnknownText_0x1c0d5c:: +_BattleFlewText:: text_start line "flew up high!" prompt -UnknownText_0x1c0d6c:: +_BattleDugText:: text_start line "dug a hole!" prompt -UnknownText_0x1c0db0:: +Text_BreedHuh:: text "Huh?" - para "@@" + para "@" + text_end -UnknownText_0x1c0db8:: +_BreedClearboxText:: text_start done -UnknownText_0x1c0dba:: +_BreedEggHatchText:: text_ram wStringBuffer1 text " came" line "out of its EGG!@" sound_caught_mon text_promptbutton - db "@" + text_end -UnknownText_0x1c0dd8:: +_BreedAskNicknameText:: text "Give a nickname to" line "@" text_ram wStringBuffer1 text "?" done -UnknownText_0x1c0df3:: +_LeftWithDayCareLadyText:: text "It's @" text_ram wBreedMon2Nick text_start @@ -467,41 +474,41 @@ UnknownText_0x1c0df3:: cont "the DAY-CARE LADY." done -UnknownText_0x1c0e24:: +_LeftWithDayCareManText:: text "It's @" - text_ram wDayCareMan + 1 + text_ram wBreedMon1Nick text_start line "that was left with" cont "the DAY-CARE MAN." done -UnknownText_0x1c0e54:: +_BreedBrimmingWithEnergyText:: text "It's brimming with" line "energy." prompt -UnknownText_0x1c0e6f:: +_BreedNoInterestText:: text "It has no interest" line "in @" text_ram wStringBuffer1 text "." prompt -UnknownText_0x1c0e8d:: +_BreedAppearsToCareForText:: text "It appears to care" line "for @" text_ram wStringBuffer1 text "." prompt -UnknownText_0x1c0eac:: +_BreedFriendlyText:: text "It's friendly with" line "@" text_ram wStringBuffer1 text "." prompt -UnknownText_0x1c0ec6:: +_BreedShowsInterestText:: text "It shows interest" line "in @" text_ram wStringBuffer1 @@ -513,51 +520,51 @@ _EmptyMailboxText:: line "here." prompt -ClearedMailPutAwayText:: +_MailClearedPutAwayText:: text "The cleared MAIL" line "was put away." prompt -MailPackFullText:: +_MailPackFullText:: text "The PACK is full." prompt -MailMessageLostText:: +_MailMessageLostText:: text "The MAIL's message" line "will be lost. OK?" done -MailAlreadyHoldingItemText:: +_MailAlreadyHoldingItemText:: text "It's already hold-" line "ing an item." prompt -MailEggText:: +_MailEggText:: text "An EGG can't hold" line "any MAIL." prompt -MailMovedFromBoxText:: +_MailMovedFromBoxText:: text "The MAIL was moved" line "from the MAILBOX." prompt -Text_WasSentToBillsPC:: +_WasSentToBillsPCText:: text_ram wStringBuffer1 text " was" line "sent to BILL's PC." prompt -Text_GottaHavePokemon_:: +_PCGottaHavePokemonText:: text "You gotta have" line "#MON to call!" prompt -Text_BillsPCWhat_:: +_PCWhatText:: text "What?" done -Text_PleaseRemoveMailBeforeMovePkmnWOMail_:: +_PCMonHoldingMailText:: text "There is a #MON" line "holding MAIL." @@ -565,39 +572,39 @@ Text_PleaseRemoveMailBeforeMovePkmnWOMail_:: line "MAIL." prompt -Text_YouDontHaveASinglePokemon_:: +_PCNoSingleMonText:: text "You don't have a" line "single #MON!" prompt -Text_ItsYourLastPokemon_:: +_PCCantDepositLastMonText:: text "You can't deposit" line "your last #MON!" prompt -Text_CantTakeAnyMorePokemon_:: +_PCCantTakeText:: text "You can't take any" line "more #MON." prompt -Text_CaughtBugMon_:: +_ContestCaughtMonText:: text "Caught @" text_ram wStringBuffer1 text "!" prompt -UnknownText_0x1c10cf:: +_ContestAskSwitchText:: text "Switch #MON?" done -UnknownText_0x1c10dd:: +_ContestAlreadyCaughtText:: text "You already caught" line "a @" text_ram wStringBuffer1 text "." prompt -ContestJudging_FirstPlaceText:: +_ContestJudging_FirstPlaceText:: text "This Bug-Catching" line "Contest winner is@" text_pause @@ -609,9 +616,10 @@ ContestJudging_FirstPlaceText:: line "who caught a" cont "@" text_ram wStringBuffer1 - text "!@@" + text "!@" + text_end -ContestJudging_FirstPlaceScoreText:: +_ContestJudging_FirstPlaceScoreText:: text_start para "The winning score" @@ -620,7 +628,7 @@ ContestJudging_FirstPlaceScoreText:: text " points!" prompt -ContestJudging_SecondPlaceText:: +_ContestJudging_SecondPlaceText:: text "Placing second was" line "@" text_ram wBugContestWinnerName @@ -629,9 +637,10 @@ ContestJudging_SecondPlaceText:: para "who caught a" line "@" text_ram wStringBuffer1 - text "!@@" + text "!@" + text_end -ContestJudging_SecondPlaceScoreText:: +_ContestJudging_SecondPlaceScoreText:: text_start para "The score was" @@ -640,7 +649,7 @@ ContestJudging_SecondPlaceScoreText:: text " points!" prompt -ContestJudging_ThirdPlaceText:: +_ContestJudging_ThirdPlaceText:: text "Placing third was" line "@" text_ram wBugContestWinnerName @@ -649,9 +658,10 @@ ContestJudging_ThirdPlaceText:: para "who caught a" line "@" text_ram wStringBuffer1 - text "!@@" + text "!@" + text_end -ContestJudging_ThirdPlaceScoreText:: +_ContestJudging_ThirdPlaceScoreText:: text_start para "The score was" @@ -660,7 +670,7 @@ ContestJudging_ThirdPlaceScoreText:: text " points!" prompt -UnknownText_0x1c1203:: +_MagikarpGuruMeasureText:: text "Let me measure" line "that MAGIKARP." @@ -670,7 +680,7 @@ UnknownText_0x1c1203:: text "." prompt -UnknownText_0x1c123a:: +_KarpGuruRecordText:: text "CURRENT RECORD" para "@" @@ -679,9 +689,9 @@ UnknownText_0x1c123a:: line "@" text_ram wMagikarpRecordHoldersName text_promptbutton - db "@" + text_end -UnknownText_0x1c1261:: +_LuckyNumberMatchPartyText:: text "Congratulations!" para "We have a match" @@ -693,7 +703,7 @@ UnknownText_0x1c1261:: line "your party." prompt -UnknownText_0x1c12ae:: +_LuckyNumberMatchPCText:: text "Congratulations!" para "We have a match" @@ -705,7 +715,7 @@ UnknownText_0x1c12ae:: line "your PC BOX." prompt -UnknownText_0x1c12fc:: +_CaughtAskNicknameText:: text "Give a nickname to" line "the @" text_ram wStringBuffer1 @@ -713,18 +723,18 @@ UnknownText_0x1c12fc:: cont "received?" done -UnknownText_0x1c1328:: +_PokecenterPCCantUseText:: text "Bzzzzt! You must" line "have a #MON to" cont "use this!" prompt -UnknownText_0x1c1353:: +_PlayersPCTurnOnText:: text "<PLAYER> turned on" line "the PC." prompt -UnknownText_0x1c1368:: +_PlayersPCAskWhatDoText:: text "What do you want" line "to do?" done @@ -748,7 +758,7 @@ _PlayersPCNoRoomWithdrawText:: line "for more items." prompt -UnknownText_0x1c13df:: +_PlayersPCNoItemsText:: text "No items here!" prompt @@ -771,16 +781,16 @@ _PlayersPCNoRoomDepositText:: line "store items." prompt -UnknownText_0x1c144d:: +_PokecenterPCTurnOnText:: text "<PLAYER> turned on" line "the PC." prompt -UnknownText_0x1c1462:: +_PokecenterPCWhoseText:: text "Access whose PC?" done -UnknownText_0x1c1474:: +_PokecenterBillsPCText:: text "BILL's PC" line "accessed." @@ -788,14 +798,14 @@ UnknownText_0x1c1474:: line "System opened." prompt -UnknownText_0x1c14a4:: +_PokecenterPlayersPCText:: text "Accessed own PC." para "Item Storage" line "System opened." prompt -UnknownText_0x1c14d2:: +_PokecenterOaksPCText:: text "PROF.OAK's PC" line "accessed." @@ -803,7 +813,7 @@ UnknownText_0x1c14d2:: line "System opened." prompt -UnknownText_0x1c1505:: +_PokecenterPCOaksClosedText:: text "…" line "Link closed…" done @@ -973,27 +983,27 @@ _OakPCText4:: line "OAK's PC closed." done -UnknownText_0x1c1a5b:: +_DummyGameYeahText:: text " , yeah!" done -UnknownText_0x1c1a65:: +_DummyGameDarnText:: text "Darn…" done -UnknownText_0x1c1a6c:: +_StartMenuContestEndText:: text "Would you like to" line "end the Contest?" done -UnknownText_0x1c1a90:: +_ItemsTossOutHowManyText:: text "Toss out how many" line "@" text_ram wStringBuffer2 text "(S)?" done -UnknownText_0x1c1aad:: +_ItemsThrowAwayText:: text "Throw away @" text_decimal wItemQuantityChangeBuffer, 1, 2 text_start @@ -1002,25 +1012,25 @@ UnknownText_0x1c1aad:: text "(S)?" done -UnknownText_0x1c1aca:: +_ItemsDiscardedText:: text "Discarded" line "@" text_ram wStringBuffer1 text "(S)." prompt -UnknownText_0x1c1adf:: +_ItemsTooImportantText:: text "That's too impor-" line "tant to toss out!" prompt -UnknownText_0x1c1b03:: +_ItemsOakWarningText:: text "OAK: <PLAYER>!" line "This isn't the" cont "time to use that!" done -UnknownText_0x1c1b2c:: +_PokemonSwapItemText:: text "Took @" text_ram wMonOrItemNameBuffer text "'s" @@ -1034,7 +1044,7 @@ UnknownText_0x1c1b2c:: text "." prompt -UnknownText_0x1c1b57:: +_PokemonHoldItemText:: text "Made @" text_ram wMonOrItemNameBuffer text_start @@ -1043,23 +1053,23 @@ UnknownText_0x1c1b57:: text "." prompt -UnknownText_0x1c1b6f:: +_PokemonRemoveMailText:: text "Please remove the" line "MAIL first." prompt -UnknownText_0x1c1b8e:: +_PokemonNotHoldingText:: text_ram wMonOrItemNameBuffer text " isn't" line "holding anything." prompt -UnknownText_0x1c1baa:: +_ItemStorageFullText:: text "Item storage space" line "full." prompt -UnknownText_0x1c1bc4:: +_PokemonTookItemText:: text "Took @" text_ram wStringBuffer1 text_start @@ -1068,7 +1078,7 @@ UnknownText_0x1c1bc4:: text "." prompt -UnknownText_0x1c1bdc:: +_PokemonAskSwapItemText:: text_ram wMonOrItemNameBuffer text " is" line "already holding" @@ -1079,48 +1089,48 @@ UnknownText_0x1c1bdc:: line "Switch items?" done -UnknownText_0x1c1c09:: +_ItemCantHeldText:: text "This item can't be" line "held." prompt -UnknownText_0x1c1c22:: +_MailLoseMessageText:: text "The MAIL will lose" line "its message. OK?" done -UnknownText_0x1c1c47:: +_MailDetachedText:: text "MAIL detached from" line "@" text_ram wStringBuffer1 text "." prompt -UnknownText_0x1c1c62:: +_MailNoSpaceText:: text "There's no space" line "for removing MAIL." prompt -UnknownText_0x1c1c86:: +_MailAskSendToPCText:: text "Send the removed" line "MAIL to your PC?" done -UnknownText_0x1c1ca9:: +_MailboxFullText:: text "Your PC's MAILBOX" line "is full." prompt -UnknownText_0x1c1cc4:: +_MailSentToPCText:: text "The MAIL was sent" line "to your PC." prompt -UnknownText_0x1c1ce3:: +_PokemonNotEnoughHPText:: text "Not enough HP!" prompt -UnknownText_0x1c1cf3:: +_MayRegisterItemText:: text "An item in your" line "PACK may be" @@ -1128,7 +1138,7 @@ UnknownText_0x1c1cf3:: line "on SELECT Button." done -_ClockTimeUnknownText:: +_MainMenuTimeUnknownText:: text "Clock time unknown" done @@ -1149,11 +1159,12 @@ _OakText2:: text "This world is in-" line "habited by crea-" cont "tures that we call" - cont "#MON.@@" + cont "#MON.@" + text_end _OakText3:: text_promptbutton - db "@" + text_end _OakText4:: text "People and #MON" @@ -1207,7 +1218,7 @@ _OakText7:: line "later!" done -UnknownText_0x1c40e6:: +_ClockTimeMayBeWrongText:: text "The clock's time" line "may be wrong." @@ -1215,7 +1226,7 @@ UnknownText_0x1c40e6:: line "time." prompt -UnknownText_0x1c411c:: +_ClockSetWithControlPadText:: text "Set with the" line "Control Pad." @@ -1223,28 +1234,28 @@ UnknownText_0x1c411c:: line "Cancel: B Button" done -UnknownText_0x1c415b:: +_ClockIsThisOKText:: text "Is this OK?" done -UnknownText_0x1c4168:: +_ClockHasResetText:: text "The clock has been" line "reset." done -UnknownText_0x1c4183:: +_LinkTimeoutText:: text "Too much time has" line "elapsed. Please" cont "try again." prompt -UnknownText_0x1c41b1:: +_LinkTradeCantBattleText:: text "If you trade that" line "#MON, you won't" cont "be able to battle." prompt -UnknownText_0x1c41e6:: +_LinkAbnormalMonText:: text "Your friend's" line "@" text_ram wStringBuffer1 @@ -1252,54 +1263,54 @@ UnknownText_0x1c41e6:: cont "to be abnormal!" prompt -UnknownText_0x1c4212:: +_LinkAskTradeForText:: text "Trade @" - text_ram wTemporaryBuffer + text_ram wceef text_start line "for @" text_ram wStringBuffer1 text "?" done -UnknownText_0x1c454b:: +_WouldYouLikeToSaveTheGameText:: text "Would you like to" line "save the game?" done -UnknownText_0x1c456d:: +_SavingDontTurnOffThePowerText:: text "SAVING… DON'T TURN" line "OFF THE POWER." done -UnknownText_0x1c4590:: +_SavedTheGameText:: text "<PLAYER> saved" line "the game." done -UnknownText_0x1c45a3:: +_AlreadyASaveFileText:: text "There is already a" line "save file. Is it" cont "OK to overwrite?" done -UnknownText_0x1c45d9:: +_AnotherSaveFileText:: text "There is another" line "save file. Is it" cont "OK to overwrite?" done -UnknownText_0x1c460d:: +_SaveFileCorruptedText:: text "The save file is" line "corrupted!" prompt -UnknownText_0x1c462a:: +_ChangeBoxSaveText:: text "When you change a" line "#MON BOX, data" cont "will be saved. OK?" done -UnknownText_0x1c465f:: +_MoveMonWOMailSaveText:: text "Each time you move" line "a #MON, data" cont "will be saved. OK?" @@ -1310,7 +1321,7 @@ UnknownText_0x1c4693:: line "area was exceeded." done -UnknownText_0x1c46b7:: +_WindowPoppingErrorText:: text "No windows avail-" line "able for popping." done @@ -1323,22 +1334,22 @@ _ObjectEventText:: text "Object event." done -BGEventText_:: +_BGEventText:: text "BG event" done -CoordinatesEventText_:: +_CoordinatesEventText:: text "Coordinates event" done -UnknownText_0x1c4719:: +_ReceivedItemText:: text "<PLAYER> received" line "@" text_ram wStringBuffer4 text "." done -UnknownText_0x1c472c:: +_PutItemInPocketText:: text "<PLAYER> put the" line "@" text_ram wStringBuffer1 @@ -1348,7 +1359,7 @@ UnknownText_0x1c472c:: text "." prompt -UnknownText_0x1c474b:: +_PocketIsFullText:: text "The @" text_ram wStringBuffer3 text_start @@ -1384,11 +1395,11 @@ UnknownText_0x1c4be3:: line "is evolving!" done -UnknownText_0x1c4bfd:: +_MartHowManyText:: text "How many?" done -UnknownText_0x1c4c08:: +_MartFinalPriceText:: text_decimal wItemQuantityChangeBuffer, 1, 2 text " @" text_ram wStringBuffer2 @@ -1398,7 +1409,7 @@ UnknownText_0x1c4c08:: text "." done -UnknownText_0x1c4c28:: +_HerbShopLadyIntroText:: text "Hello, dear." para "I sell inexpensive" @@ -1413,11 +1424,11 @@ UnknownText_0x1c4c28:: para "Hehehehe…" done -UnknownText_0x1c4ca3:: +_HerbalLadyHowManyText:: text "How many?" done -UnknownText_0x1c4cae:: +_HerbalLadyFinalPriceText:: text_decimal wItemQuantityChangeBuffer, 1, 2 text " @" text_ram wStringBuffer2 @@ -1427,27 +1438,27 @@ UnknownText_0x1c4cae:: text "." done -UnknownText_0x1c4cce:: +_HerbalLadyThanksText:: text "Thank you, dear." line "Hehehehe…" done -UnknownText_0x1c4cea:: +_HerbalLadyPackFullText:: text "Oh? Your PACK is" line "full, dear." done -UnknownText_0x1c4d08:: +_HerbalLadyNoMoneyText:: text "Hehehe… You don't" line "have the money." done -UnknownText_0x1c4d2a:: +_HerbalLadyComeAgainText:: text "Come again, dear." line "Hehehehe…" done -UnknownText_0x1c4d47:: +_BargainShopIntroText:: text "Hiya! Care to see" line "some bargains?" @@ -1458,7 +1469,7 @@ UnknownText_0x1c4d47:: line "one of each item." done -UnknownText_0x1c4db0:: +_BargainShopFinalPriceText:: text_ram wStringBuffer2 text " costs" line "¥@" @@ -1466,41 +1477,41 @@ UnknownText_0x1c4db0:: text ". Want it?" done -UnknownText_0x1c4dcd:: +_BargainShopThanksText:: text "Thanks." done -UnknownText_0x1c4dd6:: +_BargainShopPackFullText:: text "Uh-oh, your PACK" line "is chock-full." done -UnknownText_0x1c4df7:: +_BargainShopSoldOutText:: text "You bought that" line "already. I'm all" cont "sold out of it." done -UnknownText_0x1c4e28:: +_BargainShopNoFundsText:: text "Uh-oh, you're" line "short on funds." done -UnknownText_0x1c4e46:: +_BargainShopComeAgainText:: text "Come by again" line "sometime." done -UnknownText_0x1c4e5f:: +_PharmacyIntroText:: text "What's up? Need" line "some medicine?" done -UnknownText_0x1c4e7e:: +_PharmacyHowManyText:: text "How many?" done -UnknownText_0x1c4e89:: +_PharmacyFinalPriceText:: text_decimal wItemQuantityChangeBuffer, 1, 2 text " @" text_ram wStringBuffer2 @@ -1510,35 +1521,36 @@ UnknownText_0x1c4e89:: text "." done -UnknownText_0x1c4eab:: +_PharmacyThanksText:: text "Thanks much!" done -UnknownText_0x1c4eb9:: +_PharmacyPackFullText:: text "You don't have any" line "more space." done -UnknownText_0x1c4ed8:: +_PharmacyNoMoneyText:: text "Huh? That's not" line "enough money." done -UnknownText_0x1c4ef6:: +_PharmacyComeAgainText:: text "All right." line "See you around." done -UnknownText_0x1c4f12:: +;unused +_NothingToSellText:: text "You don't have" line "anything to sell." prompt -UnknownText_0x1c4f33:: +_MartSellHowManyText:: text "How many?" done -UnknownText_0x1c4f3e:: +_MartSellPriceText:: text "I can pay you" line "¥@" text_decimal hMoneyTemp, 3, 6 @@ -1547,41 +1559,41 @@ UnknownText_0x1c4f3e:: para "Is that OK?" done -UnknownText_0x1c4f62:: +_MartWelcomeText:: text "Welcome! How may I" line "help you?" done -UnknownText_0x1c4f80:: +_MartThanksText:: text "Here you are." line "Thank you!" done -UnknownText_0x1c4f9a:: +_MartNoMoneyText:: text "You don't have" line "enough money." done -UnknownText_0x1c4fb7:: +_MartPackFullText:: text "You can't carry" line "any more items." done -UnknownText_0x1c4fd7:: +_MartCantBuyText:: text "Sorry, I can't buy" line "that from you." done -UnknownText_0x1c4ff9:: +_MartComeAgainText:: text "Please come again!" done -UnknownText_0x1c500d:: +_MartAskMoreText:: text "Can I do anything" line "else for you?" done -UnknownText_0x1c502e:: +_MartBoughtText:: text "Got ¥@" text_decimal hMoneyTemp, 3, 6 text " for" @@ -1590,7 +1602,7 @@ UnknownText_0x1c502e:: text "(S)." done -UnknownText_0x1c5049:: +_SlotsBetHowManyCoinsText:: text "Bet how many" line "coins?" - done
\ No newline at end of file + done diff --git a/data/text/common_3.asm b/data/text/common_3.asm index 503d5a76..4064b0f4 100644 --- a/data/text/common_3.asm +++ b/data/text/common_3.asm @@ -1,116 +1,117 @@ -UnknownText_0x1c505e:: +_SlotsStartText:: text "Start!" done -UnknownText_0x1c5066:: +_SlotsNotEnoughCoinsText:: text "Not enough" line "coins." prompt -UnknownText_0x1c5079:: +_SlotsRanOutOfCoinsText:: text "Darn… Ran out of" line "coins…" done -UnknownText_0x1c5092:: +_SlotsPlayAgainText:: text "Play again?" done -UnknownText_0x1c509f:: +_SlotsLinedUpText:: text "lined up!" line "Won @" text_ram wStringBuffer2 text " coins!" done -UnknownText_0x1c50bb:: +_SlotsDarnText:: text "Darn!" done -UnknownText_0x1c5821:: +_GearTodayText:: text_today - db "@" + text_end -UnknownText_0x1c5824:: +_GearEllipseText:: text "<……>" done -UnknownText_0x1c5827:: +_GearOutOfServiceText:: text "You're out of the" line "service area." prompt -UnknownText_0x1c5847:: +_PokegearAskWhoCallText:: text "Whom do you want" line "to call?" done -UnknownText_0x1c5862:: +_PokegearPressButtonText:: text "Press any button" line "to exit." done -UnknownText_0x1c587d:: +_PokegearAskDeleteText:: text "Delete this stored" line "phone number?" done -UnknownText_0x1c5565:: +_PhoneWrongNumberText:: text "Huh? Sorry, wrong" line "number!" done -UnknownText_0x1c5580:: +_PhoneClickText:: text "Click!" done -UnknownText_0x1c5588:: +_PhoneEllipseText:: text "<……>" done -UnknownText_0x1c558b:: +_PhoneOutOfAreaText:: text "That number is out" line "of the area." done -UnknownText_0x1c55ac:: +_PhoneJustTalkToThemText:: text "Just go talk to" line "that person!" done -UnknownText_0x1c55ca:: +_PhoneThankYouText:: text "Thank you!" done +; unused UnknownText_0x1c55d6:: text " :" done -UnknownText_0x1c55db:: +_PasswordAskResetText:: text "Password OK." line "Select CONTINUE &" cont "reset settings." prompt -UnknownText_0x1c560b:: +_PasswordWrongText:: text "Wrong password!" prompt -UnknownText_0x1c561c:: +_PasswordAskResetClockText:: text "Reset the clock?" done -UnknownText_0x1c562e:: +_PasswordAskEnterText:: text "Please enter the" line "password." done -UnknownText_0x1c564a:: +_ClearAllSaveDataText:: text "Clear all save" line "data area?" done -Text_LearnedMove_:: +_LearnedMoveText:: text_ram wMonOrItemNameBuffer text " learned" line "@" @@ -118,21 +119,21 @@ Text_LearnedMove_:: text "!@" sound_dex_fanfare_50_79 text_promptbutton - db "@" + text_end -Text_ForgetWhich_:: +_MoveAskForgetText:: text "Which move should" next "be forgotten?" done -Text_StopLearning_:: +_StopLearningMoveText:: text "Stop learning" line "@" text_ram wStringBuffer2 text "?" done -Text_DidNotLearn_:: +_DidNotLearnMoveText:: text_ram wMonOrItemNameBuffer text_start line "did not learn" @@ -141,7 +142,7 @@ Text_DidNotLearn_:: text "." prompt -Text_TryingToLearn_:: +_AskForgetMoveText:: text_ram wMonOrItemNameBuffer text " is" line "trying to learn" @@ -162,12 +163,14 @@ Text_TryingToLearn_:: text "?" done -Text_1_2_and_Poof_:: +Text_MoveForgetCount:: text "1, 2 and…@" text_pause - db "@@" + text_end -Text_PoofForgot_:: + text_end ; unused + +_MoveForgotText:: text " Poof!@" text_pause text_start @@ -182,47 +185,47 @@ Text_PoofForgot_:: para "And…" prompt -Text_CantForgetHM_:: +_MoveCantForgetHMText:: text "HM moves can't be" line "forgotten now." prompt -UnknownText_0x1c5793:: +_CardFlipPlayWithThreeCoinsText:: text "Play with three" line "coins?" done -UnknownText_0x1c57ab:: +_CardFlipNotEnoughCoinsText:: text "Not enough coins…" prompt -UnknownText_0x1c57be:: +_CardFlipChooseACardText:: text "Choose a card." done -UnknownText_0x1c57ce:: +_CardFlipPlaceYourBetText:: text "Place your bet." done -UnknownText_0x1c57df:: +_CardFlipPlayAgainText:: text "Want to play" line "again?" done -UnknownText_0x1c57f4:: +_CardFlipShuffledText:: text "The cards have" line "been shuffled." prompt -UnknownText_0x1c5813:: +_CardFlipYeahText:: text "Yeah!" done -UnknownText_0x1c581a:: +_CardFlipDarnText:: text "Darn…" done -Text_ThisMonCantBeCaught_:: +_BallDodgedText:: text "It dodged the" line "thrown BALL!" @@ -230,66 +233,68 @@ Text_ThisMonCantBeCaught_:: line "can't be caught!" prompt -Text_YouMissedThePokemon_:: +_BallMissedText:: text "You missed the" line "#MON!" prompt -Text_ThePokemonBrokeFree_:: +_BallBrokeFreeText:: text "Oh no! The #MON" line "broke free!" prompt -Text_AppearedToBeCaught_:: +_BallAppearedCaughtText:: text "Aww! It appeared" line "to be caught!" prompt -Text_AarghAlmostHadIt_:: +_BallAlmostHadItText:: text "Aargh!" line "Almost had it!" prompt -Text_ShootItWasSoCloseToo_:: +_BallSoCloseText:: text "Shoot! It was so" line "close too!" prompt -Text_GotchaMonWasCaught_:: +Text_BallCaught:: text "Gotcha! @" text_ram wEnemyMonNick text_start line "was caught!@" sound_caught_mon - db "@@" + text_end + + text_end ; unused -Text_Promptbutton_2:: +_WaitButtonText:: text_promptbutton - db "@" + text_end -Text_SentToBillsPC_:: +_BallSentToPCText:: text_ram wMonOrItemNameBuffer text " was" line "sent to BILL's PC." prompt -Text_MonNewlyAddedToPokedex_:: +_NewDexDataText:: text_ram wEnemyMonNick text "'s data" line "was newly added to" cont "the #DEX.@" sound_slot_machine_start text_promptbutton - db "@" + text_end -Text_AskNicknameNewlyCaughtMon_:: +_AskGiveNicknameText:: text "Give a nickname to" line "@" text_ram wStringBuffer1 text "?" done -Text_StatRoseFromVitamin_:: +_ItemStatRoseText:: text_ram wStringBuffer1 text "'s" line "@" @@ -297,18 +302,18 @@ Text_StatRoseFromVitamin_:: text " rose." prompt -Text_MilkDrinkCantBeUsed_:: +_ItemCantUseOnMonText:: text "That can't be used" line "on this #MON." prompt -Text_RepelUsedEarlierIsStillInEffect:: +_RepelUsedEarlierIsStillInEffectText:: text "The REPEL used" line "earlier is still" cont "in effect." prompt -Text_NowThatsACatchyTune_:: +_PlayedFluteText:: text "Played the #" line "FLUTE." @@ -316,50 +321,53 @@ Text_NowThatsACatchyTune_:: line "catchy tune!" prompt -Text_AllSleepingMonWokeUp_:: +_FluteWakeUpText:: text "All sleeping" line "#MON woke up." prompt -Text_PlayedThePokeFlute_:: +Text_PlayedPokeFlute:: text "<PLAYER> played the" line "# FLUTE.@" text_promptbutton - db "@@" + text_end + + text_end ; unused -Text_CoinCase_:: +; BUG: "done" is not a valid terminator here, needs to change to "text_end" +_CoinCaseCountText:: text "Coins:" line "@" text_decimal wCoins, 2, 4 done -Text_RaiseThePPOfWhichMove_:: +_RaiseThePPOfWhichMoveText:: text "Raise the PP of" line "which move?" done -Text_RestoreThePPOfWhichMove_:: +_RestoreThePPOfWhichMoveText:: text "Restore the PP of" line "which move?" done -Text_PPIsMaxedOut_:: +_PPIsMaxedOutText:: text_ram wStringBuffer2 text "'s PP" line "is maxed out." prompt -Text_PPsIncreased_:: +_PPsIncreasedText:: text_ram wStringBuffer2 text "'s PP" line "increased." prompt -Text_PPWasRestored_:: +_PPRestoredText:: text "PP was restored." prompt -Text_TrophyInside_:: +_SentTrophyHomeText:: text "There was a trophy" line "inside!@" sound_dex_fanfare_50_79 @@ -371,73 +379,73 @@ Text_TrophyInside_:: line "trophy home." prompt -Text_LooksBitter_:: +_ItemLooksBitterText:: text "It looks bitter…" prompt -Text_CantUseOnEgg_:: +_ItemCantUseOnEggText:: text "That can't be used" line "on an EGG." prompt -Text_IsntTheTimeToUseThat_:: +_ItemOakWarningText:: text "OAK: <PLAYER>!" line "This isn't the" cont "time to use that!" prompt -Text_BelongsToSomeoneElse_:: +_ItemBelongsToSomeoneElseText:: text "That belongs to" line "someone else!" prompt -Text_WontHaveAnyEffect_:: +_ItemWontHaveEffectText:: text "It won't have any" line "effect." prompt -Text_BlockedTheBall_:: +_BallBlockedText:: text "The trainer" line "blocked the BALL!" prompt -Text_DontBeAThief_:: +_BallDontBeAThiefText:: text "Don't be a thief!" prompt -Text_CyclingIsntAllowed_:: +_NoCyclingText:: text "Cycling isn't" line "allowed here." prompt -Text_CantGetOnYourItemNow_:: +_ItemCantGetOnText:: text "Can't get on your" line "@" text_ram wStringBuffer1 text " now." prompt -Text_CantUseBallBoxIsFull_:: +_BallBoxFullText:: text "The #MON BOX" line "is full. That" cont "can't be used now." prompt -Text_UsedItem_:: +_ItemUsedText:: text "<PLAYER> used the" line "@" text_ram wStringBuffer2 text "." done -Text_GotOnItem_:: +_ItemGotOnText:: text "<PLAYER> got on the@" text_low text_ram wStringBuffer2 text "." prompt -Text_GotOffItem_:: +_ItemGotOffText:: text "<PLAYER> got off@" text_low text "the @" @@ -445,7 +453,7 @@ Text_GotOffItem_:: text "." prompt -Text_KnowsMove_:: +_KnowsMoveText:: text_ram wStringBuffer1 text " knows" line "@" @@ -453,39 +461,39 @@ Text_KnowsMove_:: text "." prompt -UnknownText_0x1c5eba:: +_MoveKnowsOneText:: text "That #MON knows" line "only one move." done -UnknownText_0x1c5eda:: +_AskDeleteMoveText:: text "Oh, make it forget" line "@" text_ram wStringBuffer1 text "?" done -UnknownText_0x1c5ef5:: +_DeleterForgotMoveText:: text "Done! Your #MON" line "forgot the move." done -UnknownText_0x1c5f17:: +_DeleterEggText:: text "An EGG doesn't" line "know any moves!" done -UnknownText_0x1c5f36:: +_DeleterNoComeAgainText:: text "No? Come visit me" line "again." done -UnknownText_0x1c5f50:: +_DeleterAskWhichMoveText:: text "Which move should" line "it forget, then?" prompt -UnknownText_0x1c5f74:: +_DeleterIntroText:: text "Um… Oh, yes, I'm" line "the MOVE DELETER." @@ -496,43 +504,43 @@ UnknownText_0x1c5f74:: line "#MON forget?" done -UnknownText_0x1c5fd1:: +_DeleterAskWhichMonText:: text "Which #MON?" prompt -Text_DSTIsThatOK:: +_DSTIsThatOKText:: text " DST," line "is that OK?" done -UnknownText_0x1c5ff1:: +_TimeAskOkayText:: text "," line "is that OK?" done -UnknownText_0x1c6000:: +_TimesetAskDSTText:: text "Do you want to" line "switch to Daylight" cont "Saving Time?" done -UnknownText_0x1c6030:: +_TimesetDSTText:: text "I set the clock" line "forward by one" cont "hour." prompt -UnknownText_0x1c6056:: +_TimesetAskNotDSTText:: text "Is Daylight Saving" line "Time over?" done -UnknownText_0x1c6075:: +_TimesetNotDSTText:: text "I put the clock" line "back one hour." prompt -UnknownText_0x1c6095:: +_TimesetAskAdjustDSTText:: text "Do you want to" line "adjust your clock" @@ -540,7 +548,7 @@ UnknownText_0x1c6095:: line "Saving Time?" done -UnknownText_0x1c60d1:: +_MomLostGearBookletText:: text "I lost the in-" line "struction booklet" cont "for the #GEAR." diff --git a/data/text/dakutens.asm b/data/text/dakutens.asm new file mode 100644 index 00000000..7a53c71f --- /dev/null +++ b/data/text/dakutens.asm @@ -0,0 +1,15 @@ +Dakutens: + db "かが", "きぎ", "くぐ", "けげ", "こご" + db "さざ", "しじ", "すず", "せぜ", "そぞ" + db "ただ", "ちぢ", "つづ", "てで", "とど" + db "はば", "ひび", "ふぶ", "へべ", "ほぼ" + db "カガ", "キギ", "クグ", "ケゲ", "コゴ" + db "サザ", "シジ", "スズ", "セゼ", "ソゾ" + db "タダ", "チヂ", "ツヅ", "テデ", "トド" + db "ハバ", "ヒビ", "フブ", "へべ", "ホボ" + db -1 ; end + +Handakutens: + db "はぱ", "ひぴ", "ふぷ", "へぺ", "ほぽ" + db "ハパ", "ヒピ", "フプ", "へぺ", "ホポ" + db -1 ; end diff --git a/data/text/mail_input_chars.asm b/data/text/mail_input_chars.asm new file mode 100644 index 00000000..ac76e71e --- /dev/null +++ b/data/text/mail_input_chars.asm @@ -0,0 +1,17 @@ +; see engine/naming_screen.asm + +MailEntry_Uppercase: + db "A B C D E F G H I J" + db "K L M N O P Q R S T" + db "U V W X Y Z , ? !" + db "1 2 3 4 5 6 7 8 9 0" + db "<PK> <MN> <PO> <KE> é ♂ ♀ ¥ … ×" + db "lower DEL END " + +MailEntry_Lowercase: + db "a b c d e f g h i j" + db "k l m n o p q r s t" + db "u v w x y z . - /" + db "'d 'l 'm 'r 's 't 'v & ( )" + db "“ ” [ ] ' : ; " + db "UPPER DEL END " diff --git a/data/text/name_input_chars.asm b/data/text/name_input_chars.asm new file mode 100644 index 00000000..d8928914 --- /dev/null +++ b/data/text/name_input_chars.asm @@ -0,0 +1,31 @@ +; see engine/naming_screen.asm + +NameInputLower: + db "a b c d e f g h i" + db "j k l m n o p q r" + db "s t u v w x y z " + db "× ( ) : ; [ ] <PK> <MN>" + db "UPPER DEL END " + +BoxNameInputLower: + db "a b c d e f g h i" + db "j k l m n o p q r" + db "s t u v w x y z " + db "é 'd 'l 'm 'r 's 't 'v 0" + db "1 2 3 4 5 6 7 8 9" + db "UPPER DEL END " + +NameInputUpper: + db "A B C D E F G H I" + db "J K L M N O P Q R" + db "S T U V W X Y Z " + db "- ? ! / . , " + db "lower DEL END " + +BoxNameInputUpper: + db "A B C D E F G H I" + db "J K L M N O P Q R" + db "S T U V W X Y Z " + db "× ( ) : ; [ ] <PK> <MN>" + db "- ? ! ♂ ♀ / . , &" + db "lower DEL END " |
