aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/item.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-24 20:27:59 -0700
committerYamaArashi <shadow962@live.com>2015-07-24 20:27:59 -0700
commit7f6d0d49b61a77cfba76057d99881634b882486b (patch)
treeafb152986ff34039cb64e3101dd2b2b1e3293552 /engine/overworld/item.asm
parentnamed more functions (diff)
downloadpokeyellow-7f6d0d49b61a77cfba76057d99881634b882486b.tar.gz
pokeyellow-7f6d0d49b61a77cfba76057d99881634b882486b.tar.xz
pokeyellow-7f6d0d49b61a77cfba76057d99881634b882486b.zip
more naming variables
Diffstat (limited to 'engine/overworld/item.asm')
-rw-r--r--engine/overworld/item.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/item.asm b/engine/overworld/item.asm
index eb6d743a..6fbe823d 100644
--- a/engine/overworld/item.asm
+++ b/engine/overworld/item.asm
@@ -31,7 +31,7 @@ PickUpItem:
jr nc, .BagFull
ld a, [$ffdb]
- ld [wcc4d], a
+ ld [wMissableObjectIndex], a
predef HideObject
ld a, 1
ld [wDoNotWaitForButtonPressAfterDisplayingText], a