diff options
author | yenatch <yenatch@gmail.com> | 2013-12-04 02:49:12 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-04 03:07:58 -0500 |
commit | be0c7962b00e612543a8d3653cc9a876e68adf70 (patch) | |
tree | 67e22226fd6756c8c8af73e8c8b6bac7b25285f7 /items | |
parent | 099e17bbaf1956e072edc569c3d90682c1e5a5d2 (diff) |
YesNoBox
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 0877d3cb6..c0f031bc0 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -367,7 +367,7 @@ ParkBall: ; e8a2 ld [$d265], a call $343b - call $1dcf + call YesNoBox jp c, $6be2 @@ -430,7 +430,7 @@ ParkBall: ; e8a2 ld [$d265], a call $343b - call $1dcf + call YesNoBox jr c, .asm_ebaf |