mirror of
https://github.com/n64decomp/mk64
synced 2026-07-11 13:48:45 -04:00
Decomp more actors (#198)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user