diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-30 23:37:15 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-30 23:50:43 -0400 |
commit | 03bc01bf4efea42661600089af1a8ff787a093a5 (patch) | |
tree | cade8dc8d5d3aff4d849d0275d5f7b99022f3d13 /data | |
parent | 35f6c55eac49c0357bb7939f0e4c2667f09821d3 (diff) |
Add engine/link/link.asm and engine/link/mystery_gift.asm
Diffstat (limited to 'data')
-rw-r--r-- | data/items/catch_rate_items.asm | 18 | ||||
-rwxr-xr-x | data/text/common_1.asm | 58 | ||||
-rw-r--r-- | data/text/common_2.asm | 16 |
3 files changed, 55 insertions, 37 deletions
diff --git a/data/items/catch_rate_items.asm b/data/items/catch_rate_items.asm new file mode 100644 index 00000000..9c39afac --- /dev/null +++ b/data/items/catch_rate_items.asm @@ -0,0 +1,18 @@ +; Pokémon traded from RBY do not have held items, so GSC usually interprets the +; catch rate as an item. However, if the catch rate appears in this table, the +; item associated with the table entry is used instead. + +TimeCapsule_CatchRateItems: + db ITEM_19, LEFTOVERS + db ITEM_2D, BITTER_BERRY + db ITEM_32, GOLD_BERRY + db ITEM_5A, BERRY + db ITEM_64, BERRY + db ITEM_78, BERRY + db ITEM_87, BERRY + db ITEM_BE, BERRY + db ITEM_C3, BERRY + db ITEM_DC, BERRY + db ITEM_FA, BERRY + db -1, BERRY + db 0 ; end diff --git a/data/text/common_1.asm b/data/text/common_1.asm index 51fe6cf5..fab936d0 100755 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -362,38 +362,38 @@ _LookGiantDecoText:: 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 +401,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 +432,7 @@ UnknownText_0x1bc739:: text "," done -UnknownText_0x1bc74c:: +_OTSendsText:: text_ram wOTTrademonSenderName text " sends" line "@" @@ -440,14 +440,14 @@ UnknownText_0x1bc74c:: text "." done -UnknownText_0x1bc75e:: +_WillTradeText:: text_ram wOTTrademonSenderName text " will" line "trade @" text_ram wOTTrademonSpeciesName db "@@" -UnknownText_0x1bc774:: +_ForYourMonWillTradeText:: text "for @" text_ram wPlayerTrademonSenderName text "'s" @@ -1705,15 +1705,15 @@ _PlayerPickedUpPayDayMoney:: 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 @@ -1725,7 +1725,7 @@ UnknownText_0x1c0396:: line "to a #MON?" done -UnknownText_0x1c03c2:: +_TMHMNotCompatibleText:: text_ram wStringBuffer2 text " is" line "not compatible" @@ -1739,7 +1739,7 @@ UnknownText_0x1c03c2:: text "." prompt -UnknownText_0x1c03fa:: +_NoRoomTMHMText:: text "You have no room" line "for any more" cont "@" @@ -1747,44 +1747,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 "@" @@ -1792,7 +1792,7 @@ UnknownText_0x1c04e9:: text "." prompt -UnknownText_0x1c04fa:: +_MysteryGiftSentHomeText:: text_ram wMysteryGiftPartnerName text " sent" line "@" diff --git a/data/text/common_2.asm b/data/text/common_2.asm index d61544e2..b2ff0450 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -1207,7 +1207,7 @@ _OakText7:: line "later!" done -UnknownText_0x1c40e6:: +_ClockTimeMayBeWrongText:: text "The clock's time" line "may be wrong." @@ -1215,7 +1215,7 @@ UnknownText_0x1c40e6:: line "time." prompt -UnknownText_0x1c411c:: +_ClockSetWithControlPadText:: text "Set with the" line "Control Pad." @@ -1223,28 +1223,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,7 +1252,7 @@ UnknownText_0x1c41e6:: cont "to be abnormal!" prompt -UnknownText_0x1c4212:: +_LinkAskTradeForText:: text "Trade @" text_ram wceef text_start |