summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-07 16:39:11 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-07 16:39:11 -0400
commit15f56e7ab26be2fe7a6f1f05d4b0d423cf3bc00e (patch)
tree46893f013c84444369a0bfdb8cd1f00a996a790c
parentd6de00bbbb592b533f816d398c95673bc998dae4 (diff)
Replace item constants
-rwxr-xr-xmain.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.asm b/main.asm
index ee0691de..ccf0d3e7 100755
--- a/main.asm
+++ b/main.asm
@@ -37707,7 +37707,7 @@ CinnabarIslandScriptPointers: ; 1ca34 (7:4a34)
dw CinnabarIslandScript1
CinnabarIslandScript0: ; 1ca38 (7:4a38)
- ld b, $2b
+ ld b, SECRET_KEY
call IsItemInBag
ret nz
ld a, [$d361]
@@ -76192,7 +76192,7 @@ Route16GateScript3: ; 49741 (12:5741)
ret
Func_49755: ; 49755 (12:5755)
- ld b, $6
+ ld b, BICYCLE
jp IsItemInBag
Route16GateTextPointers: ; 4975a (12:575a)
@@ -81493,7 +81493,7 @@ Func_52673: ; 52673 (14:6673)
cp $5e
ret nz
.asm_5269c
- ld b, $30
+ ld b, CARD_KEY
call IsItemInBag
jr z, .asm_526dc
call Func_526fd
@@ -89029,10 +89029,10 @@ Func_59b73: ; 59b73 (16:5b73)
ld a, [$d771]
bit 1, a
ret nz
- ld b, $6
+ ld b, BICYCLE
call IsItemInBag
ret nz
- ld b, $2d
+ ld b, BIKE_VOUCHER
jp IsItemInBag
FanClubTextPointers: ; 59b84 (16:5b84)