Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
db_mapFile.cpp File Reference

Namespaces

namespace  nw4hbm
 
namespace  nw4hbm::db
 

Typedefs

typedef u8 GetCharFunc(u8 const *buf)
 

Functions

static u8 nw4hbm::db::GetCharOnMem_ (const u8 *buf)
 
static u8 nw4hbm::db::GetCharOnDvd_ (u8 const *buf)
 
static u8nw4hbm::db::SearchNextLine_ (u8 *buf, s32 lines)
 
static u8nw4hbm::db::SearchNextSection_ (u8 *buf)
 
static u8nw4hbm::db::SearchParam_ (u8 *lineTop, u32 argNum, u8 splitter)
 
static u32 nw4hbm::db::XStrToU32_ (u8 const *str)
 
static u32 nw4hbm::db::CopySymbol_ (u8 const *buf, u8 *str, u32 strLenMax, u8 splitter)
 
static bool nw4hbm::db::QuerySymbolToMapFile_ (u8 *buf, OSModuleInfo const *moduleInfo, u32 address, u8 *strBuf, u32 strBufSize)
 
static bool nw4hbm::db::QuerySymbolToSingleMapFile_ (MapFile *pMapFile, u32 address, u8 *strBuf, u32 strBufSize) NO_INLINE
 
bool nw4hbm::db::MapFile_Exists (void)
 
static s32 nw4hbm::db::GetSize (s32 offset, u32 length)
 
void nw4hbm::db::dummyString ()
 
bool nw4hbm::db::MapFile_QuerySymbol (u32 address, u8 *strBuf, u32 strBufSize)
 

Variables

static u8 nw4hbm::db::sMapBuf [0x200]
 
static s32 nw4hbm::db::sMapBufOffset = -1
 
static DVDFileInfo nw4hbm::db::sFileInfo
 
static u32 nw4hbm::db::sFileLength
 
static MapFilenw4hbm::db::sMapFileList
 
static GetCharFuncnw4hbm::db::GetCharPtr_
 

Typedef Documentation

◆ GetCharFunc

typedef u8 GetCharFunc(u8 const *buf)