From 78c40e1422a86bd184ae1d571b241fa881f78ca0 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 29 May 2023 17:32:58 -0400 Subject: target rate slider, hyperspeed, more --- warriors/simple-clear.red | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 warriors/simple-clear.red (limited to 'warriors/simple-clear.red') diff --git a/warriors/simple-clear.red b/warriors/simple-clear.red new file mode 100644 index 0000000..b40215e --- /dev/null +++ b/warriors/simple-clear.red @@ -0,0 +1,9 @@ +;name simple core clear +;author blah + +start: +mov background, background + 1 +sne.ab #0-1, start +mov.ab #background - start, start +jmp start, >start +background: -- cgit v1.2.3