diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 11:05:26 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 11:05:26 -0500 |
| commit | ba05bfeafec51b183986ecaacd22c718ec21f56a (patch) | |
| tree | 671cb0eda5320b23602bca33e8ff0e8a49c2e37e /items | |
| parent | d8cd991b35d45ef75b06a89b0626381132b34806 (diff) | |
Move some gfx files around, also clock reset fn
Diffstat (limited to 'items')
| -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 22877e26e..b3cc62434 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -358,7 +358,7 @@ endr push de ; BUG: callba overwrites a, - ; and GetItem takes b anyway. + ; and GetItemHeldEffect takes b anyway. ; This is probably the reason ; the HELD_CATCH_CHANCE effect @@ -368,7 +368,7 @@ endr ld a, [BattleMonItem] ; ld b, a - callba GetItem + callba GetItemHeldEffect ld a, b cp HELD_CATCH_CHANCE |
