wcf4b -> wStringBuffer

This commit is contained in:
Rangi 2021-08-28 17:02:20 -04:00
parent 236426138b
commit 7ee8a6509e
51 changed files with 112 additions and 114 deletions

View file

@ -60,7 +60,7 @@ _PokeCenterSignText::
_FoundItemText:: _FoundItemText::
text "<PLAYER> found" text "<PLAYER> found"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -18,7 +18,7 @@ _AIBattleUseItemText::
prompt prompt
_TradeWentToText:: _TradeWentToText::
text_ram wcf4b text_ram wStringBuffer
text " went" text " went"
line "to @" line "to @"
text_ram wLinkEnemyTrainerName text_ram wLinkEnemyTrainerName
@ -28,7 +28,7 @@ _TradeWentToText::
_TradeForText:: _TradeForText::
text "For <PLAYER>'s" text "For <PLAYER>'s"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "," text ","
done done
@ -70,7 +70,7 @@ _TradeWillTradeText::
_TradeforText:: _TradeforText::
text "for <PLAYER>'s" text "for <PLAYER>'s"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "." text "."
done done
@ -106,7 +106,7 @@ _OneMoreGoSlotMachineText::
_LinedUpText:: _LinedUpText::
text " lined up!" text " lined up!"
line "Scored @" line "Scored @"
text_ram wcf4b text_ram wStringBuffer
text " coins!" text " coins!"
done done
@ -1094,8 +1094,8 @@ _InsteadText::
cont "@" cont "@"
text_end text_end
_CF4BText:: _MoveNameText::
text_ram wcf4b text_ram wStringBuffer
text "@" text "@"
_ExclamationPoint1Text:: _ExclamationPoint1Text::
@ -1559,7 +1559,7 @@ _DepositWhichMonText::
done done
_MonWasStoredText:: _MonWasStoredText::
text_ram wcf4b text_ram wStringBuffer
text " was" text " was"
line "stored in Box @" line "stored in Box @"
text_ram wBoxNumString text_ram wBoxNumString
@ -1577,11 +1577,11 @@ _BoxFullText::
prompt prompt
_MonIsTakenOutText:: _MonIsTakenOutText::
text_ram wcf4b text_ram wStringBuffer
text " is" text " is"
line "taken out." line "taken out."
cont "Got @" cont "Got @"
text_ram wcf4b text_ram wStringBuffer
text "." text "."
prompt prompt
@ -1606,19 +1606,17 @@ _ReleaseWhichMonText::
_OnceReleasedText:: _OnceReleasedText::
text "Once released," text "Once released,"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text " is" text " is"
cont "gone forever. OK?" cont "gone forever. OK?"
done done
_MonWasReleasedText:: _MonWasReleasedText::
text_ram wcf4b text_ram wStringBuffer
text " was" text " was"
line "released outside." line "released outside."
cont "Bye @" cont "Bye @"
text_ram wStringBuffer
_CF4BExclamationText::
text_ram wcf4b
text "!" text "!"
prompt prompt

View file

@ -33,7 +33,7 @@ _ChooseABoxText::
text_end text_end
_EvolvedText:: _EvolvedText::
text_ram wcf4b text_ram wStringBuffer
text " evolved" text " evolved"
done done
@ -46,14 +46,14 @@ _IntoText::
_StoppedEvolvingText:: _StoppedEvolvingText::
text "Huh? @" text "Huh? @"
text_ram wcf4b text_ram wStringBuffer
text_start text_start
line "stopped evolving!" line "stopped evolving!"
prompt prompt
_IsEvolvingText:: _IsEvolvingText::
text "What? @" text "What? @"
text_ram wcf4b text_ram wStringBuffer
text_start text_start
line "is evolving!" line "is evolving!"
done done
@ -96,7 +96,7 @@ _FireDefrostedText::
_MonsStatsRoseText:: _MonsStatsRoseText::
text "<USER>'s" text "<USER>'s"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "@" text "@"
text_end text_end
@ -111,7 +111,7 @@ _RoseText::
_MonsStatsFellText:: _MonsStatsFellText::
text "<TARGET>'s" text "<TARGET>'s"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "@" text "@"
text_end text_end

