Remove address comments
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
.set LOCALID_NIDORAN, 3
|
||||
|
||||
PewterCity_House1_MapScripts:: @ 816A71C
|
||||
PewterCity_House1_MapScripts::
|
||||
.byte 0
|
||||
|
||||
PewterCity_House1_EventScript_BaldingMan:: @ 816A71D
|
||||
PewterCity_House1_EventScript_BaldingMan::
|
||||
msgbox PewterCity_House1_Text_TradeMonsAreFinicky, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PewterCity_House1_EventScript_LittleBoy:: @ 816A726
|
||||
PewterCity_House1_EventScript_LittleBoy::
|
||||
lock
|
||||
msgbox PewterCity_House1_Text_NidoranSit
|
||||
call PewterCity_House1_EventScript_DoNidoranCry
|
||||
release
|
||||
end
|
||||
|
||||
PewterCity_House1_EventScript_Nidoran:: @ 816A736
|
||||
PewterCity_House1_EventScript_Nidoran::
|
||||
lock
|
||||
faceplayer
|
||||
call PewterCity_House1_EventScript_DoNidoranCry
|
||||
@@ -23,7 +23,7 @@ PewterCity_House1_EventScript_Nidoran:: @ 816A736
|
||||
release
|
||||
end
|
||||
|
||||
PewterCity_House1_EventScript_DoNidoranCry:: @ 816A749
|
||||
PewterCity_House1_EventScript_DoNidoranCry::
|
||||
textcolor 3
|
||||
waitse
|
||||
playmoncry SPECIES_NIDORAN_M, 0
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
PewterCity_House1_Text_Nidoran:: @ 81915BB
|
||||
PewterCity_House1_Text_Nidoran::
|
||||
.string "NIDORAN♂: Bowbow!$"
|
||||
|
||||
PewterCity_House1_Text_NidoranSit:: @ 81915CD
|
||||
PewterCity_House1_Text_NidoranSit::
|
||||
.string "NIDORAN, sit!$"
|
||||
|
||||
PewterCity_House1_Text_TradeMonsAreFinicky:: @ 81915DB
|
||||
PewterCity_House1_Text_TradeMonsAreFinicky::
|
||||
.string "Our POKéMON's an outsider, so it's\n"
|
||||
.string "finicky and hard to handle.\p"
|
||||
.string "An outsider is a POKéMON that you\n"
|
||||
|
||||
Reference in New Issue
Block a user