From 0d21a79d8e1973f0f430613a92e9bce9ba57d438 Mon Sep 17 00:00:00 2001 From: Reonu Date: Sun, 25 Jul 2021 15:46:11 +0100 Subject: [PATCH] fixed oopsie when organising the config file --- include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.h b/include/config.h index ec683d95..66c99565 100644 --- a/include/config.h +++ b/include/config.h @@ -94,8 +94,6 @@ //#define SKIP_TITLE_SCREEN // Uncomment this if you want to keep the mario head and not skip it //#define KEEP_MARIO_HEAD -// Makes the coins ia8 64x64 instead of ia16 32x32. Uses new ia8 textures so that vanilla coins look better. -#define IA8_COINS // Enables "parallel lakitu camera" or "aglab cam" which lets you move the camera smoothly with the dpad #define PARALLEL_LAKITU_CAM // Allows Mario to ledgegrab sloped floors @@ -151,6 +149,8 @@ #define AUTO_LOD // Disable AA (Recommended: it changes nothing on emulator, and it makes console run better) #define DISABLE_AA +// Makes the coins ia8 64x64 instead of ia16 32x32. Uses new ia8 textures so that vanilla coins look better. +#define IA8_COINS // If you want to change the extended boundaries mode, go to engine/extended_bounds.h and change EXTENDED_BOUNDS_MODE