19 lines
434 B
Plaintext
19 lines
434 B
Plaintext
; SCR 201
|
|
; Scripts Parser Version 2.0.1
|
|
; (c) Ubi Simulations 1997
|
|
|
|
;*************************************
|
|
;*** Memory description for Game ***
|
|
;*** All size are gived in bytes. ***
|
|
;*************************************
|
|
|
|
{NewMemoryDescription:
|
|
ACPFixMemory(620000)
|
|
GameFixMemorySize(80000)
|
|
AIFixMemory(265000)
|
|
TMPFixMemory(1000)
|
|
SAIFixMemorySize(1500)
|
|
IPTMemorySize(15000)
|
|
GfxU64FixMemory(150000)
|
|
FontMemorySize(20000)
|
|
} |