EEex_WriteWord
Writes a word at the given address.
EEex_WriteWord(address, value)
Parameters
address - the address in memory to write the word value to
value - the
WORDvalue to write
Return
None
Example
EEex_WriteWord(Item_effect_st + 0x0, argOrError("opcode"))
See Also
EEex_ReadWord, EEex_ReadDword, EEex_WriteDword, EEex_ReadByte, EEex_WriteByte