You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Resolve issue #575: Rename text commands
This commit is contained in:
@@ -508,7 +508,7 @@ LinkTimeout:
|
||||
.TooMuchTimeHasElapsed:
|
||||
; Too much time has elapsed. Please try again.
|
||||
text_far UnknownText_0x1c4183
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
ExchangeBytes:
|
||||
ld a, TRUE
|
||||
@@ -1490,7 +1490,7 @@ Function28926:
|
||||
.Text_CantTradeLastMon:
|
||||
; If you trade that #MON, you won't be able to battle.
|
||||
text_far UnknownText_0x1c41b1
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.String_Stats_Trade:
|
||||
db "STATS TRADE@"
|
||||
@@ -1498,7 +1498,7 @@ Function28926:
|
||||
.Text_Abnormal:
|
||||
; Your friend's @ appears to be abnormal!
|
||||
text_far UnknownText_0x1c41e6
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Function28ac9:
|
||||
ld a, [wMenuCursorY]
|
||||
@@ -1951,7 +1951,7 @@ String28eab:
|
||||
UnknownText_0x28eb8:
|
||||
; Trade @ for @ ?
|
||||
text_far UnknownText_0x1c4212
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
String28ebd:
|
||||
db "Trade completed!@"
|
||||
|
@@ -129,35 +129,35 @@ DoMysteryGift:
|
||||
|
||||
.Text_LinkCanceled:
|
||||
text_far UnknownText_0x1c0436
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_CommunicationError:
|
||||
text_far UnknownText_0x1c0454
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_ReceiveGiftAtCounter:
|
||||
text_far UnknownText_0x1c046a
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_FriendNotReady:
|
||||
text_far UnknownText_0x1c048e
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_MaxFiveGifts:
|
||||
text_far UnknownText_0x1c04a7
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_MaxOneGiftPerPerson:
|
||||
text_far UnknownText_0x1c04c6
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_Sent:
|
||||
text_far UnknownText_0x1c04e9
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_SentToHome:
|
||||
text_far UnknownText_0x1c04fa
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.CheckAlreadyGotFiveGiftsToday:
|
||||
call GetMysteryGiftBank
|
||||
@@ -1491,23 +1491,23 @@ String_PressAToLink_BToCancel_JP:
|
||||
|
||||
Text_ReceivedCard:
|
||||
text_far UnknownText_0x1c051a
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Text_ListedCardAsNumber:
|
||||
text_far UnknownText_0x1c0531
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Text_CardNotRegistered:
|
||||
text_far UnknownText_0x1c0555
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Text_MGLinkCanceled:
|
||||
text_far UnknownText_0x1c0573
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Text_MGCommError:
|
||||
text_far UnknownText_0x1c0591
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Function105777:
|
||||
call ClearSprites
|
||||
|
Reference in New Issue
Block a user