Add an "Unlock Egg Ticket" option for Pokémon Crystal

This commit is contained in:
Philippe Symons
2026-01-07 22:43:17 +01:00
parent d106863b50
commit efda9abed7
3 changed files with 43 additions and 1 deletions

View File

@@ -92,6 +92,15 @@ void gen1MoveDeleterApply(void* context, const void* param);
* @param param a nullpointer (dummy param)
*/
void gen2ReceiveGSBall(void* context, const void* param);
/**
* This function will unlock the Egg Ticket event in a Pokémon Crystal save
*
* @param context a MenuScene*
* @param param a nullpointer (dummy param)
*/
void gen2ReceiveEggTicket(void* context, const void* param);
/**
* This function will set a gen II event flag
*