Difference between revisions of "OPCodes old"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
m (OPCodes moved to OPCodes old)
 
(8 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==
 +
<font color='green'>
 
* 0x00 [[nop]]
 
* 0x00 [[nop]]
 
* 0x01 [[ret]]
 
* 0x01 [[ret]]
Line 104: 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 178: Line 179:
 
* 0xD7 [[close_msg_qb]]
 
* 0xD7 [[close_msg_qb]]
 
* 0xD8 [[set_eventflag_v1]]
 
* 0xD8 [[set_eventflag_v1]]
* 0xD9 [[sync_leti (Dreamcast only)]]
+
* 0xD9 [[sync_leti]] (Dreamcast only)
 
* 0xDA [[set_returnhunter]]
 
* 0xDA [[set_returnhunter]]
 
* 0xDB [[set_returncity]]
 
* 0xDB [[set_returncity]]
Line 198: Line 199:
 
* 0xED [[create_bgmctrl]]
 
* 0xED [[create_bgmctrl]]
 
* 0xEE [[pl_add_meseta2]]
 
* 0xEE [[pl_add_meseta2]]
* 0xEF [[sync_let (Dreamcast Only)]]
+
* 0xEF [[sync_let]] (Dreamcast Only)
 
* 0xF0 [[send_regwork]]
 
* 0xF0 [[send_regwork]]
 
* 0xF1 [[leti_fixed_camera_V1]]
 
* 0xF1 [[leti_fixed_camera_V1]]
Line 205: Line 206:
 
* 0xFA [[unknownFA]]
 
* 0xFA [[unknownFA]]
 
* 0xFB [[unknownFB]]
 
* 0xFB [[unknownFB]]
 
+
</font>
 
==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 327: Line 329:
 
* 0xF8B8 [[unknownF8B8]]
 
* 0xF8B8 [[unknownF8B8]]
 
* 0xF8B9 [[chl_recovery?]]
 
* 0xF8B9 [[chl_recovery?]]
 
+
</font>
 
==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 477: Line 480:
 
* 0xF94C [[unknownF94C]]
 
* 0xF94C [[unknownF94C]]
 
* 0xF94D [[is_there_cardbattle]]
 
* 0xF94D [[is_there_cardbattle]]
 +
* [[particle_V3]]
 +
* [[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 495: Line 503:
 
* 0xF960 [[unknownF960]]
 
* 0xF960 [[unknownF960]]
 
* 0xF961 [[unknownF961]]
 
* 0xF961 [[unknownF961]]
 +
</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