mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-09-10 01:35:30 -05:00
Disable "Print Clock" menu entry by default
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
//#define PRINT_CLOCK_FUNCTION_ENABLED 1
|
||||
|
||||
// these are used to pass as a pointer to the gen1PrepareToTeachPikachu function
|
||||
extern const Move MOVE_SURF;
|
||||
extern const Move MOVE_FLY;
|
||||
@@ -125,6 +127,8 @@ void resetRTC(void* context, const void* param);
|
||||
*/
|
||||
void gen2ReceiveMysteryGift(void* context, const void* param);
|
||||
|
||||
#ifdef PRINT_CLOCK_FUNCTION_ENABLED
|
||||
void printClock(void* context, const void* param);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user