Got a bug for ya. "02 day 35" script, starting line 491 (menu), choice at line 513. There's no way "shootgirl105 == 76" for that choice to ever be valid or seen on screen, as this menu is where it's created.
This menu area also creates another issue I'm surprised no one has caught yet which is in regards to Martina Snitch. "02 day 31" creates "shootgirl105 = 75" at line 266 when in the Martina not chosen for photoshoot after making her initial deal aka "snitch". Now due to this aforementioned menu in "02 day 35" Yanmei is selected due to Riley request and Martina never gets the photoshoot the following day (shootgirl105 was set to 75 for Martina post-snitch, but then set to 76 with this Riley choice menu at the Skybar scene).
I know there's an easier way to explain but I've been writing so much code for days now that I'm likely not being clear. Let me know if y'all need a breakdown but it's simple enough with: 1) Martina met, make shoot for sex deal, break deal by shooting Belen. 2) Riley gets panties in wad and forces player to shoot her "next Monday" which would be day36, but in day35 playthrough Riley texts, wants you to meet Yenmei and shoot her in day36. 3) Martina gets GirlOfTheWeek skipped in this route which doesn't seem intentional.
Either way, 02day35, line 513 is borked at a minimum. The code for the initial issue is below for reference (I removed my WT code so it's clean). Regards.