View file

@ -27,7 +27,7 @@ _PokemartBuyingGreetingText::
done done
_PokemartTellBuyPriceText:: _PokemartTellBuyPriceText::
text_ram wcf4b text_ram wStringBuffer
text "?" text "?"
line "That will be" line "That will be"
cont "¥@" cont "¥@"
@ -85,7 +85,7 @@ _LearnedMove1Text::
text_ram wLearnMoveMonName text_ram wLearnMoveMonName
text " learned" text " learned"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end
@ -97,7 +97,7 @@ _WhichMoveToForgetText::
_AbandonLearningText:: _AbandonLearningText::
text "Abandon learning" text "Abandon learning"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "?" text "?"
done done
@ -106,7 +106,7 @@ _DidNotLearnText::
text_start text_start
line "did not learn" line "did not learn"
cont "@" cont "@"
text_ram wcf4b text_ram wStringBuffer
text "!" text "!"
prompt prompt
@ -115,7 +115,7 @@ _TryingToLearnText::
text " is" text " is"
line "trying to learn" line "trying to learn"
cont "@" cont "@"
text_ram wcf4b text_ram wStringBuffer
text "!" text "!"
para "But, @" para "But, @"
@ -127,7 +127,7 @@ _TryingToLearnText::
para "Delete an older" para "Delete an older"
line "move to make room" line "move to make room"
cont "for @" cont "for @"
text_ram wcf4b text_ram wStringBuffer
text "?" text "?"
done done

View file

@ -87,7 +87,7 @@ _SentToBoxText::
text " was" text " was"
cont "sent to #MON" cont "sent to #MON"
cont "BOX @" cont "BOX @"
text_ram wcf4b text_ram wStringBuffer
text " on PC!" text " on PC!"
done done

View file

@ -72,7 +72,7 @@ _VitaminStatRoseText::
text_ram wcd6d text_ram wcd6d
text "'s" text "'s"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text " rose." text " rose."
prompt prompt
@ -138,13 +138,13 @@ _RestorePPWhichTechniqueText::
done done
_PPMaxedOutText:: _PPMaxedOutText::
text_ram wcf4b text_ram wStringBuffer
text "'s PP" text "'s PP"
line "is maxed out." line "is maxed out."
prompt prompt
_PPIncreasedText:: _PPIncreasedText::
text_ram wcf4b text_ram wStringBuffer
text "'s PP" text "'s PP"
line "increased." line "increased."
prompt prompt
@ -164,11 +164,11 @@ _BootedUpHMText::
_TeachMachineMoveText:: _TeachMachineMoveText::
text "It contained" text "It contained"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!" text "!"
para "Teach @" para "Teach @"
text_ram wcf4b text_ram wStringBuffer
text_start text_start
line "to a #MON?" line "to a #MON?"
done done
@ -178,12 +178,12 @@ _MonCannotLearnMachineMoveText::
text " is not" text " is not"
line "compatible with" line "compatible with"
cont "@" cont "@"
text_ram wcf4b text_ram wStringBuffer
text "." text "."
para "It can't learn" para "It can't learn"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "." text "."
prompt prompt

View file

