Merge pull request #473 from dbalatoni13/main

More PAL porting of RELs
This commit is contained in:
Liam Coleman 2024-11-17 21:10:15 -06:00 committed by GitHub
commit eaab26c769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 873 additions and 786 deletions

View file

@ -4,6 +4,8 @@
#include "dolphin/types.h"
#include "game/hsfman.h"
#include "version.h"
#include "game/object.h"
extern s32 rand8(void);
@ -240,6 +242,11 @@ typedef struct _unkObjStruct {
f32 unk70;
} unkObjStruct;
#if VERSION_NTSC
#define REFRESH_RATE_F 60.0f
#else
#define REFRESH_RATE_F 49.998f
#endif
////// BSS //////
extern omObjData* lbl_1_bss_C0[4];