sovereignx/data/maps/PetalburgCity_House2/scripts.inc

25 lines
713 B
PHP
Raw Normal View History

2021-07-20 20:18:31 +01:00
PetalburgCity_House2_MapScripts::
2017-11-10 01:21:31 +00:00
.byte 0
2021-07-20 20:18:31 +01:00
PetalburgCity_House2_EventScript_Woman::
2019-10-20 18:27:23 +01:00
msgbox PetalburgCity_House2_Text_NormanBecameGymLeader, MSGBOX_NPC
2017-11-10 01:21:31 +00:00
end
2021-07-20 20:18:31 +01:00
PetalburgCity_House2_EventScript_SchoolKid::
2019-10-20 18:27:23 +01:00
msgbox PetalburgCity_House2_Text_BattledNormanOnce, MSGBOX_NPC
2017-11-10 01:21:31 +00:00
end
2021-07-20 20:18:31 +01:00
PetalburgCity_House2_Text_NormanBecameGymLeader:
2018-12-07 15:41:08 +00:00
.string "NORMAN became our town's new\n"
2017-11-10 01:21:31 +00:00
.string "GYM LEADER.\p"
.string "I think he called his family over from\n"
.string "somewhere far away.$"
2021-07-20 20:18:31 +01:00
PetalburgCity_House2_Text_BattledNormanOnce:
2017-11-10 01:21:31 +00:00
.string "I battled NORMAN once, but, whew,\n"
.string "he was way too strong.\p"
.string "How would I put it?\p"
.string "I just got the feeling that he\n"
.string "lives for POKéMON.$"