| 10046 | } |
| 10047 | |
| 10048 | void cFodder::Service_ScrollUp_DrawList() { |
| 10049 | mService_Promotion_Exit_Loop = -1; |
| 10050 | |
| 10051 | for (auto& Draw : mService_Draw_List) { |
| 10052 | |
| 10053 | Draw.mY -= 1; |
| 10054 | |
| 10055 | if(Draw.mY >= -4) |
| 10056 | mService_Promotion_Exit_Loop = 0; |
| 10057 | |
| 10058 | } |
| 10059 | } |
| 10060 | |
| 10061 | void cFodder::Service_Draw_String(const std::string& pText, const uint8* pData28, int16 pData0, int16 pData8, int16 pDataC) { |
| 10062 |