geadline: move cursor #3

Merged
starnakin merged 3 commits from kdx/IronGOLEM:master into master 2023-07-25 00:37:48 -04:00
Showing only changes of commit 575ed7aa64 - Show all commits

View File

@ -1,4 +1,4 @@
define HEAP_SIZE = 0x8000; define HEAP_SIZE = 0x4000;
global heap[HEAP_SIZE] = 0; global heap[HEAP_SIZE] = 0;
define PADDING_SIZE = 4; define PADDING_SIZE = 4;