From ea36e0f6dcca9eb1d5eea21e8bf94665ea4580bb Mon Sep 17 00:00:00 2001
From: Mauro Junior <45118493+jetrotal@users.noreply.github.com>
Date: Mon, 6 Nov 2023 01:23:28 -0300
Subject: [PATCH] DynRPG Easyrpg_raw - simplify commands
removed repeated code, and overcomplex logic.
---
src/constants.h | 24 +++--------
src/dynrpg_easyrpg.cpp | 93 ++++++++++++++++--------------------------
2 files changed, 42 insertions(+), 75 deletions(-)
diff --git a/src/constants.h b/src/constants.h
index 39f84a8221c..c5c96bd27d4 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -15,6 +15,7 @@
* along with EasyRPG Player. If not, see .
*/
+#include "utils.h"
#include
#include