summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-22 17:17:24 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-22 17:17:24 -0400
commitb5aad665f6f50d4ed04b0fc51ec45dc46ccf9fdf (patch)
tree916c1f5eae2566ced58e84f00ef94040320c599f /main.asm
parentc257a3898a94b79d6fc3b38c2e786b439d8f0d83 (diff)
Add item effects jumptable
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 108926bf..b82cd6c8 100644
--- a/main.asm
+++ b/main.asm
@@ -602,9 +602,9 @@ Text_CaughtBugMon:
text_jump Text_CaughtBugMon_
db "@"
-DoItemEffect_::
+INCLUDE "items/item_effects.asm"
+
IF DEF(GOLD)
- dr $e7a6, $f900
Functionf900:
dr $f900, $f933
GetMaxPPOfMove:
@@ -612,7 +612,6 @@ GetMaxPPOfMove:
ENDC
IF DEF(SILVER)
- dr $e7a4, $f8fe
Functionf900:
dr $f8fe, $f931
GetMaxPPOfMove: