mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-21 23:54:32 -04:00
Decompile bootPhase1
This commit is contained in:
@@ -3496,6 +3496,9 @@
|
||||
#define RENDERPASS_XLU 1
|
||||
#define RENDERPASS_OPA_POSTBG 2
|
||||
|
||||
#define RESETTYPE_COLD 0
|
||||
#define RESETTYPE_WARM 1
|
||||
|
||||
#define ROOMFLAG_DISABLEDBYSCRIPT 0x0001
|
||||
#define ROOMFLAG_HASDYNTEX 0x0002 // Has dynamic textures such as water
|
||||
#define ROOMFLAG_ONSCREEN 0x0004
|
||||
@@ -3797,6 +3800,13 @@
|
||||
#define STACKSIZE_FAULT 0x2000
|
||||
#define STACKSIZE_RESET 0x100
|
||||
|
||||
#define STACK_START (0x80400000 \
|
||||
- STACKSIZE_MAIN \
|
||||
- STACKSIZE_IDLE \
|
||||
- STACKSIZE_RMON \
|
||||
- STACKSIZE_SCHED \
|
||||
- STACKSIZE_AUDIO)
|
||||
|
||||
#define STAGE_MP_RANDOM 0x01
|
||||
#define STAGE_MAIANSOS 0x09
|
||||
#define STAGE_TEST_SILO 0x14
|
||||
|
||||
Reference in New Issue
Block a user