summaryrefslogtreecommitdiff
path: root/engine/std_scripts.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-04 20:20:14 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-04 20:20:14 -0500
commit3cadc7b012c3d11f227d71814f729952d0f56c21 (patch)
treebaebe666292937ae3f70b42d83dad214c8eb192e /engine/std_scripts.asm
parent7fd20e63223e777872618b3eac7cf49f8b105fec (diff)
give/takeitem *, 1: the 1 is optional
Diffstat (limited to 'engine/std_scripts.asm')
-rw-r--r--engine/std_scripts.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/std_scripts.asm b/engine/std_scripts.asm
index 88135ea63..c898eae14 100644
--- a/engine/std_scripts.asm
+++ b/engine/std_scripts.asm
@@ -328,7 +328,7 @@ BugContestResultsScript:
farwritetext ContestResults_ConsolationPrizeText
keeptextopen
waitbutton
- verbosegiveitem BERRY, 1
+ verbosegiveitem BERRY
iffalse BugContestResults_NoRoomForBerry
BugContestResults_DidNotWin
@@ -387,7 +387,7 @@ BugContestResults_FirstPlace ; 0xbc31e
itemtotext SUN_STONE, $1
farwritetext ContestResults_PlayerWonAPrizeText
closetext
- verbosegiveitem SUN_STONE, 1
+ verbosegiveitem SUN_STONE
iffalse BugContestResults_NoRoomForSunStone
jump BugContestResults_ReturnAfterWinnersPrize
; 0xbc332
@@ -396,7 +396,7 @@ BugContestResults_SecondPlace ; 0xbc332
itemtotext EVERSTONE, $1
farwritetext ContestResults_PlayerWonAPrizeText
closetext
- verbosegiveitem EVERSTONE, 1
+ verbosegiveitem EVERSTONE
iffalse BugContestResults_NoRoomForEverstone
jump BugContestResults_ReturnAfterWinnersPrize
; 0xbc343
@@ -405,7 +405,7 @@ BugContestResults_ThirdPlace ; 0xbc343
itemtotext GOLD_BERRY, $1
farwritetext ContestResults_PlayerWonAPrizeText
closetext
- verbosegiveitem GOLD_BERRY, 1
+ verbosegiveitem GOLD_BERRY
iffalse BugContestResults_NoRoomForGoldBerry
jump BugContestResults_ReturnAfterWinnersPrize
; 0xbc354