PVSnesLib
4.3.0
Documentation to code in C or ASM for the Nintendo SNES
|
Wrapper functions for score management. More...
#include <snes/snestypes.h>
Go to the source code of this file.
Functions | |
void | scoreAdd (scoMemory *source, u16 value) |
add a value to a score memory More... | |
void | scoreClear (scoMemory *source) |
clear a score memory More... | |
u8 | scoreCmp (scoMemory *source, scoMemory *dest) |
compare a score memory to another score memory More... | |
void | scoreCpy (scoMemory *source, scoMemory *dest) |
copy a score memory to another score memory More... | |
Wrapper functions for score management.
void scoreAdd | ( | scoMemory * | source, |
u16 | value | ||
) |
add a value to a score memory
source | the source to clear from |
value | the value to add |
void scoreClear | ( | scoMemory * | source | ) |
u8 scoreCmp | ( | scoMemory * | source, |
scoMemory * | dest | ||
) |
compare a score memory to another score memory
source | the source to compare from |
dest | the destination to compare to |
void scoreCpy | ( | scoMemory * | source, |
scoMemory * | dest | ||
) |
copy a score memory to another score memory
source | the source to copy from |
dest | the destination to copy to |