From 18dc360893f5b4b8842630008c072e993bd25135 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 18 Mar 2024 21:41:49 -0400 Subject: add get/add/remove purchased planes --- srb_lib.py | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 64 insertions(+), 12 deletions(-) (limited to 'srb_lib.py') diff --git a/srb_lib.py b/srb_lib.py index e8adab4..253a3be 100644 --- a/srb_lib.py +++ b/srb_lib.py @@ -20,7 +20,7 @@ # Dependencies: import sys, struct -srb_lib_version = "20240313a" +srb_lib_version = "20240318a" # Table of byte positions of values in the savegame file, minus the first four bytes which are the checksum. Due to zero-indexing of python lists, but for ease of usage, we will always put a zero as the value of index 0. That is, profile 1 will use index 1 of the list. # "Z