Auto-label more map scripts

This commit is contained in:
Remy Oukaour
2017-12-17 19:48:04 -05:00
parent 25a3960646
commit 3ed016f9e0
139 changed files with 1176 additions and 1174 deletions

View File

@@ -11,11 +11,11 @@ CeruleanTradeSpeechHouse_MapScriptHeader:
.MapCallbacks:
db 0
GrannyScript_0x188133:
jumptextfaceplayer UnknownText_0x18814d
CeruleanTradeSpeechHouseGrannyScript:
jumptextfaceplayer CeruleanTradeSpeechHouseGrannyText
GrampsScript_0x188136:
jumptextfaceplayer UnknownText_0x18818a
CeruleanTradeSpeechHouseGrampsScript:
jumptextfaceplayer CeruleanTradeSpeechHouseGrampsText
RhydonScript_0x188139:
opentext
@@ -33,14 +33,14 @@ ZubatScript_0x188143:
closetext
end
UnknownText_0x18814d:
CeruleanTradeSpeechHouseGrannyText:
text "My husband lives"
line "happily with #-"
cont "MON he got through"
cont "trades."
done
UnknownText_0x18818a:
CeruleanTradeSpeechHouseGrampsText:
text "Ah… I'm so happy…"
done
@@ -70,7 +70,7 @@ CeruleanTradeSpeechHouse_MapEventHeader:
.PersonEvents:
db 4
person_event SPRITE_GRANNY, 4, 2, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, GrannyScript_0x188133, -1
person_event SPRITE_GRAMPS, 2, 1, SPRITEMOVEDATA_WANDER, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, GrampsScript_0x188136, -1
person_event SPRITE_GRANNY, 4, 2, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeruleanTradeSpeechHouseGrannyScript, -1
person_event SPRITE_GRAMPS, 2, 1, SPRITEMOVEDATA_WANDER, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeruleanTradeSpeechHouseGrampsScript, -1
person_event SPRITE_RHYDON, 2, 5, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_BROWN, PERSONTYPE_SCRIPT, 0, RhydonScript_0x188139, -1
person_event SPRITE_ZUBAT, 6, 5, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ZubatScript_0x188143, -1