diff options
author | yenatch <yenatch@gmail.com> | 2017-12-06 00:04:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-06 00:04:14 -0500 |
commit | 08ddbe843b6d29c0901ff5f0862cbb5a57b557d7 (patch) | |
tree | 3b2ee96b21423a65b6b0e32766dc44e689a4742e /constants | |
parent | 7a2a20528136b9a2452a313cd50c46a45f9a5cb0 (diff) | |
parent | f619e84e4f6cd24cd4a089da58625d54ad6b3ab1 (diff) |
Merge pull request #403 from mid-kid/master
mid-kid's patches: The Experience
Diffstat (limited to 'constants')
-rw-r--r-- | constants/item_constants.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index 71cc2ba60..76eaba5ca 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -416,16 +416,16 @@ ITEMMENU_CLOSE EQU 6 ; PartyMenuActionText const_def - const PARTYMENUACTION_00 + const PARTYMENUACTION_CHOOSE_POKEMON const PARTYMENUACTION_HEALING_ITEM - const PARTYMENUACTION_02 - const PARTYMENUACTION_TEACH_TM - const PARTYMENUACTION_04 + const PARTYMENUACTION_SWITCH + const PARTYMENUACTION_TEACH_TMHM + const PARTYMENUACTION_MOVE const PARTYMENUACTION_EVO_STONE - const PARTYMENUACTION_06 - const PARTYMENUACTION_07 - const PARTYMENUACTION_08 - const PARTYMENUACTION_MOBILE + const PARTYMENUACTION_GIVE_MON + const PARTYMENUACTION_GIVE_MON_FEMALE ; unused + const PARTYMENUACTION_GIVE_ITEM + const PARTYMENUACTION_MOBILE ; mobile const_value set $f0 const PARTYMENUTEXT_HEAL_PSN |