diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-14 16:37:12 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-14 16:37:12 -0400 |
commit | a5f5418faeb2ded9ddd898851ea0716e2d6ecf09 (patch) | |
tree | 53b0e14313ee6d77e147c4b2b9b0fe3d993300d8 /items/item_effects.asm | |
parent | 1fa6aecbfcc81b8794ca10e6d88837b1645f95e1 (diff) |
Rename FixedWords to EZChat
Diffstat (limited to 'items/item_effects.asm')
-rw-r--r-- | items/item_effects.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index b9bca17b4..b2ec6d0be 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -2480,20 +2480,20 @@ CoinCase: ; f59a OldRod: ; f5a5 ld e, $0 - jr Function_0xf5b1 + jr UseRod ; f5a9 GoodRod: ; f5a9 ld e, $1 - jr Function_0xf5b1 + jr UseRod ; f5ad SuperRod: ; f5ad ld e, $2 - jr Function_0xf5b1 + jr UseRod ; f5b1 -Function_0xf5b1: ; f5b1 +UseRod: ; f5b1 callba FishFunction ret ; f5b8 |