Decomp more actors (#198)

This commit is contained in:
MegaMech
2022-05-13 04:42:30 -06:00
committed by GitHub
parent e5bd09039f
commit 98dc90cdd5
19 changed files with 341 additions and 2443 deletions
+1
View File
@@ -91,6 +91,7 @@
#define NUM_SEGMENTS (16)
#define SEGMENT_OFFSET(a) ((unsigned int)(a) & 0x00ffffff)
#define SEGMENT_NUMBER(a) (((unsigned int)(a) << 4) >> 28)
#define SEGMENT_NUMBER2(a) ((unsigned int)(a) >> 24)
#define SEGMENT_ADDR(num, off) (((num) << 24) + (off))
#ifndef NULL