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

@@ -9,24 +9,26 @@ BlackthornDragonSpeechHouse_MapScriptHeader:
.MapCallbacks:
db 0
GrannyScript_0x195949:
jumptextfaceplayer UnknownText_0x19595c
BlackthornDragonSpeechHouseGrannyScript:
jumptextfaceplayer BlackthornDragonSpeechHouseGrannyText
Dratini:
BlackthornDragonSpeechHouseDratiniScript:
opentext
writetext DratiniText
writetext BlackthornDragonSpeechHouseDratiniText
cry DRATINI
waitbutton
closetext
end
; unused
BlackthornDragonSpeechHousePictureBookshelf:
jumpstd picturebookshelf
; unused
BlackthornDragonSpeechHouseMagazineBookshelf:
jumpstd magazinebookshelf
UnknownText_0x19595c:
BlackthornDragonSpeechHouseGrannyText:
text "A clan of trainers"
line "who can freely"
@@ -41,7 +43,7 @@ UnknownText_0x19595c:
line "this town."
done
DratiniText:
BlackthornDragonSpeechHouseDratiniText:
text "DRATINI: Draa!"
done
@@ -62,5 +64,5 @@ BlackthornDragonSpeechHouse_MapEventHeader:
.PersonEvents:
db 2
person_event SPRITE_GRANNY, 3, 2, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, GrannyScript_0x195949, -1
person_event SPRITE_EKANS, 5, 5, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, Dratini, -1
person_event SPRITE_GRANNY, 3, 2, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, BlackthornDragonSpeechHouseGrannyScript, -1
person_event SPRITE_EKANS, 5, 5, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, BlackthornDragonSpeechHouseDratiniScript, -1