diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-09-27 10:18:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-27 10:18:27 -0400 |
| commit | 3d9bad5558c6ef8828be7a50e3e553d55ca877e0 (patch) | |
| tree | 1ea4e595b35a0e248af16a09e1a0d7bd9a2afe6a /data/maps/FallarborTown_PokemonCenter_1F/scripts.inc | |
| parent | 208e1c968959c781562f0b94c03368385ce7012c (diff) | |
| parent | 0c1f1281dab28d481e717ff1343a213b4e0da2a8 (diff) | |
Merge pull request #778 from GriffinRichards/document-eventscripts
Document some of event_scripts.s
Diffstat (limited to 'data/maps/FallarborTown_PokemonCenter_1F/scripts.inc')
| -rw-r--r-- | data/maps/FallarborTown_PokemonCenter_1F/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/FallarborTown_PokemonCenter_1F/scripts.inc b/data/maps/FallarborTown_PokemonCenter_1F/scripts.inc index 5dbd35b48..062e6dedc 100644 --- a/data/maps/FallarborTown_PokemonCenter_1F/scripts.inc +++ b/data/maps/FallarborTown_PokemonCenter_1F/scripts.inc @@ -5,12 +5,12 @@ FallarborTown_PokemonCenter_1F_MapScripts:: @ 8200BCD FallarborTown_PokemonCenter_1F_OnTransition: @ 8200BD8 setrespawn HEAL_LOCATION_FALLARBOR_TOWN - call FallarborTown_PokemonCenter_1F_EventScript_2718DE + call Common_EventScript_UpdateBrineyLocation end FallarborTown_PokemonCenter_1F_EventScript_200BE1:: @ 8200BE1 setvar VAR_0x800B, 1 - call FallarborTown_PokemonCenter_1F_EventScript_27191E + call Common_EventScript_PkmnCenterNurse waitmessage waitbuttonpress release |
