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
|
||||
|
||||
Reference in New Issue
Block a user