2025-04-08 01:07:12 +08:00

25 lines
884 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

BattleFrontier_Lounge4_MapScripts::
.byte 0
BattleFrontier_Lounge4_EventScript_Woman::
msgbox BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring, MSGBOX_NPC
end
BattleFrontier_Lounge4_EventScript_Cook::
msgbox BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere, MSGBOX_NPC
end
BattleFrontier_Lounge4_EventScript_Man::
msgbox BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles, MSGBOX_NPC
end
BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring:
.string "不知道今天会不会有关于强大训练师的\n电视采访?$"
BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere:
.string "在这儿开个饭馆的话\n肯定能挣大钱吧。$"
BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles:
.string "呼…\p那么紧张的战斗之后\n我得稍微休息一下了…\p但即使是现在我脑子里也会\n一直设计着战斗策略。$"