diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-12 23:28:38 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-12 23:29:19 -0500 |
| commit | 96720db08319d8f69d7864e186722d13dc9ceb05 (patch) | |
| tree | 56af2f4457cb6d51202e7dabdc1b85f8b3d22141 /data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc | |
| parent | c19289596da7ccd86219d3f7e246a2e48a2f9ed7 (diff) | |
Remove unnecessary removeitem arguments
Diffstat (limited to 'data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc')
| -rw-r--r-- | data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc b/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc index aa2eeb3e8..ac0f42f20 100644 --- a/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc +++ b/data/maps/FallarborTown_MoveRelearnersHouse/scripts.inc @@ -42,7 +42,7 @@ FallarborTown_MoveRelearnersHouse_EventScript_ChooseMove:: @ 820140C compare VAR_0x8004, 0 goto_if_eq FallarborTown_MoveRelearnersHouse_EventScript_ChooseMon msgbox FallarborTown_MoveRelearnersHouse_Text_HandedOverHeartScale, MSGBOX_DEFAULT - removeitem ITEM_HEART_SCALE, 1 + removeitem ITEM_HEART_SCALE goto FallarborTown_MoveRelearnersHouse_EventScript_ComeBackWithHeartScale end |
