diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-23 15:57:48 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-23 15:57:48 -0400 |
| commit | 9da88a19beed6b713317bb446d21cbd493ab8009 (patch) | |
| tree | d8d6cc4df3c3dcb00541b5bda9cae842584a7009 /engine/items/items.asm | |
| parent | Name some wram address refs (diff) | |
| parent | Bank7 misc functions (diff) | |
| download | pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.tar.gz pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.tar.xz pokeyellow-9da88a19beed6b713317bb446d21cbd493ab8009.zip | |
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'engine/items/items.asm')
| -rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index e3e8eace..aa607911 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -1502,7 +1502,7 @@ ItemUseEscapeRope: ; ddcf (3:5dcf) res 7,[hl] xor a ld [wNumSafariBalls],a - ld [W_SAFARIZONEENTRANCECURSCRIPT],a + ld [wSafariZoneEntranceCurScript],a inc a ld [wEscapedFromBattle],a ld [wActionResultOrTookBattleTurn],a ; item used |