@ -3,7 +3,7 @@ _ItemUseText001::
text_end text_end
_ItemUseText002:: _ItemUseText002::
text_ram wcf4b text_ram wStringBuffer
text "!" text "!"
done done
@ -12,7 +12,7 @@ _GotOnBicycleText1::
text_end text_end
_GotOnBicycleText2:: _GotOnBicycleText2::
text_ram wcf4b text_ram wStringBuffer
text "!" text "!"
prompt prompt
@ -22,7 +22,7 @@ _GotOffBicycleText1::
_GotOffBicycleText2:: _GotOffBicycleText2::
text "the @" text "the @"
text_ram wcf4b text_ram wStringBuffer
text "." text "."
prompt prompt
@ -36,7 +36,7 @@ _ThrewAwayItemText::
_IsItOKToTossItemText:: _IsItOKToTossItemText::
text "Is it OK to toss" text "Is it OK to toss"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "?" text "?"
prompt prompt
@ -49,7 +49,7 @@ _AlreadyKnowsText::
text_ram wcd6d text_ram wcd6d
text " knows" text " knows"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!" text "!"
prompt prompt

View file

@ -2239,7 +2239,7 @@ UseBagItem:
ld a, [wcf91] ld a, [wcf91]
ld [wd11e], a ld [wd11e], a
call GetItemName call GetItemName
call CopyStringToCF4B ; copy name call CopyToStringBuffer
xor a xor a
ld [wPseudoItemID], a ld [wPseudoItemID], a
call UseItem call UseItem
@ -3544,7 +3544,7 @@ CheckPlayerStatusConditions:
ld a, RAGE ld a, RAGE
ld [wd11e], a ld [wd11e], a
call GetMoveName call GetMoveName
call CopyStringToCF4B call CopyToStringBuffer
xor a xor a
ld [wPlayerMoveEffect], a ld [wPlayerMoveEffect], a
ld hl, PlayerCanExecuteMove ld hl, PlayerCanExecuteMove
@ -3746,7 +3746,7 @@ PrintMoveName:
ret ret
_PrintMoveName: _PrintMoveName:
text_far _CF4BText text_far _MoveNameText
text_asm text_asm
ld hl, ExclamationPointPointerTable ld hl, ExclamationPointPointerTable
ld a, [wd11e] ; exclamation point num ld a, [wd11e] ; exclamation point num
@ -5108,7 +5108,7 @@ ReloadMoveData:
call IncrementMovePP call IncrementMovePP
; the follow two function calls are used to reload the move name ; the follow two function calls are used to reload the move name
call GetMoveName call GetMoveName
call CopyStringToCF4B call CopyToStringBuffer
ld a, $01 ld a, $01
and a and a
ret ret
@ -5609,7 +5609,7 @@ EnemyCanExecuteChargingMove:
ld [wNameListType], a ld [wNameListType], a
call GetName call GetName
ld de, wcd6d ld de, wcd6d
call CopyStringToCF4B call CopyToStringBuffer
EnemyCanExecuteMove: EnemyCanExecuteMove:
xor a xor a
ld [wMonIsDisobedient], a ld [wMonIsDisobedient], a
@ -6046,7 +6046,7 @@ CheckEnemyStatusConditions:
ld a, RAGE ld a, RAGE
ld [wd11e], a ld [wd11e], a
call GetMoveName call GetMoveName
call CopyStringToCF4B call CopyToStringBuffer
xor a xor a
ld [wEnemyMoveEffect], a ld [wEnemyMoveEffect], a
ld hl, EnemyCanExecuteMove ld hl, EnemyCanExecuteMove
@ -6088,7 +6088,7 @@ GetCurrentMove:
ld [wNameListType], a ld [wNameListType], a
call GetName call GetName
ld de, wcd6d ld de, wcd6d
jp CopyStringToCF4B jp CopyToStringBuffer
LoadEnemyMonData: LoadEnemyMonData:
ld a, [wLinkState] ld a, [wLinkState]

View file

@ -751,7 +751,7 @@ PrintStatText:
jr z, .findStatName_outer jr z, .findStatName_outer
jr .findStatName_inner jr .findStatName_inner
.foundStatName .foundStatName
ld de, wcf4b ld de, wStringBuffer
ld bc, $a ld bc, $a
jp CopyData jp CopyData

View file

