| 17301 | } |
| 17302 | |
| 17303 | void cFodder::Sprite_Set_Direction_To_Next(sSprite* pSprite) { |
| 17304 | int16 Data0 = pSprite->field_10; |
| 17305 | |
| 17306 | Data0 >>= 5; |
| 17307 | Data0 -= 1; |
| 17308 | Data0 ^= 0x0F; |
| 17309 | Data0 &= 0x0F; |
| 17310 | pSprite->field_3C = Data0; |
| 17311 | |
| 17312 | mDirectionMod = 0; |
| 17313 | } |
| 17314 | |
| 17315 | int16 cFodder::Sprite_Reached_Target(sSprite* pSprite) { |
| 17316 |
nothing calls this directly
no outgoing calls
no test coverage detected