Renaming: (fix #412)

- MapTriggers / maptrigger → SceneScripts / scene_script
- XYTriggers / xy_trigger → CoordEvents / coord_event
- Signposts / signpost → BGEvents / bg_event
- PersonEvents / person_event → ObjectEvents / object_event
This commit is contained in:
Remy Oukaour
2017-12-24 13:46:34 -05:00
parent 20d6c1d876
commit c05b7f41dd
427 changed files with 5206 additions and 5206 deletions

View File

@@ -3,10 +3,10 @@ const_value set 2
const MRPOKEMONSHOUSE_OAK
MrPokemonsHouse_MapScriptHeader:
.MapTriggers:
.SceneScripts:
db 2
maptrigger .MeetMrPokemon
maptrigger .DummyTrigger
scene_script .MeetMrPokemon
scene_script .DummyScene
.MapCallbacks:
db 0
@@ -15,7 +15,7 @@ MrPokemonsHouse_MapScriptHeader:
priorityjump .MrPokemonEvent
end
.DummyTrigger:
.DummyScene:
end
.MrPokemonEvent:
@@ -125,9 +125,9 @@ MrPokemonsHouse_OakScript:
setevent EVENT_RIVAL_NEW_BARK_TOWN
setevent EVENT_KRISS_HOUSE_1F_NEIGHBOR
clearevent EVENT_KRISS_NEIGHBORS_HOUSE_NEIGHBOR
dotrigger $1
domaptrigger CHERRYGROVE_CITY, $1
domaptrigger ELMS_LAB, $3
setscene $1
setmapscene CHERRYGROVE_CITY, $1
setmapscene ELMS_LAB, $3
specialphonecall SPECIALCALL_ROBBED
clearevent EVENT_COP_IN_ELMS_LAB
checkevent EVENT_GOT_TOTODILE_FROM_ELM
@@ -381,18 +381,18 @@ MrPokemonsHouse_MapEventHeader:
warp_def $7, $2, 2, ROUTE_30
warp_def $7, $3, 2, ROUTE_30
.XYTriggers:
.CoordEvents:
db 0
.Signposts:
.BGEvents:
db 5
signpost 1, 0, SIGNPOST_READ, MapMrPokemonsHouseSignpost1Script
signpost 1, 1, SIGNPOST_READ, MapMrPokemonsHouseSignpost1Script
signpost 1, 6, SIGNPOST_READ, MapMrPokemonsHouseSignpost3Script
signpost 1, 7, SIGNPOST_READ, MapMrPokemonsHouseSignpost3Script
signpost 4, 6, SIGNPOST_READ, MapMrPokemonsHouseSignpost4Script
bg_event 1, 0, BGEVENT_READ, MapMrPokemonsHouseSignpost1Script
bg_event 1, 1, BGEVENT_READ, MapMrPokemonsHouseSignpost1Script
bg_event 1, 6, BGEVENT_READ, MapMrPokemonsHouseSignpost3Script
bg_event 1, 7, BGEVENT_READ, MapMrPokemonsHouseSignpost3Script
bg_event 4, 6, BGEVENT_READ, MapMrPokemonsHouseSignpost4Script
.PersonEvents:
.ObjectEvents:
db 2
person_event SPRITE_GENTLEMAN, 5, 3, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, MrPokemonsHouse_MrPokemonScript, -1
person_event SPRITE_OAK, 5, 6, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_MR_POKEMONS_HOUSE_OAK
object_event SPRITE_GENTLEMAN, 5, 3, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, MrPokemonsHouse_MrPokemonScript, -1
object_event SPRITE_OAK, 5, 6, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ObjectEvent, EVENT_MR_POKEMONS_HOUSE_OAK