Decompile bootPhase1

This commit is contained in:
Ryan Dwyer
2022-08-22 19:30:51 +10:00
parent 9da91a226d
commit 83d0268f19
8 changed files with 124 additions and 362 deletions
+10
View File
@@ -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