Skip to content

[BUG] Symbol "_rom_copy_info" is being generated twice #136

@LivewireCB

Description

@LivewireCB

Repository URL

https://github.com/LivewireCB/Mystery-Mayhem-Decomp

Game Name

Scooby Doo - Mystery Mayhem

Game Version

NTSC

Description

dtk version v1.8.3

When trying to split the game I receive the error
"Symbol _rom_copy_info (0x800168D0..0x8001696C) overlaps with symbol _rom_copy_info (0x800168E8..0x8001696C, align 1)"
When deleting the _rom_copy_info symbol, dtk creates 2 of them.

_rom_copy_info = .init:0x800168D0; // type:object scope:global data:4byte
_rom_copy_info = .init:0x800168E8; // type:object size:0x84 scope:global

If it matters, this is the game that starts at .init:0x80014460

splits.txt
symbols.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions