M README.md => README.md +1 -1
@@ 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
-------
M x.gdb => x.gdb +1 -1
@@ 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