pokeemerald-expansion/data/scripts/aide.inc
2026-01-28 17:41:12 +01:00

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}.$"