diff options
| author | Mr Wint <MrWint42@gmail.com> | 2013-10-02 06:53:35 +0200 |
|---|---|---|
| committer | Mr Wint <MrWint42@gmail.com> | 2013-10-02 06:53:35 +0200 |
| commit | c666d1014aef2b7fb421c9f8bd36714e73da8d3c (patch) | |
| tree | bdb8aef3db2ffcef513c0ce5383969f1d6e1b8cb /items | |
| parent | c5ff1606f0d20175ae24ae2bbd61a4255e050d48 (diff) | |
* make jumps and calls use labels
Diffstat (limited to 'items')
| -rw-r--r-- | items/item_effects.asm | 6 |
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 |
