From 901a83d249a511e45a79d3358bdbdf1a594013ab Mon Sep 17 00:00:00 2001 From: Fontbane Date: Mon, 22 Apr 2019 16:31:51 -0400 Subject: Fix some labels and include decorations.h Include decorations.h in shop.c Include decorations.h in event_scripts.s --- data/maps/Route120/scripts.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/Route120/scripts.inc') diff --git a/data/maps/Route120/scripts.inc b/data/maps/Route120/scripts.inc index d9b4ea4dd..1268b9965 100644 --- a/data/maps/Route120/scripts.inc +++ b/data/maps/Route120/scripts.inc @@ -1,6 +1,6 @@ Route120_MapScripts:: @ 81F53EC map_script MAP_SCRIPT_ON_RESUME, Route120_MapScript1_1F53FC - map_script MAP_SCRIPT_ON_TRANSITION, Route120_MapScript1_OnTransition + map_script MAP_SCRIPT_ON_TRANSITION, Route120_OnTransition map_script MAP_SCRIPT_ON_LOAD, Route120_MapScript1_1F5474 .byte 0 @@ -60,7 +60,7 @@ Route120_EventScript_1F54C8:: @ 81F54C8 setobjectmovementtype 36, MOVEMENT_TYPE_FACE_RIGHT return -Route120_MapScript1_OnTransition: @ 81F54CD +Route120_OnTransition: @ 81F54CD call Route120_EventScript_28CCC7 call Route120_EventScript_1F54D8 end -- cgit v1.2.3