Rename scene and callback labels (#981)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
@@ -4,19 +4,19 @@
|
||||
|
||||
MrPokemonsHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script .MeetMrPokemon, SCENE_MRPOKEMONSHOUSE_MEET_MR_POKEMON
|
||||
scene_script .DummyScene, SCENE_MRPOKEMONSHOUSE_NOOP
|
||||
scene_script MrPokemonsHouseMeetMrPokemonScene, SCENE_MRPOKEMONSHOUSE_MEET_MR_POKEMON
|
||||
scene_script MrPokemonsHouseNoopScene, SCENE_MRPOKEMONSHOUSE_NOOP
|
||||
|
||||
def_callbacks
|
||||
|
||||
.MeetMrPokemon:
|
||||
sdefer .MrPokemonEvent
|
||||
MrPokemonsHouseMeetMrPokemonScene:
|
||||
sdefer MrPokemonsHouseMrPokemonEventScript
|
||||
end
|
||||
|
||||
.DummyScene:
|
||||
MrPokemonsHouseNoopScene:
|
||||
end
|
||||
|
||||
.MrPokemonEvent:
|
||||
MrPokemonsHouseMrPokemonEventScript:
|
||||
showemote EMOTE_SHOCK, MRPOKEMONSHOUSE_GENTLEMAN, 15
|
||||
turnobject MRPOKEMONSHOUSE_GENTLEMAN, DOWN
|
||||
opentext
|
||||
|
Reference in New Issue
Block a user