Skip to content

fix reordering displaylists in custom geolayout

ColinT1 requested to merge ColinT1/sm64-rom-manager:save-custom-geolayout into master

Prevent reordering of custom geolayout commands under two circumstances:

  1. Edit Geolayout: previous code forces all load displaylist commands to be adjacent to each other.
  2. Saving the ROM: previous code does not update Fast3DBuffer DLPointers from ROM load when a custom geolayout is written manually.

Merge request reports