pokeemerald/data/maps/SlateportCity_House/scripts.inc

24 lines
736 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SlateportCity_House_MapScripts::
2019-11-09 09:07:32 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
SlateportCity_House_EventScript_PokefanM::
2019-11-09 09:07:32 +01:00
msgbox SlateportCity_House_Text_NatureToDoWithStatGains, MSGBOX_NPC
end
2021-07-20 21:18:31 +02:00
SlateportCity_House_EventScript_Girl::
2019-11-09 09:07:32 +01:00
msgbox SlateportCity_House_Text_MustBeGoingToBattleTent, MSGBOX_NPC
end
2021-07-20 21:18:31 +02:00
SlateportCity_House_Text_NatureToDoWithStatGains:
2019-11-09 09:07:32 +01:00
.string "My POKéMON has a HASTY nature.\p"
.string "It has higher SPEED compared to\n"
.string "my other POKéMON.\p"
.string "Maybe their nature has something to\n"
.string "do with the stat gains of POKéMON.$"
2021-07-20 21:18:31 +02:00
SlateportCity_House_Text_MustBeGoingToBattleTent:
2019-11-09 09:07:32 +01:00
.string "You're a TRAINER, aren't you?\p"
.string "Since you came to SLATEPORT CITY,\n"
.string "you must be going to the BATTLE TENT.$"