Corrected placeholders for obsolete opcodes

Minor edit to documents.
This commit is contained in:
NovaRain
2022-04-20 09:51:40 +08:00
parent 144d57243c
commit e9581cd92b
6 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -983,7 +983,7 @@
detail: int gdialog_get_barter_mod
opcode: 0x824c
- name: set_inven_ap_cost
detail: void set_inven_ap_cost
detail: void set_inven_ap_cost(int cost)
opcode: 0x824d
- name: game_loaded
detail: int game_loaded()
+1 -1
View File
@@ -325,7 +325,7 @@ _^ - These functions require AllowUnsafeScripting to be enabled in ddraw.ini_
0x824b - `int tile_under_cursor()`\
0x824c - `int gdialog_get_barter_mod()`\
0x824d - `void set_inven_ap_cost()`
0x824d - `void set_inven_ap_cost(int cost)`
0x825c - `void reg_anim_combat_check(int enable)`\
0x825a - `void reg_anim_destroy(object object)`\
+1 -1
View File
@@ -325,7 +325,7 @@
0x824b - int tile_under_cursor()
0x824c - int gdialog_get_barter_mod()
0x824d - void set_inven_ap_cost()
0x824d - void set_inven_ap_cost(int cost)
0x825c - void reg_anim_combat_check(int enable)
0x825a - void reg_anim_destroy(object object)