Document Saffron City scripts

This commit is contained in:
GriffinR
2020-01-25 15:54:20 -05:00
parent a09e66b53f
commit ce9f821b4e
62 changed files with 911 additions and 904 deletions
+24
View File
@@ -0,0 +1,24 @@
SaffronCity_House_MapScripts:: @ 816EF73
.byte 0
SaffronCity_House_EventScript_Lass:: @ 816EF74
msgbox SaffronCity_House_Text_DontLookAtMyLetter, MSGBOX_NPC
end
SaffronCity_House_EventScript_Youngster:: @ 816EF7D
msgbox SaffronCity_House_Text_GettingCopycatPokeDoll, MSGBOX_NPC
end
SaffronCity_House_EventScript_Pidgey:: @ 816EF86
lock
faceplayer
waitse
playmoncry SPECIES_PIDGEY, 0
msgbox SaffronCity_House_Text_Pidgey
waitmoncry
release
end
SaffronCity_House_EventScript_Letter:: @ 816EF99
msgbox SaffronCity_House_Text_ExplainPPUp, MSGBOX_SIGN
end