Add tprintf to RamCostGenerator

This commit is contained in:
PathToLife 2022-05-23 19:57:23 +12:00 committed by GitHub
parent e4903f27f8
commit 3f1cb27ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,6 +356,7 @@ export const RamCosts: IMap<any> = {
print: 0, print: 0,
printf: 0, printf: 0,
tprint: 0, tprint: 0,
tprintf: 0,
clearLog: 0, clearLog: 0,
disableLog: 0, disableLog: 0,
enableLog: 0, enableLog: 0,