ACCESS: Implemented chapter debug command

This commit is contained in:
Paul Gilbert 2014-11-08 19:16:14 -05:00
parent e7818639af
commit aea906f7d3
8 changed files with 72 additions and 11 deletions

View file

@ -25,8 +25,6 @@
#include "access/resources.h"
#include "access/scripts.h"
#define SCRIPT_START_BYTE 0xE0
namespace Access {
Scripts::Scripts(AccessEngine *vm) : Manager(vm) {