From: Lukas Krickl Date: Wed, 23 Apr 2025 19:42:11 +0000 (+0200) Subject: BUGS: Added cell write crash bug X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=b94b84524845537d653fe70b816d31f735534736;p=gbrg%2F.git BUGS: Added cell write crash bug --- diff --git a/BUGS.md b/BUGS.md index 34d27a2..b81cd17 100644 --- a/BUGS.md +++ b/BUGS.md @@ -1,4 +1,7 @@ # Known Bugs -- When rooms are linked it is possible to overwrite exits -- anim_move does not actually move the way it was intended. anim_move should have another parameter that allows configuration of the loop step. Currently this is only a `dec operation`. +## When place a new building the game crashes eventually + +It seems to be related to the jp to hl caused by a cell's update routine. +There seem to be writes to weird hw registers when placing buildings. +