Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this adds italy support for fire red #62
the abilities section i am guessing that small portion of them are wrong(wouldn't track it but would track it in english version) but didn't want to take too deep dive into it before the new ability tracking logic is merged
i fixed few wrong addresses in the other languages
my understanding what addresses are different between english to other languages so far so it would be easier to update:
addresses that in ewram (have 0x02 as high bit) should be the same between fr 1.1 to all other languages
addresses that in iwram (have 0x03 as high bit) are different between fr 1.1 to other langueges but same between them
so for example gsaveBlock1ptr has same address between spain italy and france
addresses that in rom (have 0x08 as high bit) are different between everything but most of them you can search for same sequence of bytes between roms to find them so you go to the address in fr 1.1 look at 10 bytes there and search for them in the other language can use the hex editor in bizhawk or something else hex editor in bizhawk is a bit buggy though this worked for few of the abilities but not all of them