Difference between revisions of "OPCodes old"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
m (OPCodes moved to OPCodes old)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Please use the following [[opcodetemplate|template]] when adding a new OP Code page.
 
Please use the following [[opcodetemplate|template]] when adding a new OP Code page.
 
==V1 OPCode List==
 
==V1 OPCode List==
<p style='color:green'>
+
<font color='green'>
 
* 0x00 [[nop]]
 
* 0x00 [[nop]]
 
* 0x01 [[ret]]
 
* 0x01 [[ret]]
Line 105: Line 105:
 
* 0x7C [[npc_crppk_V1]]
 
* 0x7C [[npc_crppk_V1]]
 
* 0x7D [[npc_crptalk_v1]]
 
* 0x7D [[npc_crptalk_v1]]
* 0x7E [[p_look_at_v1]]
+
* 0x7E [[p_look_at]]
 
* 0x7F [[npc_crp_id_V1]]
 
* 0x7F [[npc_crp_id_V1]]
 
* 0x80 [[cam_quake]]
 
* 0x80 [[cam_quake]]
Line 206: Line 206:
 
* 0xFA [[unknownFA]]
 
* 0xFA [[unknownFA]]
 
* 0xFB [[unknownFB]]
 
* 0xFB [[unknownFB]]
</span>
+
</font>
<span style='color:blue'>
+
 
==V2 OPCode List==
 
==V2 OPCode List==
 +
<font color='blue'>
 
* 0xF801 [[set_chat_callback?]]
 
* 0xF801 [[set_chat_callback?]]
 
* 0xF808 [[get_difficulty_level2]]
 
* 0xF808 [[get_difficulty_level2]]
Line 329: Line 329:
 
* 0xF8B8 [[unknownF8B8]]
 
* 0xF8B8 [[unknownF8B8]]
 
* 0xF8B9 [[chl_recovery?]]
 
* 0xF8B9 [[chl_recovery?]]
</span>
+
</font>
<span style='color:red'>
+
 
==V3 OPCode List==
 
==V3 OPCode List==
 +
<font color='red'>
 
* 0x05 [[va_start]] - Variable start, Use argments for variables.
 
* 0x05 [[va_start]] - Variable start, Use argments for variables.
 
* 0x06 [[va_end]]
 
* 0x06 [[va_end]]
Line 480: Line 480:
 
* 0xF94C [[unknownF94C]]
 
* 0xF94C [[unknownF94C]]
 
* 0xF94D [[is_there_cardbattle]]
 
* 0xF94D [[is_there_cardbattle]]
</span>
+
* [[particle_V3]]
<span style='color:purple'>
+
* [[pl_walk_V3]]
 +
* [[p_dead_V3]]
 +
</font>
 +
 
 
==V4 OPCode List==
 
==V4 OPCode List==
 +
<font color='purple'>
 
* 0xF950 [[BB_p2_menu]]
 
* 0xF950 [[BB_p2_menu]]
 
* 0xF951 [[BB_Map_Designate]]
 
* 0xF951 [[BB_Map_Designate]]
Line 499: Line 503:
 
* 0xF960 [[unknownF960]]
 
* 0xF960 [[unknownF960]]
 
* 0xF961 [[unknownF961]]
 
* 0xF961 [[unknownF961]]
</span>
+
</font>

Latest revision as of 11:25, 5 May 2013

Please use the following template when adding a new OP Code page.

V1 OPCode List

V2 OPCode List

V3 OPCode List

V4 OPCode List