Skip to content

Commit b639226

Browse files
author
Niko
committed
legacy enum for OG mods
1 parent 62b6f73 commit b639226

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

include/namespace_Load.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,21 @@ enum LevVramIndex
136136
LVI_PTR = 2,
137137
};
138138

139+
// For modding OG game,
140+
// not in decompile
141+
enum LoadTypeLegacy
142+
{
143+
// ordinary read to ram
144+
LT_RAW = 1,
145+
146+
// read with pointer map at the end
147+
LT_DRAM = 2,
148+
149+
// read with vram transfer
150+
LT_VRAM = 3
151+
};
152+
153+
// New system
139154
enum LoadType
140155
{
141156
// load to specified ram address

0 commit comments

Comments
 (0)