From 37104c7e1c4c2f301370ebdcd0df46ecc1bdae51 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 20 Apr 2021 22:19:19 -0600 Subject: [PATCH] timer --- main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lisp b/main.lisp index 4c7a788..5db9834 100644 --- a/main.lisp +++ b/main.lisp @@ -1,7 +1,7 @@ (ql:quickload "cl-charms") (ql:quickload "trivial-left-pad") -(defvar *splits* '(("start" 0 0 0)("Kraid" 0 0 0)("Phantoon" 0 0 0)("Draygon" 0 0 0)("Ridley" 0 0 0))) +(defvar *splits* '(("Chozo" 0 0 0)("Kraid" 0 0 0)("Wave Beam" 0 0 0)("Phantoon" 0 0 0)("Botwoon" 0 0 0)("Draygon" 0 0 0)("Ridley" 0 0 0)("Mother Brain" 0 0 0))) (defvar *current-split-index* 0) (defvar *interval* internal-time-units-per-second) (defvar *start-time* 0)