@ -116,7 +116,7 @@ LoadFossilItemAndMonName::
ld a, [wFossilMon] ld a, [wFossilMon]
ld [wd11e], a ld [wd11e], a
call GetMonName call GetMonName
call CopyStringToCF4B call CopyToStringBuffer
ld a, [wFossilItem] ld a, [wFossilItem]
ld [wd11e], a ld [wd11e], a
call GetItemName call GetItemName

View file

@ -18,7 +18,7 @@ _GivePokemon::
callfar LoadEnemyMonData callfar LoadEnemyMonData
call SetPokedexOwnedFlag call SetPokedexOwnedFlag
callfar SendNewMonToBox callfar SendNewMonToBox
ld hl, wcf4b ld hl, wStringBuffer
ld a, [wCurrentBoxNum] ld a, [wCurrentBoxNum]
and $7f and $7f
cp 9 cp 9

View file

@ -159,7 +159,7 @@ DisplayPokemartDialogue_::
ld a, [wcf91] ; item ID ld a, [wcf91] ; item ID
ld [wd11e], a ; store item ID for GetItemName ld [wd11e], a ; store item ID for GetItemName
call GetItemName call GetItemName
call CopyStringToCF4B ; copy name to wcf4b call CopyToStringBuffer
ld hl, PokemartTellBuyPriceText ld hl, PokemartTellBuyPriceText
call PrintText call PrintText
hlcoord 14, 7 hlcoord 14, 7

View file

@ -1307,9 +1307,9 @@ ItemUseMedicine:
jr nz, .statNameInnerLoop jr nz, .statNameInnerLoop
jr .statNameLoop jr .statNameLoop
.gotStatName .gotStatName
ld de, wcf4b ld de, wStringBuffer
ld bc, 10 ld bc, 10
call CopyData ; copy the stat's name to wcf4b call CopyData ; copy the stat's name to wStringBuffer
ld a, SFX_HEAL_AILMENT ld a, SFX_HEAL_AILMENT
call PlaySound call PlaySound
ld hl, VitaminStatRoseText ld hl, VitaminStatRoseText
@ -1984,7 +1984,7 @@ ItemUsePPRestore:
ld a, [hl] ld a, [hl]
ld [wd11e], a ld [wd11e], a
call GetMoveName call GetMoveName
call CopyStringToCF4B ; copy name to wcf4b call CopyToStringBuffer
pop hl pop hl
ld a, [wPPRestoreItem] ld a, [wPPRestoreItem]
cp ETHER cp ETHER
@ -2161,7 +2161,7 @@ ItemUseTMHM:
ld a, [wd11e] ld a, [wd11e]
ld [wMoveNum], a ld [wMoveNum], a
call GetMoveName call GetMoveName
call CopyStringToCF4B ; copy name to wcf4b call CopyToStringBuffer
pop af pop af
ld hl, BootedUpTMText ld hl, BootedUpTMText
jr nc, .printBootedUpMachineText jr nc, .printBootedUpMachineText
@ -2187,7 +2187,7 @@ ItemUseTMHM:
ld a, [wcf91] ld a, [wcf91]
push af push af
.chooseMon .chooseMon
ld hl, wcf4b ld hl, wStringBuffer
ld de, wTempMoveNameBuffer ld de, wTempMoveNameBuffer
ld bc, 14 ld bc, 14
call CopyData ; save the move name because DisplayPartyMenu will overwrite it call CopyData ; save the move name because DisplayPartyMenu will overwrite it
@ -2198,7 +2198,7 @@ ItemUseTMHM:
call DisplayPartyMenu call DisplayPartyMenu
push af push af
ld hl, wTempMoveNameBuffer ld hl, wTempMoveNameBuffer
ld de, wcf4b ld de, wStringBuffer
ld bc, 14 ld bc, 14
call CopyData call CopyData
pop af pop af
@ -2553,7 +2553,7 @@ TossItem_::
ld a, [wcf91] ld a, [wcf91]
ld [wd11e], a ld [wd11e], a
call GetItemName call GetItemName
call CopyStringToCF4B ; copy name to wcf4b call CopyToStringBuffer
ld hl, IsItOKToTossItemText ld hl, IsItOKToTossItemText
call PrintText call PrintText
hlcoord 14, 7 hlcoord 14, 7
@ -2573,7 +2573,7 @@ TossItem_::
ld a, [wcf91] ld a, [wcf91]
ld [wd11e], a ld [wd11e], a
call GetItemName call GetItemName
call CopyStringToCF4B ; copy name to wcf4b call CopyToStringBuffer
ld hl, ThrewAwayItemText ld hl, ThrewAwayItemText
call PrintText call PrintText
pop hl pop hl

