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:
NovaRain
2017-07-25 23:10:14 +08:00
parent 6a0a93836e
commit fc930ff7fb
2 changed files with 7 additions and 8 deletions
+1 -2
View File
@@ -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()