diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-22 17:17:24 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-22 17:17:24 -0400 |
commit | b5aad665f6f50d4ed04b0fc51ec45dc46ccf9fdf (patch) | |
tree | 916c1f5eae2566ced58e84f00ef94040320c599f /main.asm | |
parent | c257a3898a94b79d6fc3b38c2e786b439d8f0d83 (diff) |
Add item effects jumptable
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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: |