dev142 - get rid of TE stuff

This commit is contained in:
tildearrow 2023-02-19 17:40:34 -05:00
parent a249f40716
commit 5d6a338f41
4 changed files with 4 additions and 18 deletions

View file

@ -47,8 +47,8 @@
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
#define BUSY_END isBusy.unlock(); softLocked=false;
#define DIV_VERSION "Tournament Edition"
#define DIV_ENGINE_VERSION 141
#define DIV_VERSION "dev142"
#define DIV_ENGINE_VERSION 142
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02