From 88a5f881a2e0899b0abbedf2d27607283488902f Mon Sep 17 00:00:00 2001 From: Bittah Date: Sun, 8 Sep 2024 20:37:42 +0200 Subject: [PATCH] Enable scriptaction4.asm (Script action 4 : Move to Cell) for everything --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index f68e3c0..720f65e 100644 --- a/Makefile +++ b/Makefile @@ -396,12 +396,7 @@ OBJS += src/rules_process.o OBJS += src/scale_movie_fix.o OBJS += src/scale_movie_fix_hack.o OBJS += src/screenshots_in_subdir.o - -# Only include in: MOD_DTA MOD_RUBICON MOD_TO MOD_TI -ifneq ($(call ifdef_any_of,MOD_DTA MOD_RUBICON MOD_TO MOD_TI),) OBJS += src/scriptaction4.o -endif - OBJS += src/skip_score.o OBJS += src/veterancy_crate_check_trainable.o OBJS += src/video_mode_hacks.o