misc stuff, mostly collision

This commit is contained in:
aap
2019-06-28 19:23:28 +02:00
parent bbb8a21fe1
commit 48cf8b6629
16 changed files with 389 additions and 46 deletions

View File

@ -114,18 +114,11 @@ DWORD _dwMemAvailVideo;
DWORD &_dwOperatingSystemVersion = *(DWORD*)0x70F290;
RwUInt32 &gGameState = *(RwUInt32*)0x8F5838;
WRAPPER bool InitialiseGame(void) { EAXJMP(0x48E7E0); }
WRAPPER const char *GetLevelSplashScreen(int32 number) { EAXJMP(0x48D750); }
//
void LoadingScreen(char const *msg1, char const *msg2, char const *screen);
CSprite2d *LoadSplash(const char *name);
enum eJoypadState
{
JOYPAD_UNUSED,
JOYPAD_ATTACHED,
JOYPAD_UNUSED,
JOYPAD_ATTACHED,
};
struct tJoy