diff --git a/data/event_scripts.s b/data/event_scripts.s index f69bade07d..b692934410 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -2495,11 +2495,6 @@ EventScript_2926F8:: @ 82926F8 end .include "data/scripts/players_house.inc" - -EventScript_RunningShoesManual:: @ 8292DE5 - msgbox LittlerootTown_BrendansHouse_1F_Text_1F7F66, MSGBOX_SIGN - end - .include "data/scripts/pokeblocks.inc" .include "data/text/mauville_man.inc" .include "data/text/trainers.inc" diff --git a/data/scripts/players_house.inc b/data/scripts/players_house.inc index 149fb52cc0..741b7f41e2 100644 --- a/data/scripts/players_house.inc +++ b/data/scripts/players_house.inc @@ -707,3 +707,7 @@ LittlerootTown_BrendansHouse_1F_Movement_292DDE: @ 8292DDE walk_right walk_in_place_fastest_up step_end + +EventScript_RunningShoesManual:: @ 8292DE5 + msgbox LittlerootTown_BrendansHouse_1F_Text_1F7F66, MSGBOX_SIGN + end