Auto-label more map scripts
This commit is contained in:
@@ -9,13 +9,13 @@ OlivineLighthouse1F_MapScriptHeader:
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
SailorScript_0x5ae67:
|
||||
jumptextfaceplayer UnknownText_0x5ae6d
|
||||
OlivineLighthouse1FSailorScript:
|
||||
jumptextfaceplayer OlivineLighthouse1FSailorText
|
||||
|
||||
PokefanFScript_0x5ae6a:
|
||||
jumptextfaceplayer UnknownText_0x5aec2
|
||||
OlivineLighthouse1FPokefanFScript:
|
||||
jumptextfaceplayer OlivineLighthouse1FPokefanFText
|
||||
|
||||
UnknownText_0x5ae6d:
|
||||
OlivineLighthouse1FSailorText:
|
||||
text "People train at"
|
||||
line "this LIGHTHOUSE."
|
||||
|
||||
@@ -24,7 +24,7 @@ UnknownText_0x5ae6d:
|
||||
cont "all the trainers."
|
||||
done
|
||||
|
||||
UnknownText_0x5aec2:
|
||||
OlivineLighthouse1FPokefanFText:
|
||||
text "In the past, #-"
|
||||
line "MON used to light"
|
||||
|
||||
@@ -56,5 +56,5 @@ OlivineLighthouse1F_MapEventHeader:
|
||||
|
||||
.PersonEvents:
|
||||
db 2
|
||||
person_event SPRITE_SAILOR, 2, 8, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, SailorScript_0x5ae67, -1
|
||||
person_event SPRITE_POKEFAN_F, 9, 16, SPRITEMOVEDATA_WALK_UP_DOWN, 2, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, PokefanFScript_0x5ae6a, -1
|
||||
person_event SPRITE_SAILOR, 2, 8, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, OlivineLighthouse1FSailorScript, -1
|
||||
person_event SPRITE_POKEFAN_F, 9, 16, SPRITEMOVEDATA_WALK_UP_DOWN, 2, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, OlivineLighthouse1FPokefanFScript, -1
|
||||
|
Reference in New Issue
Block a user