summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-30 22:59:40 -0400
committeryenatch <yenatch@gmail.com>2013-08-30 22:59:40 -0400
commitc9d3881a2ffa4e3bdb5e5c12d98c20c0bba1e400 (patch)
treee1b80a12542896021ce624926b7fa2b00517bd92 /items
parent70ecde3f78dc9885a04eb002f68681d03cc2d212 (diff)
rename RNG to Random
also fix 'Far' naming scheme for BattleRandom this was a long time coming
Diffstat (limited to 'items')
-rw-r--r--items/item_effects.asm2
1 files changed, 1 insertions, 1 deletions
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