From 2b33c7efe5e5cebd373e1bcd18717129607d538c Mon Sep 17 00:00:00 2001 From: Aetias Date: Sun, 20 Jul 2025 23:50:26 +0200 Subject: [PATCH] Add bugs.md --- docs/bugs.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/bugs.md diff --git a/docs/bugs.md b/docs/bugs.md new file mode 100644 index 00000000..18469b9a --- /dev/null +++ b/docs/bugs.md @@ -0,0 +1,13 @@ +# Known bugs + +This document contains a list of known bugs in the game. + +## Contents + +- [Overlay mismatches](#overlay-mismatches) + +## Overlay mismatches + +- In the function `func_ov026_0211e8ec` at address `0x02011e8ec` in overlay 26 of the EU version, a 32-bit value is read from +the address `0x020b8310 + 0x374` and compares it to the number `1`. This address is meant to be a struct field in overlay 16, +but it is possible that overlay 5 is loaded instead, causing the function to read the value `0x0204a110` (a pool constant).