mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added a note for argnum in set_sfall_arg().
Fixed incorrect set_sfall_arg usage in the example. Removed a redundant line in sfall opcode list.txt.
This commit is contained in:
@@ -208,9 +208,8 @@
|
||||
0x81e3 - void reset_critical_table(int crittertype, int bodypart, int level, int valuetype)
|
||||
|
||||
0x81e4 - int get_sfall_arg()
|
||||
0x823d - void set_sfall_arg(int arg, int value)
|
||||
0x823c - array get_sfall_args()
|
||||
0x823d - void set_sfall_arg(int arg, int value)
|
||||
0x823d - void set_sfall_arg(int argnum, int value)
|
||||
0x81e5 - void set_sfall_return(int value)
|
||||
0x81ea - int init_hook()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user