diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-12 23:24:52 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-12 23:24:52 -0500 |
| commit | c19289596da7ccd86219d3f7e246a2e48a2f9ed7 (patch) | |
| tree | 8af252dfc3158cc98719c50474adeb6067ce5edd /data/maps/FallarborTown_MoveRelearnersHouse | |
| parent | e497fc64e302f6c9257da5a9435d2905e2e780a8 (diff) | |
Give/Take to Add/Remove for silent script macros
Diffstat (limited to 'data/maps/FallarborTown_MoveRelearnersHouse')
| -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 788ee088d..aa2eeb3e8 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 - takeitem ITEM_HEART_SCALE, 1 + removeitem ITEM_HEART_SCALE, 1 goto FallarborTown_MoveRelearnersHouse_EventScript_ComeBackWithHeartScale end |