View file

@ -39,7 +39,7 @@ AskName:
pop hl pop hl
pop af pop af
ld [wUpdateSpritesEnabled], a ld [wUpdateSpritesEnabled], a
ld a, [wcf4b] ld a, [wStringBuffer]
cp "@" cp "@"
ret nz ret nz
.declinedNickname .declinedNickname
@ -63,7 +63,7 @@ DisplayNameRaterScreen::
call GBPalWhiteOutWithDelay3 call GBPalWhiteOutWithDelay3
call RestoreScreenTilesAndReloadTilePatterns call RestoreScreenTilesAndReloadTilePatterns
call LoadGBPal call LoadGBPal
ld a, [wcf4b] ld a, [wStringBuffer]
cp "@" cp "@"
jr z, .playerCancelled jr z, .playerCancelled
ld hl, wPartyMonNicks ld hl, wPartyMonNicks
@ -109,7 +109,7 @@ DisplayNamingScreen:
ld a, 7 ld a, 7
ld [wMaxMenuItem], a ld [wMaxMenuItem], a
ld a, "@" ld a, "@"
ld [wcf4b], a ld [wStringBuffer], a
xor a xor a
ld hl, wNamingScreenSubmitName ld hl, wNamingScreenSubmitName
ld [hli], a ld [hli], a
@ -157,7 +157,7 @@ DisplayNamingScreen:
.submitNickname .submitNickname
pop de pop de
ld hl, wcf4b ld hl, wStringBuffer
ld bc, NAME_LENGTH ld bc, NAME_LENGTH
call CopyData call CopyData
call GBPalWhiteOutWithDelay3 call GBPalWhiteOutWithDelay3
@ -375,7 +375,7 @@ PrintNicknameAndUnderscores:
lb bc, 1, 10 lb bc, 1, 10
call ClearScreenArea call ClearScreenArea
hlcoord 10, 2 hlcoord 10, 2
ld de, wcf4b ld de, wStringBuffer
call PlaceString call PlaceString
hlcoord 10, 3 hlcoord 10, 3
ld a, [wNamingScreenType] ld a, [wNamingScreenType]
@ -437,9 +437,9 @@ DakutensAndHandakutens:
INCLUDE "data/text/dakutens.asm" INCLUDE "data/text/dakutens.asm"
; calculates the length of the string at wcf4b and stores it in c ; calculates the length of the string at wStringBuffer and stores it in c
CalcStringLength: CalcStringLength:
ld hl, wcf4b ld hl, wStringBuffer
ld c, $0 ld c, $0
.loop .loop
ld a, [hl] ld a, [hl]

View file

@ -367,7 +367,7 @@ StartMenu_Item::
ld a, [wcf91] ld a, [wcf91]
ld [wd11e], a ld [wd11e], a
call GetItemName call GetItemName
call CopyStringToCF4B ; copy name to wcf4b call CopyToStringBuffer
ld a, [wcf91] ld a, [wcf91]
cp BICYCLE cp BICYCLE
jr nz, .notBicycle2 jr nz, .notBicycle2

