-
Notifications
You must be signed in to change notification settings - Fork 43
[BUG] Symbol "_rom_copy_info" is being generated twice #136
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working