mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-11 20:48:21 -04:00
Minimap fixes (needs change for intensityI8 in aurora) and some other BE fixes
This commit is contained in:
@@ -2278,7 +2278,7 @@ void dMenu_Fmap_c::decodeFieldMapData() {
|
||||
dMenuMapCommon_c::Stage_c* stage_data
|
||||
= (dMenuMapCommon_c::Stage_c*)(field_data + mpFieldDat->mStageDataOffset);
|
||||
mDataNumMax = stage_data->mCount;
|
||||
mAllTitleName = *(u16*)(field_data + 0x16);
|
||||
mAllTitleName = *(BE(u16)*)(field_data + 0x16);
|
||||
setTitleName(mAllTitleName);
|
||||
dMenu_Fmap_field_region_data_c::data* regions = region_data->mData;
|
||||
char tex_path[20];
|
||||
|
||||
Reference in New Issue
Block a user