View file

@ -15,7 +15,7 @@ ChoosePlayerName:
xor a ; NAME_PLAYER_SCREEN xor a ; NAME_PLAYER_SCREEN
ld [wNamingScreenType], a ld [wNamingScreenType], a
call DisplayNamingScreen call DisplayNamingScreen
ld a, [wcf4b] ld a, [wStringBuffer]
cp "@" cp "@"
jr z, .customName jr z, .customName
call ClearScreen call ClearScreen
@ -48,7 +48,7 @@ ChooseRivalName:
ld a, NAME_RIVAL_SCREEN ld a, NAME_RIVAL_SCREEN
ld [wNamingScreenType], a ld [wNamingScreenType], a
call DisplayNamingScreen call DisplayNamingScreen
ld a, [wcf4b] ld a, [wStringBuffer]
cp "@" cp "@"
jr z, .customName jr z, .customName
call ClearScreen call ClearScreen

View file

@ -189,7 +189,7 @@ LoadTradingGFXAndMonNames:
ld [wd11e], a ld [wd11e], a
call GetMonName call GetMonName
ld hl, wcd6d ld hl, wcd6d
ld de, wcf4b ld de, wStringBuffer
ld bc, NAME_LENGTH ld bc, NAME_LENGTH
call CopyData call CopyData
ld a, [wTradedEnemyMonSpecies] ld a, [wTradedEnemyMonSpecies]

View file

@ -10,7 +10,7 @@ Trade_PrintPlayerMonInfoText:
lb bc, LEADING_ZEROES | 1, 3 lb bc, LEADING_ZEROES | 1, 3
call PrintNumber call PrintNumber
hlcoord 5, 2 hlcoord 5, 2
ld de, wcf4b ld de, wStringBuffer
call PlaceString call PlaceString
hlcoord 8, 4 hlcoord 8, 4
ld de, wTradedPlayerMonOT ld de, wTradedPlayerMonOT

View file

@ -114,7 +114,7 @@ Evolution_PartyMonLoop: ; loop over party mons
ld a, [wWhichPokemon] ld a, [wWhichPokemon]
ld hl, wPartyMonNicks ld hl, wPartyMonNicks
call GetPartyMonName call GetPartyMonName
call CopyStringToCF4B call CopyToStringBuffer
ld hl, IsEvolvingText ld hl, IsEvolvingText
call PrintText call PrintText
ld c, 50 ld c, 50
@ -268,7 +268,7 @@ RenameEvolvedMon:
pop af pop af
ld [wd0b5], a ld [wd0b5], a
ld hl, wcd6d ld hl, wcd6d
ld de, wcf4b ld de, wStringBuffer
.compareNamesLoop .compareNamesLoop
ld a, [de] ld a, [de]
inc de inc de
@ -368,7 +368,7 @@ LearnMoveFromLevelUp:
ld [wMoveNum], a ld [wMoveNum], a
ld [wd11e], a ld [wd11e], a
call GetMoveName call GetMoveName
call CopyStringToCF4B call CopyToStringBuffer
predef LearnMove predef LearnMove
.done .done
ld a, [wcf91] ld a, [wcf91]

View file

@ -445,7 +445,7 @@ SlotMachine_CheckForMatches:
ld a, [hli] ld a, [hli]
ld h, [hl] ld h, [hl]
ld l, a ld l, a
ld de, wcf4b ld de, wStringBuffer
ld bc, 4 ld bc, 4
call CopyData call CopyData
pop hl pop hl

View file

@ -1,9 +1,9 @@
; copies a string from [de] to [wcf4b] ; copies a string from de to wStringBuffer
CopyStringToCF4B:: CopyToStringBuffer::
ld hl, wcf4b ld hl, wStringBuffer
; fall through ; fall through
; copies a string from [de] to [hl] ; copies a string from de to hl
CopyString:: CopyString::
ld a, [de] ld a, [de]
inc de inc de

View file

@ -1,6 +1,6 @@
GiveItem:: GiveItem::
; Give player quantity c of item b, ; Give player quantity c of item b,
; and copy the item's name to wcf4b. ; and copy the item's name to wStringBuffer.
; Return carry on success. ; Return carry on success.
ld a, b ld a, b
ld [wd11e], a ld [wd11e], a
@ -11,7 +11,7 @@ GiveItem::
call AddItemToInventory call AddItemToInventory
ret nc ret nc
call GetItemName call GetItemName
call CopyStringToCF4B call CopyToStringBuffer
scf scf
ret ret

View file

@ -157,7 +157,7 @@ DisplayListMenuIDLoop::
call GetPartyMonName call GetPartyMonName
.storeChosenEntry ; store the menu entry that the player chose and return .storeChosenEntry ; store the menu entry that the player chose and return
ld de, wcd6d ld de, wcd6d
call CopyStringToCF4B ; copy name to wcf4b call CopyToStringBuffer
ld a, CHOSE_MENU_ITEM ld a, CHOSE_MENU_ITEM
ld [wMenuExitMethod], a ld [wMenuExitMethod], a
ld a, [wCurrentMenuItem] ld a, [wCurrentMenuItem]

View file

@ -56,7 +56,7 @@ _BillThankYouText::
_SSTicketReceivedText:: _SSTicketReceivedText::
text "<PLAYER> received" text "<PLAYER> received"
line "an @" line "an @"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -14,7 +14,7 @@ _DaisyOfferMapText::
_GotMapText:: _GotMapText::
text "<PLAYER> got a" text "<PLAYER> got a"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -42,7 +42,7 @@ _TM41PreText::
_ReceivedTM41Text:: _ReceivedTM41Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -44,7 +44,7 @@ _CeladonDinerText_491a7::
_ReceivedCoinCaseText:: _ReceivedCoinCaseText::
text "<PLAYER> received" text "<PLAYER> received"
line "a @" line "a @"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -64,7 +64,7 @@ _ErikaRainbowBadgeInfoText::
_ReceivedTM21Text:: _ReceivedTM21Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -10,7 +10,7 @@ _TM18PreReceiveText::
_ReceivedTM18Text:: _ReceivedTM18Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -17,7 +17,7 @@ _CeladonMartRoofText_484f3::
_CeladonMartRoofText_484f9:: _CeladonMartRoofText_484f9::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end
@ -25,7 +25,7 @@ _CeladonMartRoofText_484fe::
text_start text_start
para "@" para "@"
text_ram wcf4b text_ram wStringBuffer
text " contains" text " contains"
line "ICE BEAM!" line "ICE BEAM!"
@ -47,7 +47,7 @@ _CeladonMartRoofText_48504::
_CeladonMartRoofText_4850a:: _CeladonMartRoofText_4850a::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end
@ -55,7 +55,7 @@ _CeladonMartRoofText_4850f::
text_start text_start
para "@" para "@"
text_ram wcf4b text_ram wStringBuffer
text " contains" text " contains"
line "ROCK SLIDE!" line "ROCK SLIDE!"
@ -137,7 +137,7 @@ _VendingMachineText4::
done done
_VendingMachineText5:: _VendingMachineText5::
text_ram wcf4b text_ram wStringBuffer
text_start text_start
line "popped out!" line "popped out!"
done done

View file

@ -45,7 +45,7 @@ _BlaineVolcanoBadgeInfoText::
_ReceivedTM38Text:: _ReceivedTM38Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -30,7 +30,7 @@ _Lab4Text_75dd5::
line "back to life!" line "back to life!"
para "It was @" para "It was @"
text_ram wcf4b text_ram wStringBuffer
text_start text_start
line "like I think!" line "like I think!"
prompt prompt
@ -43,7 +43,7 @@ _Lab4Text_610ae::
para "It is fossil of" para "It is fossil of"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text ", a" text ", a"
cont "#MON that is" cont "#MON that is"
cont "already extinct!" cont "already extinct!"

View file

@ -9,7 +9,7 @@ _TM35PreReceiveText::
_ReceivedTM35Text:: _ReceivedTM35Text::
text "<PLAYER> received " text "<PLAYER> received "
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -29,7 +29,7 @@ _TM31PreReceiveText::
_ReceivedTM31Text:: _ReceivedTM31Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -19,7 +19,7 @@ _FuchsiaHouse3Text_561c2::
para "<PLAYER> received" para "<PLAYER> received"
line "a @" line "a @"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -27,7 +27,7 @@ _KogaSoulBadgeInfoText::
_ReceivedTM06Text:: _ReceivedTM06Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -50,7 +50,7 @@ _LavenderHouse1Text_1d94c::
_ReceivedFluteText:: _ReceivedFluteText::
text "<PLAYER> received" text "<PLAYER> received"
line "a @" line "a @"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -8,7 +8,7 @@ _TM29PreReceiveText::
_ReceivedTM29Text:: _ReceivedTM29Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -11,7 +11,7 @@ _MtMoon3Text_49f64::
_MtMoon3Text_49f6f:: _MtMoon3Text_49f6f::
text "<PLAYER> got the" text "<PLAYER> got the"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -85,7 +85,7 @@ FanClubChairStoryText::
ReceivedBikeVoucherText:: ReceivedBikeVoucherText::
text "<PLAYER> received" text "<PLAYER> received"
line "a @" line "a @"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -15,7 +15,7 @@ _Route1ViridianMartSampleText::
_Route1Text_1cae8:: _Route1Text_1cae8::
text "<PLAYER> got" text "<PLAYER> got"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -18,7 +18,7 @@ _Route12HouseText_564c5::
para "<PLAYER> received" para "<PLAYER> received"
line "a @" line "a @"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -14,7 +14,7 @@ _Route24Text_51515::
_Route24Text_5151a:: _Route24Text_5151a::
text "<PLAYER> received" text "<PLAYER> received"
line "a @" line "a @"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -34,7 +34,7 @@ _ReceivingHM01Text::
_ReceivedHM01Text:: _ReceivedHM01Text::
text "<PLAYER> got" text "<PLAYER> got"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -17,7 +17,7 @@ _SecretHouseText_4a350::
_ReceivedHM03Text:: _ReceivedHM03Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -22,7 +22,7 @@ _SilphCoPresidentText::
_ReceivedSilphCoMasterBallText:: _ReceivedSilphCoMasterBallText::
text "<PLAYER> got a" text "<PLAYER> got a"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -12,7 +12,7 @@ _SilphCo2Text_59ded::
_ReceivedTM36Text:: _ReceivedTM36Text::
text "<PLAYER> got" text "<PLAYER> got"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -26,7 +26,7 @@ _LTSurgeThunderBadgeInfoText::
_ReceivedTM24Text:: _ReceivedTM24Text::
text "<PLAYER> received " text "<PLAYER> received "
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -18,7 +18,7 @@ _VermilionHouse2Text_560b6::
para "<PLAYER> received" para "<PLAYER> received"
line "an @" line "an @"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -46,7 +46,7 @@ _WardenThankYouText::
_ReceivedHM04Text:: _ReceivedHM04Text::
text "<PLAYER> received" text "<PLAYER> received"
line "@" line "@"
text_ram wcf4b text_ram wStringBuffer
text "!@" text "!@"
text_end text_end

View file

@ -1055,7 +1055,7 @@ wPartyMenuBlkPacket:: ds $30
NEXTU NEXTU
ds 29 ds 29
; storage buffer for various strings ; storage buffer for various strings
wcf4b:: ds 20 wStringBuffer:: ds 20
NEXTU NEXTU
ds 29 ds 29