diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-17 12:11:12 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-17 13:50:30 -0500 |
| commit | ad643af58a946dc466d55a2c2e2c5c467286620a (patch) | |
| tree | 7025728913b67d362480119fb3006cee22c22a1d /data/maps/SilphCo_7F | |
| parent | 8bdd942c9e087148a4b5c47a990550b2b363250a (diff) | |
Document some Cinnabar scripts
Diffstat (limited to 'data/maps/SilphCo_7F')
| -rw-r--r-- | data/maps/SilphCo_7F/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/SilphCo_7F/scripts.inc b/data/maps/SilphCo_7F/scripts.inc index 19012f0e4..72e020e73 100644 --- a/data/maps/SilphCo_7F/scripts.inc +++ b/data/maps/SilphCo_7F/scripts.inc @@ -136,7 +136,7 @@ SilphCo_7F_EventScript_161AC8:: @ 8161AC8 compare VAR_RESULT, 1 goto_if_eq EventScript_161B45 compare VAR_RESULT, 2 - goto_if_eq EventScript_1A927C + goto_if_eq EventScript_NoMoreRoomForPokemon release end @@ -147,7 +147,7 @@ EventScript_161B12:: @ 8161B12 waitmessage waitfanfare getspeciesname 0, SPECIES_LAPRAS - msgbox gUnknown_81A56A7, MSGBOX_YESNO + msgbox Text_GiveNicknameToThisMon, MSGBOX_YESNO compare VAR_RESULT, NO goto_if_eq EventScript_161B7E call EventScript_1A8C27 @@ -164,7 +164,7 @@ EventScript_161B45:: @ 8161B45 waitmessage waitfanfare getspeciesname 0, SPECIES_LAPRAS - msgbox gUnknown_81A56A7, MSGBOX_YESNO + msgbox Text_GiveNicknameToThisMon, MSGBOX_YESNO compare VAR_RESULT, NO goto_if_eq EventScript_161B73 call EventScript_1A8C33 |
