Add trials required and merchant prices to save file instead of loading from active spoiler log

This commit is contained in:
Garrett Cox
2022-09-05 14:55:34 -05:00
parent 87a78cf87c
commit 1c13fdec5f
5 changed files with 53 additions and 7 deletions
+1
View File
@@ -261,5 +261,6 @@ extern GraphicsContext* __gfxCtx;
#define SEG_ADDR(seg, addr) (addr | (seg << 24) | 1)
#define NUM_TRIALS 6
#define NUM_SCRUBS 35
#endif