mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-06 11:37:19 -04:00
Matched last function in Ovl_en_encount2 (#252)
* Matched last function * Format * Fix Gfx arrays
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
#define FLT_MAX 340282346638528859811704183484516925440.0f
|
||||
#define SHT_MAX 32767.0f
|
||||
#define SHT_MINV (1.0f / SHT_MAX)
|
||||
#define DEGTORAD(x) (x * M_PI / 180.0f)
|
||||
#define DEGTORAD(x) ((x) * (M_PI / 180.0f))
|
||||
|
||||
typedef union {
|
||||
struct {
|
||||
|
||||
+2
-1
@@ -4061,7 +4061,8 @@ extern Gfx D_04075B30[];
|
||||
extern Gfx D_04076BC0[];
|
||||
extern Gfx D_04077480[];
|
||||
extern UNK_TYPE D_04079B10;
|
||||
extern UNK_TYPE D_0407AB10;
|
||||
extern Gfx D_0407AB10[];
|
||||
extern Gfx D_0407AB58[];
|
||||
extern UNK_TYPE D_0407AFB0;
|
||||
extern Gfx D_0407D590[];
|
||||
extern UNK_TYPE D_0407D650;
|
||||
|
||||
Reference in New Issue
Block a user