mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 09:54:10 -04:00
Update level.gc
This commit is contained in:
@@ -24,7 +24,7 @@ into 7 sections, which might explain the weird sizes in the center.
|
||||
(define-extern level-update-after-load (function level login-state level))
|
||||
(define-extern *level-type-list* type)
|
||||
|
||||
(defglobalconstant NUM_LEVEL_PAGES (+ 146 24 24 24 24 24 24))
|
||||
(defglobalconstant NUM_LEVEL_PAGES (+ 146 24 24 24 24 24 24 24 24))
|
||||
(defglobalconstant LEVEL_PAGE_SIZE_KB 126) ;; original value
|
||||
(defglobalconstant LEVEL_PAGE_SIZE (* LEVEL_PAGE_SIZE_KB 1024)) ;; original value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user