mirror of
https://github.com/zeldaret/st
synced 2026-05-23 15:01:41 -04:00
529 B
529 B
Known bugs
This document contains a list of known bugs in the game.
Contents
Overlay mismatches
- In the function
func_ov026_0211e8ecat address0x02011e8ecin overlay 26 of the EU version, a 32-bit value is read from the address0x020b8310 + 0x374and compares it to the number1. 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 value0x0204a110(a pool constant).