diff options
author | yenatch <yenatch@gmail.com> | 2013-08-30 22:59:40 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-30 22:59:40 -0400 |
commit | c9d3881a2ffa4e3bdb5e5c12d98c20c0bba1e400 (patch) | |
tree | e1b80a12542896021ce624926b7fa2b00517bd92 /items | |
parent | 70ecde3f78dc9885a04eb002f68681d03cc2d212 (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.asm | 2 |
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 |