Initial check in

This commit is contained in:
2026-01-03 19:05:48 +01:00
commit 1254878a31
253 changed files with 30484 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#ifndef FX2_GLOBALS_H
#define FX2_GLOBALS_H
#include <fx2.h>
extern xdata bool Sleep;
extern xdata bool GotSUD;
extern xdata bool Rwuen;
extern xdata bool SelfPower;
extern bool (*fx2_ep0_hook)();
extern bool (*fx2_ep1_hook)();
extern bool (*fx2_ep2_hook)();
extern bool (*fx2_ep4_hook)();
extern bool (*fx2_ep6_hook)();
extern bool (*fx2_ep8_hook)();
#endif