mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-22 15:02:54 -04:00
alink_grab done (#2234)
* work on alink grab * some grab work * grab almost done * finish alink grab * alink_wolf mostly done * fix cLib_minMaxLimit * alink guard mostly done * extract some embedded assets * extract grass data. wip, alignment wrong
This commit is contained in:
+2
-2
@@ -52,7 +52,7 @@ void dEyeHL_mng_c::update() {
|
||||
for (; obj != NULL; obj = obj->m_next) {
|
||||
ResTIMG* timg = obj->m_timg;
|
||||
timg->LODBias = obj->m_lodBias + tmp;
|
||||
timg->LODBias = cLib_minMaxLimit<s16>(timg->LODBias, -400, 399);
|
||||
timg->LODBias = cLib_minMaxLimit<s16>((s16)timg->LODBias, -400, 399);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,4 +113,4 @@ u8 struct_80450FB8[4];
|
||||
extern u8 struct_80450FBC[4];
|
||||
u8 struct_80450FBC[4];
|
||||
|
||||
/* 8037B100-8037B100 007760 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
|
||||
/* 8037B100-8037B100 007760 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
|
||||
|
||||
Reference in New Issue
Block a user