mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
mid2agb: allow -L param to take string
This commit is contained in:
parent
a63f3ce872
commit
e0acb92a3f
@ -153,7 +153,7 @@ int main(int argc, char** argv)
|
||||
case 'L':
|
||||
if (arg == nullptr)
|
||||
PrintUsage();
|
||||
g_asmLabel = std::stoi(arg);
|
||||
g_asmLabel = arg;
|
||||
break;
|
||||
case 'N':
|
||||
g_compressionEnabled = false;
|
||||
|
Loading…
Reference in New Issue
Block a user