You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Auto-label more map scripts
This commit is contained in:
@@ -10,11 +10,11 @@ CeruleanPoliceStation_MapScriptHeader:
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
FishingGuruScript_0x18804a:
|
||||
jumptextfaceplayer UnknownText_0x18805a
|
||||
CeruleanPoliceStationFishingGuruScript:
|
||||
jumptextfaceplayer CeruleanPoliceStationFishingGuruText
|
||||
|
||||
PokefanFScript_0x18804d:
|
||||
jumptextfaceplayer UnknownText_0x1880c3
|
||||
CeruleanPoliceStationPokefanFScript:
|
||||
jumptextfaceplayer CeruleanPoliceStationPokefanFText
|
||||
|
||||
CeruleanDiglett:
|
||||
opentext
|
||||
@@ -24,7 +24,7 @@ CeruleanDiglett:
|
||||
closetext
|
||||
end
|
||||
|
||||
UnknownText_0x18805a:
|
||||
CeruleanPoliceStationFishingGuruText:
|
||||
text "I heard that some"
|
||||
line "shady character is"
|
||||
cont "skulking about."
|
||||
@@ -34,7 +34,7 @@ UnknownText_0x18805a:
|
||||
cont "to be a thief."
|
||||
done
|
||||
|
||||
UnknownText_0x1880c3:
|
||||
CeruleanPoliceStationPokefanFText:
|
||||
text "We were held up by"
|
||||
line "robbers before."
|
||||
done
|
||||
@@ -60,6 +60,6 @@ CeruleanPoliceStation_MapEventHeader:
|
||||
|
||||
.PersonEvents:
|
||||
db 3
|
||||
person_event SPRITE_FISHING_GURU, 1, 5, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, FishingGuruScript_0x18804a, -1
|
||||
person_event SPRITE_POKEFAN_F, 4, 5, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, PokefanFScript_0x18804d, -1
|
||||
person_event SPRITE_FISHING_GURU, 1, 5, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, CeruleanPoliceStationFishingGuruScript, -1
|
||||
person_event SPRITE_POKEFAN_F, 4, 5, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, CeruleanPoliceStationPokefanFScript, -1
|
||||
person_event SPRITE_DIGLETT, 5, 3, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_BROWN, PERSONTYPE_SCRIPT, 0, CeruleanDiglett, -1
|
||||
|
||||
Reference in New Issue
Block a user