mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
25 lines
763 B
PHP
25 lines
763 B
PHP
PetalburgCity_House2_MapScripts:: @ 82078F2
|
|
.byte 0
|
|
|
|
PetalburgCity_House2_EventScript_Woman:: @ 82078F3
|
|
msgbox PetalburgCity_House2_Text_NormanBecameGymLeader, MSGBOX_NPC
|
|
end
|
|
|
|
PetalburgCity_House2_EventScript_SchoolKid:: @ 82078FC
|
|
msgbox PetalburgCity_House2_Text_BattledNormanOnce, MSGBOX_NPC
|
|
end
|
|
|
|
PetalburgCity_House2_Text_NormanBecameGymLeader: @ 8207905
|
|
.string "NORMAN became our town's new\n"
|
|
.string "GYM LEADER.\p"
|
|
.string "I think he called his family over from\n"
|
|
.string "somewhere far away.$"
|
|
|
|
PetalburgCity_House2_Text_BattledNormanOnce: @ 8207969
|
|
.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.$"
|
|
|