From 382f541c1219d74672c685513922c732575ea90c Mon Sep 17 00:00:00 2001 From: Lukas Himbert Date: Tue, 2 May 2023 21:25:33 +0200 Subject: [PATCH] testing done --- README.md | 2 +- x.gdb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70559ef..80177c4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Known issues - When auto fast-forward is enabled (L1), the skipped cutscenes will briefly flash instead of the screen staying black. The flashes are likely slow enough to not trigger PSE since there tend to be ~1-2 s between flashes, but at the very least it's a bit annoying. - In runs, the only time this is likely to happen is in the chapter 4 end sequence where that one gate scene isn't implemented as a (skippable) cutscene. + In runs, this is only likely to happen at the start of chapter 2 and the end of chapter 4 where parts of the cutscene sequences can't be skipped. Credits ------- diff --git a/x.gdb b/x.gdb index 7976a24..f884c63 100644 --- a/x.gdb +++ b/x.gdb @@ -18,7 +18,7 @@ handle SIGUSR1 pass nostop noprint #condition 1 ((*(unsigned char *) 0x1416c535d) == 0) #break *0x14032a5b1 if $rbx != 0x1416c1620 # tested by doing a full run, never triggered -break *0x1403dfda3 if $rax != 0x1416c1620 +#break *0x1403dfda3 if $rax != 0x1416c1620 # same ## JP -- 2.45.2