diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-08 14:06:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-08 14:06:57 -0600 |
commit | 387dbf48d0bbb22dc16158a1ee0d373c166c8438 (patch) | |
tree | 155bfcbf888984db4f648bebe92e47d73008b0da /src/battle_script_commands.c | |
parent | 250538fcae79e4d11c6efb4f4bfb34080f72bd48 (diff) | |
parent | 4b7d778a5ce4c2012966bb34b706dadd860804a1 (diff) |
Merge pull request #202 from DizzyEggg/move_mon_data
Move data from asm to pokemon_1.c
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index b2d460e4f..fab1c18bb 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -950,11 +950,11 @@ static const u16 sRarePickupItems[] = ITEM_FULL_RESTORE, ITEM_ETHER, ITEM_WHITE_HERB, - ITEM_TM44, + ITEM_TM44_REST, ITEM_ELIXIR, - ITEM_TM01, + ITEM_TM01_FOCUS_PUNCH, ITEM_LEFTOVERS, - ITEM_TM26, + ITEM_TM26_EARTHQUAKE, }; static const u8 sPickupProbabilities[] = |