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:14:50 +08:00
parent 32dbe5581d
commit ae1e17d359
2 changed files with 4 additions and 5 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()