2022-05-19 19:14:13 +02:00
|
|
|
PetalburgCity_House2_MapScripts::
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
PetalburgCity_House2_EventScript_Woman::
|
|
|
|
msgbox PetalburgCity_House2_Text_NormanBecameGymLeader, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
PetalburgCity_House2_EventScript_SchoolKid::
|
|
|
|
msgbox PetalburgCity_House2_Text_BattledNormanOnce, MSGBOX_NPC
|
|
|
|
end
|
|
|
|
|
|
|
|
PetalburgCity_House2_Text_NormanBecameGymLeader:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Norman became our town's new\n"
|
|
|
|
.string "Gym Leader.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "I think he called his family over from\n"
|
|
|
|
.string "somewhere far away.$"
|
|
|
|
|
|
|
|
PetalburgCity_House2_Text_BattledNormanOnce:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "I battled Norman once, but, whew,\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "he was way too strong.\p"
|
|
|
|
.string "How would I put it?\p"
|
|
|
|
.string "I just got the feeling that he\n"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "lives for Pokémon.$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|