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

Kanto Mon Names #79

Merged
merged 4 commits into from Nov 13, 2020
Merged

Kanto Mon Names #79

merged 4 commits into from Nov 13, 2020

Conversation

ghost
Copy link

@ghost ghost commented Oct 13, 2020

Relabeling Kanto mons to have their canon English names, being consistent with pokegold/red/etc
addressing issue "Japanese vs. English label names #77"

TODO:
Rename dirs/files, examples:
gfx/pokemon/fushigidane/front.pic
gfx/pokemon/fushigidane/back.pic
gfx/intro/lizardon_1.2bpp

Fix this (??):
dex_order_alpha

Align comments (Or remove them??), ex:
menu_icons
pokemon_constants

addresses issue "Japanese vs. English label names #77"

TODO:
Rename dirs/files, examples:
gfx/pokemon/fushigidane/front.pic
gfx/pokemon/fushigidane/back.pic
gfx/intro/lizardon_1.2bpp

Fix this:
dex_order_alpha

Align comments (Or remove them??), ex:
menu_icons
pokemon_constants
@Rangi42
Copy link
Member

Rangi42 commented Oct 13, 2020

Thanks for getting this started!

Constant value comments should stay, but they don't need the now-redundant English names. So const MON_DROWZEE ; 30 DROWZEE could just be const MON_DROWZEE ; 30, and so on. They should still be aligned if they already were.

plus a couple small fixes: GHOS -> GASTLY, etc
@ghost
Copy link
Author

ghost commented Oct 14, 2020

Anything else I'm missing? Do I need to re-order dex_order_alpha at all? Files and folders need renaming too still, yes?

@Rangi42
Copy link
Member

Rangi42 commented Oct 16, 2020

Yes, the TODO items you listed should be added, including renaming the DEX_* constants just like all other mentions of the 001-151 Japanese names.

@ghost ghost marked this pull request as ready for review October 17, 2020 19:15
Missed a few comments when changing Kanto mons names to English
@ghost
Copy link
Author

ghost commented Oct 19, 2020

Cool, I think this is ready now!

@Rangi42 Rangi42 merged commit fbf7fd0 into pret:master Nov 13, 2020
@ghost ghost deleted the mon_name_labels branch November 13, 2020 18:54
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.

1 participant