mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-03 11:33:04 +00:00
Do not free an expansion until its offset is *past* its size. This means potentially freeing a nested stack of expansions all at once. Fixes #696