We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For the file "src/pokenav_menu_handler_gfx.c", the line "+static u32 LoopedTask_CannotAccesPC(s32);" has the word 'access' misspelled and this mispelling happens again at "+ [POKENAV_MENU_FUNC_CANNOT_ACCESS_PC] = LoopedTask_CannotAccesPC". Both misspellings needed to be fixed to make the ROM without errors.
LoopedTask_CannotAccesPC -> LoopedTask_CannotAccessPC
Swapped FLAG_SYS_PC_FROM_POKENAV for gSysPcFromPokenav
Added in the pokenav_main_menu.c, strings.h, flags.h, pokenav.h
Fixed typo
Light cleanup
Updated Add PC Access in PokeNav (markdown)
Created Add PC Access in PokeNav (markdown)