mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 13:15:16 -04:00
Gear is now palette independed, new flags for npc characters
This commit is contained in:
parent
65b0cd27fc
commit
4eeb6140d8
6 changed files with 233 additions and 63 deletions
|
@ -52,7 +52,7 @@ word charsize(const word *font,char znak);
|
|||
//#pragma aux charsize parm [esi] [eax]
|
||||
void put_picture(word x,word y,const void *p);
|
||||
|
||||
void put_picture_ex(word x,word y,const void *p, word *target_addr, size_t pitch);
|
||||
void put_picture_ex(word x,word y,const void *p, word *target_addr, size_t pitch, size_t height);
|
||||
//#pragma aux put_picture parm [esi] [eax] [edi] modify [ebx ecx edx]
|
||||
void get_picture(word x,word y,word xs,word ys,void *p);
|
||||
//#pragma aux get_picture parm [esi] [eax] [ebx] [ecx] [edi] modify [edx]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue