summaryrefslogtreecommitdiff
path: root/data/maps/RustboroCity_DevonCorp_2F
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-11 02:08:14 -0500
committerGriffinR <griffin.g.richards@gmail.com>2022-01-11 02:08:14 -0500
commit110fbc559cc658179e127117c68d9eea9474a61a (patch)
treefaa94232eae8ce54a79993ebf237da6faa85964a /data/maps/RustboroCity_DevonCorp_2F
parentce55e58ad83e57b7e1fde7eeb3c3c94365fe0f12 (diff)
Make item optional for givemon and setwildbattle
Diffstat (limited to 'data/maps/RustboroCity_DevonCorp_2F')
-rw-r--r--data/maps/RustboroCity_DevonCorp_2F/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/RustboroCity_DevonCorp_2F/scripts.inc b/data/maps/RustboroCity_DevonCorp_2F/scripts.inc
index 987828a29..a85cbc8be 100644
--- a/data/maps/RustboroCity_DevonCorp_2F/scripts.inc
+++ b/data/maps/RustboroCity_DevonCorp_2F/scripts.inc
@@ -145,7 +145,7 @@ RustboroCity_DevonCorp_2F_EventScript_AnorithReady::
RustboroCity_DevonCorp_2F_EventScript_ReceiveLileep::
setvar VAR_TEMP_1, SPECIES_LILEEP
- givemon SPECIES_LILEEP, 20, ITEM_NONE
+ givemon SPECIES_LILEEP, 20
goto_if_eq VAR_RESULT, 0, RustboroCity_DevonCorp_2F_EventScript_ReceiveLileepParty
goto_if_eq VAR_RESULT, 1, RustboroCity_DevonCorp_2F_EventScript_ReceiveLileepPC
goto Common_EventScript_NoMoreRoomForPokemon
@@ -190,7 +190,7 @@ RustboroCity_DevonCorp_2F_EventScript_FinishReceivingLileep::
RustboroCity_DevonCorp_2F_EventScript_ReceiveAnorith::
setvar VAR_TEMP_1, SPECIES_ANORITH
- givemon SPECIES_ANORITH, 20, ITEM_NONE
+ givemon SPECIES_ANORITH, 20
goto_if_eq VAR_RESULT, 0, RustboroCity_DevonCorp_2F_EventScript_ReceiveAnorithParty
goto_if_eq VAR_RESULT, 1, RustboroCity_DevonCorp_2F_EventScript_ReceiveAnorithPC
goto Common_EventScript_NoMoreRoomForPokemon