You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be incorrect here as I have not played your ROM yet, I was just looking at the code to get help for something and noticed the battle layout seemingly hadn't been changed to be like the Japanese, although you have changed many other things. The English battle text is:
BattleMenuText:
db "FIGHT PKMN"
next "ITEM RUN@"
The Japanese is:
BattleMenuText:
db "FIGHT BAG"
next "PKMN RUN@"
Additionally, at least in the screenshots on the homepage here, the Poke Ruble (₽) sign has not been changed to the Japanese 円 sign, nor has it been moved to after the numbers (50円 not ₽50).
I am not sure if you care about these differences, but based on the description of your hack, I assumed you might.
The text was updated successfully, but these errors were encountered:
Been off doing other things but decided to check in on this project. I wish github had done a better job letting me know people had posted issues apologies for the huge delay! I really appreciate these little details, main reason they are missing is just because I didn't know but it'll also take me a bit to figure out how to reorder the menu options but I'll likely give it a go.
For the currency marker though I had no idea I totally thought they made up the Poke Ruble for all I didn't know it had a different sign in the originals as I couldn't read enough to make it that far haha I'll get that fixed first with some other typo's if I can find them then I'll take a look into resorting the menu options
Could be incorrect here as I have not played your ROM yet, I was just looking at the code to get help for something and noticed the battle layout seemingly hadn't been changed to be like the Japanese, although you have changed many other things. The English battle text is:
BattleMenuText:
db "FIGHT PKMN"
next "ITEM RUN@"
The Japanese is:
BattleMenuText:
db "FIGHT BAG"
next "PKMN RUN@"
Additionally, at least in the screenshots on the homepage here, the Poke Ruble (₽) sign has not been changed to the Japanese 円 sign, nor has it been moved to after the numbers (50円 not ₽50).
I am not sure if you care about these differences, but based on the description of your hack, I assumed you might.
The text was updated successfully, but these errors were encountered: