diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-04 20:20:14 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-04 20:20:14 -0500 |
commit | 3cadc7b012c3d11f227d71814f729952d0f56c21 (patch) | |
tree | baebe666292937ae3f70b42d83dad214c8eb192e /maps/Route46.asm | |
parent | 7fd20e63223e777872618b3eac7cf49f8b105fec (diff) |
give/takeitem *, 1: the 1 is optional
Diffstat (limited to 'maps/Route46.asm')
-rw-r--r-- | maps/Route46.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route46.asm b/maps/Route46.asm index 968ddfb22..91ddfe8b5 100644 --- a/maps/Route46.asm +++ b/maps/Route46.asm @@ -84,7 +84,7 @@ UnknownScript_0x1a96da: checkevent EVENT_GOT_CALCIUM_FROM_ERIN iftrue UnknownScript_0x1a973a scall UnknownScript_0x1a9772 - verbosegiveitem CALCIUM, 1 + verbosegiveitem CALCIUM iffalse UnknownScript_0x1a976b setevent EVENT_GOT_CALCIUM_FROM_ERIN jump UnknownScript_0x1a975b @@ -96,7 +96,7 @@ UnknownScript_0x1a973b: loadfont writetext UnknownText_0x1a9927 closetext - verbosegiveitem CALCIUM, 1 + verbosegiveitem CALCIUM iffalse UnknownScript_0x1a976b clearevent EVENT_ERIN_CALCIUM setevent EVENT_GOT_CALCIUM_FROM_ERIN |