 |
Description |
Objects RAM ($0867-$1068) is not initialized on game reset. This can lead to a bug where characters x and y positions ($1FD3-$1FF2) loaded from the save file can be overwritten after save file loading by the objects x and y position RAM values.
As specific consequence of this is if the player say three time no to Banon with Terra, watch the wounded returner event and reset the game after the end of event, Edgar, Sabin and Locke positions will not be reset. Loading the game and repeating the wounded soldier event will freeze the event because Edgar, Sabin and Locke are shown on the map before their position set by event to the right part of the map. The characters will block Terra's path, hence an event freeze.
To fix this, all Objects RAM is cleared at game loading. |
|