diff options
author | yenatch <yenatch@gmail.com> | 2013-08-30 23:07:08 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-30 23:07:08 -0400 |
commit | b333b18dbde658cd7e4299f8206d1d52c532b87a (patch) | |
tree | f270864241b3c43751de03c548b34bd830f6d230 /engine/scripting.asm | |
parent | c402a16def99bad3df047d570120d1f1da1abbc3 (diff) |
Function2f79 is PickUpItem
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index d497f9a4e..5d44d1a8e 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2363,7 +2363,7 @@ Script_checkitem: ; 0x97812 call GetScriptByte ld [$d106], a ld hl, $d892 - call Function2f79 + call PickUpItem ret nc ld a, $1 ld [$c2dd], a |