Auto-label more map scripts
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user