334
edits
(pointing out inconsistency in numbering some more, putting org numbers after text again for reference, adding note for 0F) |
(opcode 68 figured out) |
||
Line 137: | Line 137: | ||
Cmd_Set_Scene_File // 0x66 | Cmd_Set_Scene_File // 0x66 | ||
Cmd_What_Item_In_Marble_Vase // 0x67 | Cmd_What_Item_In_Marble_Vase // 0x67 | ||
Cmd_Set_Item_In_Marble_Vase | 68 Cmd_Set_Item_In_Marble_Vase // last pushed value is item ID of item in vase in gemcut.emc | ||
Cmd_Add_Item_To_Inventory // 0x69 | Cmd_Add_Item_To_Inventory // 0x69 | ||
6A Cmd_Int_Print | 6A Cmd_Int_Print // prints last pushed value to top left corner? (debug only?) | ||
6B Cmd_Shake_Screen // 0x6B | 6B Cmd_Shake_Screen // 0x6B | ||
6C Cmd_Create_Amulet_Jewel // 0x6C (last param pushed before: 01=yellow, 02=red, 03=pink, 04=blue) | 6C Cmd_Create_Amulet_Jewel // 0x6C (last param pushed before: 01=yellow, 02=red, 03=pink, 04=blue) |
edits