diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-09-25 18:44:56 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-09-25 18:46:25 -0500 |
| commit | 37373c1b21a415206a37cddb563fbb6912313587 (patch) | |
| tree | b8a7e849bca146af02be6284ff88cab22ce971f5 /data | |
| parent | 4e98a0cc4b13b4b4f504025106c4c53e4ca0db2f (diff) | |
Review changes for #817
Diffstat (limited to 'data')
| -rw-r--r-- | data/scripts/day_care.inc | 2 | ||||
| -rw-r--r-- | data/specials.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/day_care.inc b/data/scripts/day_care.inc index f8b579525..062fd9f5a 100644 --- a/data/scripts/day_care.inc +++ b/data/scripts/day_care.inc @@ -110,7 +110,7 @@ Route117_PokemonDayCare_EventScript_GiveMonToRaise:: @ 8291D56 specialvar VAR_RESULT, CountPartyAliveNonEggMons_IgnoreVar0x8004Slot compare VAR_RESULT, 0 goto_if_eq Route117_PokemonDayCare_EventScript_OnlyOneAliveMon - specialvar VAR_0x8005, GetSelectedMonNickAndSpecies + specialvar VAR_0x8005, GetSelectedMonNicknameAndSpecies waitse playmoncry VAR_0x8005, 0 msgbox Route117_PokemonDayCare_Text_WellRaiseYourMon, MSGBOX_DEFAULT diff --git a/data/specials.inc b/data/specials.inc index ef6a722bf..096a3b33d 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -197,7 +197,7 @@ gSpecials:: @ 81DBA64 def_special RejectEggFromDayCare def_special GiveEggFromDaycare def_special SetDaycareCompatibilityString - def_special GetSelectedMonNickAndSpecies + def_special GetSelectedMonNicknameAndSpecies def_special StoreSelectedPokemonInDaycare def_special ChooseSendDaycareMon def_special ShowDaycareLevelMenu |
