diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-26 14:08:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-26 14:08:45 -0500 |
| commit | 43f66fce5574592ac1c37b9452fe858e482156bb (patch) | |
| tree | ca10c0d3042c8452d8ddbf1e685a324e1e584d0e /data/maps/TwoIsland_PokemonCenter_1F/scripts.inc | |
| parent | 435fe5962169ddd51a8d09409470c2b99df7db4e (diff) | |
| parent | e80ddc46758bfef075b749af2802ce5d646bd9cd (diff) | |
Merge pull request #271 from GriffinRichards/doc-twoisland
Document Two Island scripts
Diffstat (limited to 'data/maps/TwoIsland_PokemonCenter_1F/scripts.inc')
| -rw-r--r-- | data/maps/TwoIsland_PokemonCenter_1F/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/TwoIsland_PokemonCenter_1F/scripts.inc b/data/maps/TwoIsland_PokemonCenter_1F/scripts.inc index 6661a61eb..4fbc3bce9 100644 --- a/data/maps/TwoIsland_PokemonCenter_1F/scripts.inc +++ b/data/maps/TwoIsland_PokemonCenter_1F/scripts.inc @@ -7,17 +7,17 @@ TwoIsland_PokemonCenter_1F_OnTransition:: @ 81717BF setrespawn SPAWN_TWO_ISLAND end -TwoIsland_PokemonCenter_1F_EventScript_1717C3:: @ 81717C3 +TwoIsland_PokemonCenter_1F_EventScript_Nurse:: @ 81717C3 lock faceplayer call EventScript_PkmnCenterNurse release end -TwoIsland_PokemonCenter_1F_EventScript_1717CC:: @ 81717CC - msgbox gUnknown_81A2E59, MSGBOX_NPC +TwoIsland_PokemonCenter_1F_EventScript_GBAKid:: @ 81717CC + msgbox TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner, MSGBOX_NPC end -TwoIsland_PokemonCenter_1F_EventScript_1717D5:: @ 81717D5 - msgbox gUnknown_81A2EBE, MSGBOX_NPC +TwoIsland_PokemonCenter_1F_EventScript_BugCatcher:: @ 81717D5 + msgbox TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape, MSGBOX_NPC end |
