This is a feature branch repo for pret's pokeemerald decomp.
- This is a port of BSBob's map pop-ups from Vanadium Version. If you pull this, please credit him.
map_name_popup.h
has configs for alpha blending the pop-ups as well as displaying 24 hour time on the clock.- You can easily add additional pop-up themes by doing the following:
- Add your primary (top) pop-up image, secondary (bottom) pop-up image, and palette to the
graphics/map_popup/
folder. - In
map_name_popup.c
, add the theme to theMapPopUp_Themes
enum. - Next, add your images and palettes with their file path following the example of the black theme right above
sRegionMapSectionId_To_PopUpThemeIdMapping
. - Finally, add your theme to the
switch
statement inLoadMapNamePopUpWindowBgs(void)
. - Now just assign your theme to any map section you want it to be used for.
- Add your primary (top) pop-up image, secondary (bottom) pop-up image, and palette to the
- This is a branch of pokeemerald that fixes all of the errors/warnings generated by the modern compiler using the strict compiler flags that pokeemerald-expansion uses.
- The primary use case for this branch is to pull in your pokeemerald feature branches and then build/test to find all errors that your branch will introduce if someone pulls the branch into pokeemerald-expansion.
- This is NOT a feature branch, and is not intended to be used as anything other than a development tool.