-
Notifications
You must be signed in to change notification settings - Fork 93
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
Suggestion: Add Map Frame option to New Map Dialog #262
Comments
Good catch. The implementation idea is a bit iffy, though. It's not in porymap's best interest to modify C files with actual functions etc.. I would consider these options:
I sort of prefer number 2, as it's less invasive and won't spectacularly fail as soon as someone decides to customize their map name popup code. |
True, Option 2 does seem like a good idea. I think documentation should also be updated in the |
I'm in the middle of redesigning the New Map dialog, I'm going to say this probably isn't worth doing anything about on Porymap's end. This feature is only present in pokeemerald, and the array in question can be updated to use an appropriate size constant (so that as |
Array will be updated in pokeemerald by pret/pokeemerald#2063 |
(pokeemerald)
Some explanation is probably needed. When you enter a new map, a display will popup in the top left. This frame is changed in
src/map_name_popup.c
. I created a map in porymap and didn't know to modify this file to account for my new map section so I saw the name of the map and a garbled mess for the frame. Once I added the line, everything was perfect. It would be nice if porymap did this upon map creation. If I find some free time, I might look into implementing this.My idea for how it would work:
Map Frame Theme
will be on the dialog. (options for this dropdown are populated by the enum at the top of the file)gRegionMapSectionId_To_PopUpThemeIdMapping
array.The text was updated successfully, but these errors were encountered: