| 390 | } |
| 391 | |
| 392 | uint8 cResource_PC_CD::data_Read() { |
| 393 | if( !mBytesRead ) { |
| 394 | mCurPtr = mDataCurrent; |
| 395 | mDataCurrent += 0xA00; |
| 396 | mBytesRead = 0xA00; |
| 397 | } |
| 398 | |
| 399 | uint8 al = mCurPtr[0]; |
| 400 | ++mCurPtr; |
| 401 | --mBytesRead; |
| 402 | |
| 403 | return al; |
| 404 | } |
| 405 | |
| 406 | void cResource_PC_CD::sub_26AA4() { |
| 407 | uint16 cx = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected