mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
text/common.asm is only for std scripts.
This commit is contained in:
parent
794410352f
commit
67d38da5b0
@ -67,33 +67,33 @@ PokeCenterNurseScript:
|
|||||||
.morn
|
.morn
|
||||||
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
||||||
iftrue .morn_comcenter
|
iftrue .morn_comcenter
|
||||||
farwritetext UnknownText_0x1b0000
|
farwritetext NurseMornText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
jump .ok
|
jump .ok
|
||||||
.morn_comcenter
|
.morn_comcenter
|
||||||
farwritetext UnknownText_0x1b008a
|
farwritetext PokeComNurseMornText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
jump .ok
|
jump .ok
|
||||||
|
|
||||||
.day
|
.day
|
||||||
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
||||||
iftrue .day_comcenter
|
iftrue .day_comcenter
|
||||||
farwritetext UnknownText_0x1b002b
|
farwritetext NurseDayText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
jump .ok
|
jump .ok
|
||||||
.day_comcenter
|
.day_comcenter
|
||||||
farwritetext UnknownText_0x1b00d6
|
farwritetext PokeComNurseDayText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
jump .ok
|
jump .ok
|
||||||
|
|
||||||
.nite
|
.nite
|
||||||
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
||||||
iftrue .nite_comcenter
|
iftrue .nite_comcenter
|
||||||
farwritetext UnknownText_0x1b004f
|
farwritetext NurseNiteText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
jump .ok
|
jump .ok
|
||||||
.nite_comcenter
|
.nite_comcenter
|
||||||
farwritetext UnknownText_0x1b011b
|
farwritetext PokeComNurseNiteText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
jump .ok
|
jump .ok
|
||||||
|
|
||||||
@ -101,11 +101,11 @@ PokeCenterNurseScript:
|
|||||||
; only do this once
|
; only do this once
|
||||||
clearevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
clearevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
||||||
|
|
||||||
farwritetext UnknownText_0x1b017a
|
farwritetext NurseAskHealText
|
||||||
yesorno
|
yesorno
|
||||||
iffalse .done
|
iffalse .done
|
||||||
|
|
||||||
farwritetext UnknownText_0x1b01bd
|
farwritetext NurseTakePokemonText
|
||||||
pause 20
|
pause 20
|
||||||
special Mobile_HealParty
|
special Mobile_HealParty
|
||||||
spriteface LAST_TALKED, LEFT
|
spriteface LAST_TALKED, LEFT
|
||||||
@ -127,11 +127,11 @@ PokeCenterNurseScript:
|
|||||||
iftrue .pokerus
|
iftrue .pokerus
|
||||||
.no
|
.no
|
||||||
|
|
||||||
farwritetext UnknownText_0x1b01d7
|
farwritetext NurseReturnPokemonText
|
||||||
pause 20
|
pause 20
|
||||||
|
|
||||||
.done
|
.done
|
||||||
farwritetext UnknownText_0x1b020b
|
farwritetext NurseGoodbyeText
|
||||||
|
|
||||||
spriteface LAST_TALKED, UP
|
spriteface LAST_TALKED, UP
|
||||||
pause 10
|
pause 10
|
||||||
@ -147,13 +147,13 @@ PokeCenterNurseScript:
|
|||||||
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
|
||||||
iftrue .pokerus_comcenter
|
iftrue .pokerus_comcenter
|
||||||
|
|
||||||
farwritetext UnknownText_0x1b0241
|
farwritetext NursePokerusText
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
jump .pokerus_done
|
jump .pokerus_done
|
||||||
|
|
||||||
.pokerus_comcenter
|
.pokerus_comcenter
|
||||||
farwritetext UnknownText_0x1b02d6
|
farwritetext PokeComNursePokerusText
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
|
||||||
@ -411,28 +411,28 @@ BugContestResults_ThirdPlace ; 0xbc343
|
|||||||
; 0xbc354
|
; 0xbc354
|
||||||
|
|
||||||
BugContestResults_NoRoomForSunStone ; 0xbc354
|
BugContestResults_NoRoomForSunStone ; 0xbc354
|
||||||
farwritetext UnknownText_0x1b08cc
|
farwritetext BugContestPrizeNoRoomText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setevent EVENT_CONTEST_OFFICER_HAS_SUN_STONE
|
setevent EVENT_CONTEST_OFFICER_HAS_SUN_STONE
|
||||||
jump BugContestResults_ReturnAfterWinnersPrize
|
jump BugContestResults_ReturnAfterWinnersPrize
|
||||||
; 0xbc35f
|
; 0xbc35f
|
||||||
|
|
||||||
BugContestResults_NoRoomForEverstone ; 0xbc35f
|
BugContestResults_NoRoomForEverstone ; 0xbc35f
|
||||||
farwritetext UnknownText_0x1b08cc
|
farwritetext BugContestPrizeNoRoomText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setevent EVENT_CONTEST_OFFICER_HAS_EVERSTONE
|
setevent EVENT_CONTEST_OFFICER_HAS_EVERSTONE
|
||||||
jump BugContestResults_ReturnAfterWinnersPrize
|
jump BugContestResults_ReturnAfterWinnersPrize
|
||||||
; 0xbc36a
|
; 0xbc36a
|
||||||
|
|
||||||
BugContestResults_NoRoomForGoldBerry ; 0xbc36a
|
BugContestResults_NoRoomForGoldBerry ; 0xbc36a
|
||||||
farwritetext UnknownText_0x1b08cc
|
farwritetext BugContestPrizeNoRoomText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setevent EVENT_CONTEST_OFFICER_HAS_GOLD_BERRY
|
setevent EVENT_CONTEST_OFFICER_HAS_GOLD_BERRY
|
||||||
jump BugContestResults_ReturnAfterWinnersPrize
|
jump BugContestResults_ReturnAfterWinnersPrize
|
||||||
; 0xbc375
|
; 0xbc375
|
||||||
|
|
||||||
BugContestResults_NoRoomForBerry ; 0xbc375
|
BugContestResults_NoRoomForBerry ; 0xbc375
|
||||||
farwritetext UnknownText_0x1b08cc
|
farwritetext BugContestPrizeNoRoomText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setevent EVENT_CONTEST_OFFICER_HAS_BERRY
|
setevent EVENT_CONTEST_OFFICER_HAS_BERRY
|
||||||
jump BugContestResults_DidNotWin
|
jump BugContestResults_DidNotWin
|
||||||
|
2
main.asm
2
main.asm
@ -24360,7 +24360,7 @@ INCLUDE "misc/mobile_5f.asm"
|
|||||||
|
|
||||||
SECTION "Common Text 1", ROMX, BANK[$6C]
|
SECTION "Common Text 1", ROMX, BANK[$6C]
|
||||||
|
|
||||||
INCLUDE "text/common.asm"
|
INCLUDE "text/stdtext.asm"
|
||||||
INCLUDE "text/phone/jack_overworld.asm"
|
INCLUDE "text/phone/jack_overworld.asm"
|
||||||
INCLUDE "text/phone/beverly_overworld.asm"
|
INCLUDE "text/phone/beverly_overworld.asm"
|
||||||
INCLUDE "text/phone/huey_overworld.asm"
|
INCLUDE "text/phone/huey_overworld.asm"
|
||||||
|
@ -1,27 +1,24 @@
|
|||||||
UnknownText_0x1b0000: ; 0x1b0000
|
NurseMornText:
|
||||||
text "Good morning!"
|
text "Good morning!"
|
||||||
line "Welcome to our"
|
line "Welcome to our"
|
||||||
cont "#MON CENTER."
|
cont "#MON CENTER."
|
||||||
done
|
done
|
||||||
; 0x1b002b
|
|
||||||
|
|
||||||
UnknownText_0x1b002b: ; 0x1b002b
|
NurseDayText:
|
||||||
text "Hello!"
|
text "Hello!"
|
||||||
line "Welcome to our"
|
line "Welcome to our"
|
||||||
cont "#MON CENTER."
|
cont "#MON CENTER."
|
||||||
done
|
done
|
||||||
; 0x1b004f
|
|
||||||
|
|
||||||
UnknownText_0x1b004f: ; 0x1b004f
|
NurseNiteText:
|
||||||
text "Good evening!"
|
text "Good evening!"
|
||||||
line "You're out late."
|
line "You're out late."
|
||||||
|
|
||||||
para "Welcome to our"
|
para "Welcome to our"
|
||||||
line "#MON CENTER."
|
line "#MON CENTER."
|
||||||
done
|
done
|
||||||
; 0x1b008a
|
|
||||||
|
|
||||||
UnknownText_0x1b008a: ; 0x1b008a
|
PokeComNurseMornText:
|
||||||
text "Good morning!"
|
text "Good morning!"
|
||||||
|
|
||||||
para "This is the #-"
|
para "This is the #-"
|
||||||
@ -30,9 +27,8 @@ UnknownText_0x1b008a: ; 0x1b008a
|
|||||||
para "CENTER--or the"
|
para "CENTER--or the"
|
||||||
line "#COM CENTER."
|
line "#COM CENTER."
|
||||||
done
|
done
|
||||||
; 0x1b00d6
|
|
||||||
|
|
||||||
UnknownText_0x1b00d6: ; 0x1b00d6
|
PokeComNurseDayText:
|
||||||
text "Hello!"
|
text "Hello!"
|
||||||
|
|
||||||
para "This is the #-"
|
para "This is the #-"
|
||||||
@ -41,9 +37,8 @@ UnknownText_0x1b00d6: ; 0x1b00d6
|
|||||||
para "CENTER--or the"
|
para "CENTER--or the"
|
||||||
line "#COM CENTER."
|
line "#COM CENTER."
|
||||||
done
|
done
|
||||||
; 0x1b011b
|
|
||||||
|
|
||||||
UnknownText_0x1b011b: ; 0x1b011b
|
PokeComNurseNiteText:
|
||||||
text "Good to see you"
|
text "Good to see you"
|
||||||
line "working so late."
|
line "working so late."
|
||||||
|
|
||||||
@ -53,9 +48,8 @@ UnknownText_0x1b011b: ; 0x1b011b
|
|||||||
para "CENTER--or the"
|
para "CENTER--or the"
|
||||||
line "#COM CENTER."
|
line "#COM CENTER."
|
||||||
done
|
done
|
||||||
; 0x1b017a
|
|
||||||
|
|
||||||
UnknownText_0x1b017a: ; 0x1b017a
|
NurseAskHealText:
|
||||||
text "We can heal your"
|
text "We can heal your"
|
||||||
line "#MON to perfect"
|
line "#MON to perfect"
|
||||||
cont "health."
|
cont "health."
|
||||||
@ -63,36 +57,31 @@ UnknownText_0x1b017a: ; 0x1b017a
|
|||||||
para "Shall we heal your"
|
para "Shall we heal your"
|
||||||
line "#MON?"
|
line "#MON?"
|
||||||
done
|
done
|
||||||
; 0x1b01bd
|
|
||||||
|
|
||||||
UnknownText_0x1b01bd: ; 0x1b01bd
|
NurseTakePokemonText:
|
||||||
text "OK, may I see your"
|
text "OK, may I see your"
|
||||||
line "#MON?"
|
line "#MON?"
|
||||||
done
|
done
|
||||||
; 0x1b01d7
|
|
||||||
|
|
||||||
UnknownText_0x1b01d7: ; 0x1b01d7
|
NurseReturnPokemonText:
|
||||||
text "Thank you for"
|
text "Thank you for"
|
||||||
line "waiting."
|
line "waiting."
|
||||||
|
|
||||||
para "Your #MON are"
|
para "Your #MON are"
|
||||||
line "fully healed."
|
line "fully healed."
|
||||||
done
|
done
|
||||||
; 0x1b020b
|
|
||||||
|
|
||||||
UnknownText_0x1b020b: ; 0x1b020b
|
NurseGoodbyeText:
|
||||||
text "We hope to see you"
|
text "We hope to see you"
|
||||||
line "again."
|
line "again."
|
||||||
done
|
done
|
||||||
; 0x1b0226
|
|
||||||
|
|
||||||
UnknownText_0x1b0226: ; 0x1b0226
|
; not used
|
||||||
text "We hope to see you"
|
text "We hope to see you"
|
||||||
line "again."
|
line "again."
|
||||||
done
|
done
|
||||||
; 0x1b0241
|
|
||||||
|
|
||||||
UnknownText_0x1b0241: ; 0x1b0241
|
NursePokerusText:
|
||||||
text "Your #MON"
|
text "Your #MON"
|
||||||
line "appear to be"
|
line "appear to be"
|
||||||
|
|
||||||
@ -109,9 +98,8 @@ UnknownText_0x1b0241: ; 0x1b0241
|
|||||||
para "at a #MON"
|
para "at a #MON"
|
||||||
line "CENTER."
|
line "CENTER."
|
||||||
done
|
done
|
||||||
; 0x1b02d6
|
|
||||||
|
|
||||||
UnknownText_0x1b02d6: ; 0x1b02d6
|
PokeComNursePokerusText:
|
||||||
text "Your #MON"
|
text "Your #MON"
|
||||||
line "appear to be"
|
line "appear to be"
|
||||||
|
|
||||||
@ -125,7 +113,6 @@ UnknownText_0x1b02d6: ; 0x1b02d6
|
|||||||
para "But we can't tell"
|
para "But we can't tell"
|
||||||
line "you anything more."
|
line "you anything more."
|
||||||
done
|
done
|
||||||
; 0x1b035a
|
|
||||||
|
|
||||||
DifficultBookshelfText:
|
DifficultBookshelfText:
|
||||||
text "It's full of"
|
text "It's full of"
|
||||||
@ -193,30 +180,27 @@ HomepageText:
|
|||||||
line "updated…"
|
line "updated…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x1b04f9: ; 0x1b04f9
|
; not used
|
||||||
text "#MON RADIO!"
|
text "#MON RADIO!"
|
||||||
|
|
||||||
para "Call in with your"
|
para "Call in with your"
|
||||||
line "requests now!"
|
line "requests now!"
|
||||||
done
|
done
|
||||||
; 0x1b0526
|
|
||||||
|
|
||||||
TrashCanText:
|
TrashCanText:
|
||||||
text "There's nothing in"
|
text "There's nothing in"
|
||||||
line "here…"
|
line "here…"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x1b053f: ; 0x1b053f
|
; not used
|
||||||
text "A #MON may be"
|
text "A #MON may be"
|
||||||
line "able to move this."
|
line "able to move this."
|
||||||
done
|
done
|
||||||
; 0x1b0561
|
|
||||||
|
|
||||||
UnknownText_0x1b0561: ; 0x1b0561
|
; not used
|
||||||
text "Maybe a #MON"
|
text "Maybe a #MON"
|
||||||
line "can break this."
|
line "can break this."
|
||||||
done
|
done
|
||||||
; 0x1b057f
|
|
||||||
|
|
||||||
PokeCenterSignText:
|
PokeCenterSignText:
|
||||||
text "Heal Your #MON!"
|
text "Heal Your #MON!"
|
||||||
@ -230,7 +214,7 @@ MartSignText:
|
|||||||
para "#MON MART"
|
para "#MON MART"
|
||||||
done
|
done
|
||||||
|
|
||||||
ContestResults_ReadyToJudgeText: ; 0x1b05bf
|
ContestResults_ReadyToJudgeText:
|
||||||
text "We will now judge"
|
text "We will now judge"
|
||||||
line "the #MON you've"
|
line "the #MON you've"
|
||||||
cont "caught."
|
cont "caught."
|
||||||
@ -244,9 +228,8 @@ ContestResults_ReadyToJudgeText: ; 0x1b05bf
|
|||||||
para "Are you ready for"
|
para "Are you ready for"
|
||||||
line "this?"
|
line "this?"
|
||||||
done
|
done
|
||||||
; 0x1b0621
|
|
||||||
|
|
||||||
ContestResults_PlayerWonAPrizeText: ; 0x1b0621
|
ContestResults_PlayerWonAPrizeText:
|
||||||
text "<PLAYER>, the No.@"
|
text "<PLAYER>, the No.@"
|
||||||
text_from_ram StringBuffer3
|
text_from_ram StringBuffer3
|
||||||
text ""
|
text ""
|
||||||
@ -255,76 +238,66 @@ ContestResults_PlayerWonAPrizeText: ; 0x1b0621
|
|||||||
text_from_ram StringBuffer4
|
text_from_ram StringBuffer4
|
||||||
text "!"
|
text "!"
|
||||||
done
|
done
|
||||||
; 0x1b0648
|
|
||||||
|
|
||||||
ReceivedItemText: ; 0x1b0648
|
ReceivedItemText:
|
||||||
text "<PLAYER> received"
|
text "<PLAYER> received"
|
||||||
line "@"
|
line "@"
|
||||||
text_from_ram StringBuffer4
|
text_from_ram StringBuffer4
|
||||||
text "."
|
text "."
|
||||||
done
|
done
|
||||||
; 0x1b065b
|
|
||||||
|
|
||||||
ContestResults_JoinUsNextTimeText: ; 0x1b065b
|
ContestResults_JoinUsNextTimeText:
|
||||||
text "Please join us for"
|
text "Please join us for"
|
||||||
line "the next Contest!"
|
line "the next Contest!"
|
||||||
done
|
done
|
||||||
; 0x1b0681
|
|
||||||
|
|
||||||
ContestResults_ConsolationPrizeText: ; 0x1b0681
|
ContestResults_ConsolationPrizeText:
|
||||||
text "Everyone else gets"
|
text "Everyone else gets"
|
||||||
line "a BERRY as a con-"
|
line "a BERRY as a con-"
|
||||||
cont "solation prize!"
|
cont "solation prize!"
|
||||||
done
|
done
|
||||||
; 0x1b06b7
|
|
||||||
|
|
||||||
ContestResults_DidNotWinText: ; 0x1b06b7
|
ContestResults_DidNotWinText:
|
||||||
text "We hope you do"
|
text "We hope you do"
|
||||||
line "better next time."
|
line "better next time."
|
||||||
done
|
done
|
||||||
; 0x1b06d9
|
|
||||||
|
|
||||||
ContestResults_ReturnPartyText: ; 0x1b06d9
|
ContestResults_ReturnPartyText:
|
||||||
text "We'll return the"
|
text "We'll return the"
|
||||||
line "#MON we kept"
|
line "#MON we kept"
|
||||||
|
|
||||||
para "for you."
|
para "for you."
|
||||||
line "Here you go!"
|
line "Here you go!"
|
||||||
done
|
done
|
||||||
; 0x1b070d
|
|
||||||
|
|
||||||
ContestResults_PartyFullText: ; 0x1b070d
|
ContestResults_PartyFullText:
|
||||||
text "Your party's full,"
|
text "Your party's full,"
|
||||||
line "so the #MON was"
|
line "so the #MON was"
|
||||||
|
|
||||||
para "sent to your BOX"
|
para "sent to your BOX"
|
||||||
line "in BILL's PC."
|
line "in BILL's PC."
|
||||||
done
|
done
|
||||||
; 0x1b074e
|
|
||||||
|
|
||||||
GymStatue_CityGymText: ; 0x1b074e
|
GymStatue_CityGymText:
|
||||||
text_from_ram StringBuffer3
|
text_from_ram StringBuffer3
|
||||||
text ""
|
text ""
|
||||||
line "#MON GYM"
|
line "#MON GYM"
|
||||||
done
|
done
|
||||||
; 0x1b075c
|
|
||||||
|
|
||||||
GymStatue_WinningTrainersText: ; 0x1b075c
|
GymStatue_WinningTrainersText:
|
||||||
text "LEADER: @"
|
text "LEADER: @"
|
||||||
text_from_ram StringBuffer4
|
text_from_ram StringBuffer4
|
||||||
text ""
|
text ""
|
||||||
para "WINNING TRAINERS:"
|
para "WINNING TRAINERS:"
|
||||||
line "<PLAYER>"
|
line "<PLAYER>"
|
||||||
done
|
done
|
||||||
; 0x1b077f
|
|
||||||
|
|
||||||
CoinVendor_WelcomeText: ; 0x1b077f
|
CoinVendor_WelcomeText:
|
||||||
text "Welcome to the"
|
text "Welcome to the"
|
||||||
line "GAME CORNER."
|
line "GAME CORNER."
|
||||||
done
|
done
|
||||||
; 0x1b079c
|
|
||||||
|
|
||||||
CoinVendor_NoCoinCaseText: ; 0x1b079c
|
CoinVendor_NoCoinCaseText:
|
||||||
text "Do you need game"
|
text "Do you need game"
|
||||||
line "coins?"
|
line "coins?"
|
||||||
|
|
||||||
@ -332,9 +305,8 @@ CoinVendor_NoCoinCaseText: ; 0x1b079c
|
|||||||
line "a COIN CASE for"
|
line "a COIN CASE for"
|
||||||
cont "your coins."
|
cont "your coins."
|
||||||
done
|
done
|
||||||
; 0x1b07e3
|
|
||||||
|
|
||||||
CoinVendor_IntroText: ; 0x1b07e3
|
CoinVendor_IntroText:
|
||||||
text "Do you need some"
|
text "Do you need some"
|
||||||
line "game coins?"
|
line "game coins?"
|
||||||
|
|
||||||
@ -342,39 +314,33 @@ CoinVendor_IntroText: ; 0x1b07e3
|
|||||||
line "50 coins. Do you"
|
line "50 coins. Do you"
|
||||||
cont "want some?"
|
cont "want some?"
|
||||||
done
|
done
|
||||||
; 0x1b0830
|
|
||||||
|
|
||||||
CoinVendor_Buy50CoinsText: ; 0x1b0830
|
CoinVendor_Buy50CoinsText:
|
||||||
text "Thank you!"
|
text "Thank you!"
|
||||||
line "Here are 50 coins."
|
line "Here are 50 coins."
|
||||||
done
|
done
|
||||||
; 0x1b084f
|
|
||||||
|
|
||||||
CoinVendor_Buy500CoinsText: ; 0x1b084f
|
CoinVendor_Buy500CoinsText:
|
||||||
text "Thank you! Here"
|
text "Thank you! Here"
|
||||||
line "are 500 coins."
|
line "are 500 coins."
|
||||||
done
|
done
|
||||||
; 0x1b086f
|
|
||||||
|
|
||||||
CoinVendor_NotEnoughMoneyText: ; 0x1b086f
|
CoinVendor_NotEnoughMoneyText:
|
||||||
text "You don't have"
|
text "You don't have"
|
||||||
line "enough money."
|
line "enough money."
|
||||||
done
|
done
|
||||||
; 0x1b088c
|
|
||||||
|
|
||||||
CoinVendor_CoinCaseFullText: ; 0x1b088c
|
CoinVendor_CoinCaseFullText:
|
||||||
text "Whoops! Your COIN"
|
text "Whoops! Your COIN"
|
||||||
line "CASE is full."
|
line "CASE is full."
|
||||||
done
|
done
|
||||||
; 0x1b08ad
|
|
||||||
|
|
||||||
CoinVendor_CancelText: ; 0x1b08ad
|
CoinVendor_CancelText:
|
||||||
text "No coins for you?"
|
text "No coins for you?"
|
||||||
line "Come again!"
|
line "Come again!"
|
||||||
done
|
done
|
||||||
; 0x1b08cc
|
|
||||||
|
|
||||||
UnknownText_0x1b08cc: ; 0x1b08cc
|
BugContestPrizeNoRoomText:
|
||||||
text "Oh? Your PACK is"
|
text "Oh? Your PACK is"
|
||||||
line "full."
|
line "full."
|
||||||
|
|
||||||
@ -384,7 +350,6 @@ UnknownText_0x1b08cc: ; 0x1b08cc
|
|||||||
para "come back when you"
|
para "come back when you"
|
||||||
line "make room for it."
|
line "make room for it."
|
||||||
done
|
done
|
||||||
; 0x1b092a
|
|
||||||
|
|
||||||
HappinessText3:
|
HappinessText3:
|
||||||
text "Wow! You and your"
|
text "Wow! You and your"
|
Loading…
Reference in New Issue
Block a user