From c9d3881a2ffa4e3bdb5e5c12d98c20c0bba1e400 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 30 Aug 2013 22:59:40 -0400 Subject: rename RNG to Random also fix 'Far' naming scheme for BattleRandom this was a long time coming --- 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 cdca23be0..b060914db 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -166,7 +166,7 @@ ParkBall: ; e8a2 .asm_e98e ld b, a ld [MagikarpLength], a - call RNG + call Random cp b ld a, $0 -- cgit v1.2.3