Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ ChangeByte
Method
ChangeByte
Source/Chunk.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void CChunk::ChangeByte(int index, unsigned char data)
102
{
103
GetChunkData<CChunkDataByte>(index).m_data = data; // // //
104
}
105
106
void CChunk::SetupBankData(int index, unsigned char bank)
107
{
Callers
1
EnableBankswitching
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected