Version HTML: ~technic/archives/Recent%20Upload/genlib.html
Version PDF: ~technic/archives/Recent%20Upload/genlib.pdf
(Si vous devez en imprimer une, choisissez la version PDF

long genlib::sprite_tile_adr Global ASM Variable
word: genlib::sprite_scr_x Global ASM Variable
word: genlib::sprite_scr_y Global ASM Variable
sprite_tile_adr is the address of the SPRITE16 array used by
sprite_scr_x and sprite_scr_y are the coordinates X,Y of the virtual sprite-plane. It is used by all sprite functions execpt fast-sprite ones.
You cannot access theses variables in C, so you should instead the functions
It puts a Bgs on the Working DScreen with halo and with horizontal flipping. It clips the sprite if it is outside the screen. You must provide a buffer big enoughtIl me semble qu'il n'y a pas de t à enough. Cette erreur est partout où tu emploies le mot enough.
for the flipped sprite
Each element of the matrix represents a tile in the array of theJ'enlèverais le "the" de la fin.
tile.
PLANE *gl_init_plane (const unsigned charLes maps peuvent être des matrices de short, donc peut-être qu'il faudrait mettre "const void *", mais je ne sais pas si c'est correct en C.
*map, const SPRITE_16 *tile, unsigned short sizeX) Function C
It is usefull if you want that your sprites were drawn according to the position of the PlanemLe m est en trop ?
which is usually the case.
It returns a non-null value iffUn f de trop.
a key is pressed.
(I dond...
't know the offical name).
5.10 C only Functions Theses functions are usefull for ASM programmers.Contradiction. C'est "for C programmers" qu'il faut mettre.
sprite_tile_adr is the address of the SPRITE16 array used by
gl_flipping_tab[%01110001] = %10001110
string is the formated text to displayed.
squale92
:gl_flipping_tab[%01110001] = %10001110En C (ça ressemble à du C), ce n'est pas % qui est utilisé pour le binaire, mais 0b
Theses functions aren't in genlib (The dynamic library) but in genlib the static library.
Theses functions aren't in the dynamic library of GENLIB but in
the static one (genlib.a or gennlib.a).
You can use still use theses functions in nostub or kernel
mode. Since they are pure C functions, I just do a preview
of them. Some extra structures are defined too: