Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow @ as label prefix #60

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

tech-ticks
Copy link
Contributor

Closes #52.

Note: I can't find a simple example to manually test this change with end-to-end, because simple code like

def 0 {
    @foo;
    jump @foo;
    end;
}

doesn't decompile to ExplorerScript and SSBScript only shows a jump to a "ghost label". However, this behavior is consistent with the current master (and an older SkyTemple version I have installed), so this change doesn't seem to break anything.

@theCapypara theCapypara self-requested a review July 11, 2024 07:55
@theCapypara theCapypara merged commit ae68467 into SkyTemple:master Jul 12, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow @ as prefix for label definitions
2 participants