From b94b84524845537d653fe70b816d31f735534736 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 23 Apr 2025 21:42:11 +0200 Subject: [PATCH] BUGS: Added cell write crash bug --- BUGS.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. + -- 2.30.2