summaryrefslogtreecommitdiff
path: root/data/maps/Route4_PokemonCenter_1F/scripts.inc
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-23 15:31:48 -0500
committerGitHub <noreply@github.com>2020-01-23 15:31:48 -0500
commit5435bc4325407969b00dba8c9623fbb4f02d8cd1 (patch)
tree9906c30dba2c749fd5899e6d54280caff825e537 /data/maps/Route4_PokemonCenter_1F/scripts.inc
parent91099dbd0c451188742bf045a26a036e0e8d9f89 (diff)
parentd58a5decded55eb7311ea2e68a2e2dd24059db4a (diff)
Merge pull request #232 from GriffinRichards/doc-cinnabar
Document Cinnabar Island scripts
Diffstat (limited to 'data/maps/Route4_PokemonCenter_1F/scripts.inc')
-rw-r--r--data/maps/Route4_PokemonCenter_1F/scripts.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/Route4_PokemonCenter_1F/scripts.inc b/data/maps/Route4_PokemonCenter_1F/scripts.inc
index 0f310b07d..ca2c5f611 100644
--- a/data/maps/Route4_PokemonCenter_1F/scripts.inc
+++ b/data/maps/Route4_PokemonCenter_1F/scripts.inc
@@ -59,10 +59,10 @@ EventScript_16F7A2:: @ 816F7A2
EventScript_16F7F6:: @ 816F7F6
call EventScript_16F86F
- msgbox gUnknown_81A56A7, MSGBOX_YESNO
+ msgbox Text_GiveNicknameToThisMon, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq EventScript_16F861
- call EventScript_1A8C27
+ call EventScript_GetGiftMonPartySlot
fadescreen FADE_TO_BLACK
hidemoneybox 0, 0
special ChangePokemonNickname
@@ -72,7 +72,7 @@ EventScript_16F7F6:: @ 816F7F6
EventScript_16F822:: @ 816F822
call EventScript_16F86F
- msgbox gUnknown_81A56A7, MSGBOX_YESNO
+ msgbox Text_GiveNicknameToThisMon, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq EventScript_16F84B
fadescreen FADE_TO_BLACK
@@ -85,12 +85,12 @@ EventScript_16F822:: @ 816F822
end
EventScript_16F84B:: @ 816F84B
- call EventScript_1A8C3C
+ call EventScript_TransferredToPC
goto EventScript_16F861
end
EventScript_16F856:: @ 816F856
- call EventScript_1A8C3C
+ call EventScript_TransferredToPC
goto EventScript_16F86A
end