[jak3] implement autocollect and city turbo board cheats, fix actor heap and level flags (#3541)

This commit is contained in:
ManDude
2024-05-31 17:41:35 +02:00
committed by GitHub
parent cefb371681
commit ea1271cfd0
41 changed files with 901 additions and 968 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
(draw-memory-bar-kheap buf global :idx idx :color (static-rgba 32 32 255 64))
(draw-memory-bar-kheap buf debug :idx (1+! idx) :color (static-rgba 255 32 32 64))
(dotimes (i (-> *level* length))
(draw-memory-bar-kheap buf (-> *level* level i heap)
(draw-memory-bar-kheap buf (if (= (-> *level* level i status) 'inactive) (-> *level* level-default heap) (-> *level* level i heap))
:name (aif (-> *level* level i borrow-from-level)
(string-format "(~A)l~D<-l~D" (-> *level* level i name) i (-> it index))
(string-format "(~A)l~D" (-> *level* level i name) i))