MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / SetupBankData

Method SetupBankData

Source/Chunk.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void CChunk::SetupBankData(int index, unsigned char bank)
107{
108 GetChunkData<CChunkDataBank>(index).m_bank = bank;
109}
110
111unsigned char CChunk::GetStringData(int index, int pos) const
112{

Callers 3

UpdateFrameBanksMethod · 0.80
UpdateSongBanksMethod · 0.80
ClearSongBanksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected