MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Load_Service_Data

Method Load_Service_Data

Source/PC/Graphics_PC.cpp:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void cGraphics_PC::Load_Service_Data() {
210
211 mSpriteSheet_RankFont = Decode_Image("rankfont.dat", 0x80, 0xA000, 0x40);
212 mImageService = Decode_Image("morphbig.dat", 0x40, 0xFA00, 0x00);
213}
214
215void cGraphics_PC::Tile_Prepare_Gfx() {
216 uint16 TileOffset = 0, Tile = 0;

Callers 2

cAboutMethod · 0.45
Service_ShowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected