DiskPoppy
DiskPoppy
### Zig Version 0.11.0-dev.900+0fb53bd24 ### Steps to Reproduce and Observed Behavior ``` const testing = @import("std").testing; const DirectionalPad = packed struct { x: i2 = 0, y: i2 = 0,...
I think uberasmtool still thinks it's a vanilla gamemode, so it uses the vanilla table and crashes.
In the files included directly from the list, filepaths (in insrc, incbin, table, %prot_source, etc.) are treated as relative to UberASMTool.exe. However, in the incsrc'd files, the filepaths are treated...
Example: `testfolder/test.asm:1 (called from testfolder/test.asm:12): error: (E5117): Unknown command. [l1]` The`testfolder/test.asm:1` should instead display the name of the included file. The line number is correct though.