[decomp] clean up first 50 files (#1422)

This commit is contained in:
water111
2022-06-05 18:51:19 -04:00
committed by GitHub
parent 4a298fbe7b
commit 4c28794d23
51 changed files with 831 additions and 778 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
(defmethod inspect load-dir ((obj load-dir))
(local-vars (sv-16 basic))
(format #t "[~8x] ~A~%" obj (-> obj type))
(format #t "~Tlevel: ~A~%" (-> obj unknown))
(format #t "~Tlevel: ~A~%" (-> obj lev))
(format #t "~Tallocated-length: ~D~%" (-> obj string-array allocated-length))
(format #t "~Tlength: ~D~%" (-> obj string-array length))
(dotimes (s5-0 (-> obj string-array length))