new(all): Alpha Word Debugger for 3.0.

This commit is contained in:
rodrigorodriguez 2022-11-12 23:26:47 -03:00
parent 301de1f73c
commit 24af00cff6

View file

@ -363,7 +363,7 @@ export class GBVMService extends GBService {
var allLines = code.split("\n");
const keywords = this.getKeywords();
const offset = 37;
const offset = 34;
const jsonMap = {};
for (var i = 0; i < allLines.length; i++) {