Assembling bug with 2 files of the same name in different folders · Issue #29 · VitorVilela7/UberASMTool · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When 2 different asm types reference files with the exact same name (e.g. using both level/foo.asm and gamemode/foo.asm), both are assembled pointing to only one file instead of to their respective files. In the example provided level 105 expects level/code.asm and gamemode 07 expects gamemode/code.asm, but both are pointer to gamemode/code.asm.
I have not tested any other combinations as of writing; and this was tested with both versions 1.4 and 1.5. uberasm_bug.zip
The text was updated successfully, but these errors were encountered:
When 2 different asm types reference files with the exact same name (e.g. using both level/foo.asm and gamemode/foo.asm), both are assembled pointing to only one file instead of to their respective files. In the example provided level 105 expects level/code.asm and gamemode 07 expects gamemode/code.asm, but both are pointer to gamemode/code.asm.
I have not tested any other combinations as of writing; and this was tested with both versions 1.4 and 1.5.
uberasm_bug.zip
The text was updated successfully, but these errors were encountered: