From d2e3b286a4ac5530b299fe7fc0530df734584bb3 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 24 Aug 2017 22:54:36 -0400 Subject: Upgrade repo for compatibility with current rgbds (breaks pre-0.3.3 compatibility) --- items/item_effects.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items') diff --git a/items/item_effects.asm b/items/item_effects.asm index b276c1e8..d2d32ae4 100755 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -253,7 +253,7 @@ UltraBall: ; e926 ld l, a ld de, .skip_or_return_from_ball_fn push de - jp [hl] + jp hl .skip_or_return_from_ball_fn ld a, [wd002] -- cgit v1.2.3