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

FITD Adds extra unnecessary whitespace when decompiling from WiiU #50

Open
leeevye opened this issue Mar 12, 2017 · 0 comments
Open

FITD Adds extra unnecessary whitespace when decompiling from WiiU #50

leeevye opened this issue Mar 12, 2017 · 0 comments

Comments

@leeevye
Copy link

leeevye commented Mar 12, 2017

When decompiling WiiU scripts, and viewing the scripts in a hex editor, there is 1 extra . (0D in hex) when compared to 3DS scripts.
Here are some examples:
WiiU:
MoveDef AttackHi3..{...Main()...{....Asynchronous_Timer
3DS:
MoveDef AttackHi3.{..Main()..{...Asynchronous_Timer
Those extra . are an extra bit added before the other ones, here they are in hex.
Example 1 is the space between Hi3 and the first {
Example 2 is the space between the first { and Main
Example 3 is the space between the second { and Asynchronous
WiiU:
Example 1: 0D 0A Example 2: 0D 0A 09 Example 3: 0D 0A 09 09
3DS:
Example 1: 0A Example 2: 0A 09 Example 3: 0A 09 09

Edited because I mixed some stuff up, oops.

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

No branches or pull requests

1 participant