s16 set_global_short(s32 index, s32 value)
Store a short in two consecutive saved game bytes.
s32 set_global_flag(s32 index)
s32 get_global_flag(s32 index)
s32 set_area_flag(s32 index)
s32 set_global_word(s32 index, s32 value)
Store a word in four consecutive saved game bytes.
s32 get_global_byte(s32 index)
Get value of saved game byte.
s32 clear_area_flag(s32 index)
s32 get_area_flag(s32 index)
s32 get_area_byte(s32 index)
s8 set_area_byte(s32 index, s32 value)
s16 get_global_short(s32 index)
Retrieve a short from two consecutive saved game bytes.
s32 clear_global_flag(s32 index)
s32 get_global_word(s32 index)
Retrieve a word from four consecutive saved game bytes.
s8 set_global_byte(s32 index, s32 value)
Set value of saved game byte.