| 207 | } |
| 208 | |
| 209 | void 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 | |
| 215 | void cGraphics_PC::Tile_Prepare_Gfx() { |
| 216 | uint16 TileOffset = 0, Tile = 0; |
no outgoing calls
no test coverage detected