mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
31 lines
807 B
PHP
31 lines
807 B
PHP
Aide_EventScript_HaventCaughtEnough::
|
|
msgbox Aide_Text_HaventCaughtEnoughMonsForItem
|
|
release
|
|
end
|
|
|
|
Aide_EventScript_NoRoomForItem::
|
|
msgbox Aide_Text_DontHaveAnyRoomForItem
|
|
release
|
|
end
|
|
|
|
Aide_EventScript_DeclineCheckMons::
|
|
msgbox Aide_Text_GetEnoughMonsComeBackForItem
|
|
release
|
|
end
|
|
|
|
Aide_Text_HaventCaughtEnoughMonsForItem::
|
|
.string "Let's see…\n"
|
|
.string "Uh-oh! You have caught only\l"
|
|
.string "{STR_VAR_3} kinds of POKéMON!\p"
|
|
.string "You need {STR_VAR_1} kinds\n"
|
|
.string "if you want the {STR_VAR_2}.$"
|
|
|
|
Aide_Text_GetEnoughMonsComeBackForItem::
|
|
.string "…Oh. I see.\p"
|
|
.string "When you get {STR_VAR_1} kinds of POKéMON,\n"
|
|
.string "come back for the {STR_VAR_2}.$"
|
|
|
|
Aide_Text_DontHaveAnyRoomForItem::
|
|
.string "Oh! I see you don't have any\n"
|
|
.string "room for the {STR_VAR_2}.$"
|