summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorMr Wint <MrWint42@gmail.com>2013-10-02 06:53:35 +0200
committerMr Wint <MrWint42@gmail.com>2013-10-02 06:53:35 +0200
commitc666d1014aef2b7fb421c9f8bd36714e73da8d3c (patch)
treebdb8aef3db2ffcef513c0ce5383969f1d6e1b8cb /items
parentc5ff1606f0d20175ae24ae2bbd61a4255e050d48 (diff)
* make jumps and calls use labels
Diffstat (limited to 'items')
-rw-r--r--items/item_effects.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm
index c12a31bd1..17e5f72d4 100644
--- a/items/item_effects.asm
+++ b/items/item_effects.asm
@@ -851,8 +851,12 @@ Function_0xed8c: ; ed8c
; edab
-INCBIN "baserom.gbc", $edab, $ee01 - $edab
+INCBIN "baserom.gbc", $edab, $edfa - $edab
+; known jump sources: e8c9 (3:68c9), f7a0 (3:77a0)
+Functionedfa: ; edfa (3:6dfa)
+ callba Function2715c
+ ret
Item06: ; ee01
callba Function91ae1