pokeemerald/data/maps/PetalburgCity_House2/scripts.inc

25 lines
713 B
PHP
Raw Permalink Normal View History

2021-07-20 21:18:31 +02:00
PetalburgCity_House2_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
PetalburgCity_House2_EventScript_Woman::
2019-10-20 19:27:23 +02:00
msgbox PetalburgCity_House2_Text_NormanBecameGymLeader, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
PetalburgCity_House2_EventScript_SchoolKid::
2019-10-20 19:27:23 +02:00
msgbox PetalburgCity_House2_Text_BattledNormanOnce, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
PetalburgCity_House2_Text_NormanBecameGymLeader:
2018-12-07 16:41:08 +01:00
.string "NORMAN became our town's new\n"
2017-11-10 02:21:31 +01:00
.string "GYM LEADER.\p"
.string "I think he called his family over from\n"
.string "somewhere far away.$"
2021-07-20 21:18:31 +02:00
PetalburgCity_House2_Text_BattledNormanOnce:
2017-11-10 02:21:31 +01: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.$"