diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-31 07:20:25 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-31 07:20:25 -0700 |
commit | 97ef590f9ec7a7ae38d98b7cf1fd6947b10b711e (patch) | |
tree | 7f9285b3c63c1704af9cad820f10d047b4a9d7a9 /items/item_effects.asm | |
parent | 73905420f8a4646fadb6049e9979df8e0a23b3d4 (diff) | |
parent | 2acccc3ea5d5ebdd54cddc6cb7a3c888428be286 (diff) |
Merge pull request #180 from yenatch/master
label renaming
Diffstat (limited to 'items/item_effects.asm')
-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 cdca23be0..342f61926 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 @@ -1212,7 +1212,7 @@ BitterBerry: ; f16a call $7789 ld hl, $4d81 - call FarBattleTextBox + call StdBattleTextBox ld a, $0 |